@itentialopensource/adapter-paloalto_prismacloud
Version:
This adapter integrates with system described as: paloalto prismacloud.
4,013 lines • 105 kB
JSON
{
"openapi": "3.1.0",
"info": {
"title": "",
"version": "1.0.0"
},
"paths": {
"/login": {
"post": {
"tags": [
"Login"
],
"operationId": "loginGenerateToken",
"description": "The parameters and request body are for method: loginGenerateToken. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/auth_token/extend": {
"get": {
"tags": [
"Login"
],
"operationId": "refreshToken",
"description": "The parameters and request body are for method: refreshToken. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"UserProfile"
],
"operationId": "updateSSOBypassAllowedUsers",
"description": "The parameters and request body are for method: updateSSOBypassAllowedUsers. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/user/me": {
"get": {
"tags": [
"UserProfile"
],
"operationId": "profile",
"description": "The parameters and request body are for method: profile. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"UserProfile"
],
"operationId": "updateProfile",
"description": "The parameters and request body are for method: updateProfile. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/user": {
"get": {
"tags": [
"UserProfile"
],
"operationId": "listUsers",
"description": "The parameters and request body are for method: listUsers. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/v2/user": {
"post": {
"tags": [
"UserProfile"
],
"operationId": "addNewUserProfilev2",
"description": "The parameters and request body are for method: addNewUserProfilev2. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/user/name": {
"get": {
"tags": [
"UserProfile"
],
"operationId": "listUsernames",
"description": "The parameters and request body are for method: listUsernames. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/user/role/type": {
"get": {
"tags": [
"UserProfile"
],
"operationId": "listUserRoleType",
"description": "The parameters and request body are for method: listUserRoleType. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/user/{emailId}": {
"get": {
"tags": [
"UserProfile"
],
"operationId": "getUsersProfileOtherthanyourown",
"description": "The parameters and request body are for method: getUsersProfileOtherthanyourown. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "emailId",
"in": "path",
"required": true,
"schema": {
"title": "emailId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"UserProfile"
],
"operationId": "updateUserProfileOtherthanyourown",
"description": "The parameters and request body are for method: updateUserProfileOtherthanyourown. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "emailId",
"in": "path",
"required": true,
"schema": {
"title": "emailId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/user/USER_ID_HERE": {
"delete": {
"tags": [
"UserProfile"
],
"operationId": "deleteUserProfile",
"description": "The parameters and request body are for method: deleteUserProfile. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/user/{emailId}/status/TRUE_FALSE": {
"patch": {
"tags": [
"UserProfile"
],
"operationId": "updateUserStatus",
"description": "The parameters and request body are for method: updateUserStatus. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "emailId",
"in": "path",
"required": true,
"schema": {
"title": "emailId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/user/domain": {
"get": {
"tags": [
"UserProfile"
],
"operationId": "listEmailDomains",
"description": "The parameters and request body are for method: listEmailDomains. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/user/saml/bypass": {
"get": {
"tags": [
"UserProfile"
],
"operationId": "listSSOBypassAllowedUsers",
"description": "The parameters and request body are for method: listSSOBypassAllowedUsers. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/user/role": {
"get": {
"tags": [
"UserRoles"
],
"operationId": "listUserRoles",
"description": "The parameters and request body are for method: listUserRoles. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"UserRoles"
],
"operationId": "addUserRole",
"description": "The parameters and request body are for method: addUserRole. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/user/role/name": {
"get": {
"tags": [
"UserRoles"
],
"operationId": "listUserRoleNames",
"description": "The parameters and request body are for method: listUserRoleNames. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/user/role/ROLE_ID_HERE": {
"get": {
"tags": [
"UserRoles"
],
"operationId": "userRoleInfo",
"description": "The parameters and request body are for method: userRoleInfo. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"UserRoles"
],
"operationId": "updateUserRole",
"description": "The parameters and request body are for method: updateUserRole. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"UserRoles"
],
"operationId": "deleteUserRole",
"description": "The parameters and request body are for method: deleteUserRole. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/access_keys": {
"get": {
"tags": [
"AccessKeys"
],
"operationId": "listAccessKeys",
"description": "The parameters and request body are for method: listAccessKeys. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"AccessKeys"
],
"operationId": "listAccessKeysCopy",
"description": "The parameters and request body are for method: listAccessKeysCopy. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/access_keys/ACCESS_KEY_ID": {
"get": {
"tags": [
"AccessKeys"
],
"operationId": "getAccessKeybyID",
"description": "The parameters and request body are for method: getAccessKeybyID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"AccessKeys"
],
"operationId": "updateAccessKey",
"description": "The parameters and request body are for method: updateAccessKey. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"AccessKeys"
],
"operationId": "deleteAccessKey",
"description": "The parameters and request body are for method: deleteAccessKey. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/access_keys/ACCESS_KEY_ID/status/TRUE_OR_FALSE": {
"patch": {
"tags": [
"AccessKeys"
],
"operationId": "updateAccessKeyStatus",
"description": "The parameters and request body are for method: updateAccessKeyStatus. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/cloud": {
"get": {
"tags": [
"CloudAccounts"
],
"operationId": "listCloudAccounts",
"description": "The parameters and request body are for method: listCloudAccounts. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/cloud/name": {
"get": {
"tags": [
"CloudAccounts"
],
"operationId": "listCloudAccountNames",
"description": "The parameters and request body are for method: listCloudAccountNames. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "onlyActive",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "accountGroupIds",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "cloudType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/cloud/CLOUD_TYPE/CLOUD_ACCOUNT_ID/project": {
"get": {
"tags": [
"CloudAccounts"
],
"operationId": "listCloudOrgAccounts",
"description": "The parameters and request body are for method: listCloudOrgAccounts. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/cloud/type": {
"get": {
"tags": [
"CloudAccounts"
],
"operationId": "listCloudTypes",
"description": "The parameters and request body are for method: listCloudTypes. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/cloud/aws": {
"post": {
"tags": [
"CloudAccounts"
],
"operationId": "addCloudAccountAWS",
"description": "The parameters and request body are for method: addCloudAccountAWS. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/cloud/azure": {
"post": {
"tags": [
"CloudAccounts"
],
"operationId": "addCloudAccountAzure",
"description": "The parameters and request body are for method: addCloudAccountAzure. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/cloud/gcp": {
"post": {
"tags": [
"CloudAccounts"
],
"operationId": "addCloudAccountGCP",
"description": "The parameters and request body are for method: addCloudAccountGCP. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/cloud/alibaba_cloud": {
"post": {
"tags": [
"CloudAccounts"
],
"operationId": "addCloudAccountAliCloud",
"description": "The parameters and request body are for method: addCloudAccountAliCloud. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/cloud/CLOUD_TYPE/CLOUD_ID": {
"get": {
"tags": [
"CloudAccounts"
],
"operationId": "cloudAccountInfo",
"description": "The parameters and request body are for method: cloudAccountInfo. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"CloudAccounts"
],
"operationId": "updateCloudAccountAWS",
"description": "The parameters and request body are for method: updateCloudAccountAWS. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "skipStatusChecks",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/cloud/azure/CLOUD_ACCOUNT_ID": {
"post": {
"tags": [
"CloudAccounts"
],
"operationId": "addCloudAccountAzure1",
"description": "The parameters and request body are for method: addCloudAccountAzure1. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/cloud/gcp/CLOUD_ACCOUNT_ID": {
"put": {
"tags": [
"CloudAccounts"
],
"operationId": "addCloudAccountGCP1",
"description": "The parameters and request body are for method: addCloudAccountGCP1. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"CloudAccounts"
],
"operationId": "cAUTIONDELETECloudAccount",
"description": "The parameters and request body are for method: cAUTIONDELETECloudAccount. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/cloud/alibaba_cloud/CLOUD_ACCOUNT_ID": {
"post": {
"tags": [
"CloudAccounts"
],
"operationId": "addCloudAccountAliCloud1",
"description": "The parameters and request body are for method: addCloudAccountAliCloud1. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/CLOUD_TYPE/CLOUD_ID": {
"patch": {
"tags": [
"CloudAccounts"
],
"operationId": "patchCloudAccount",
"description": "The parameters and request body are for method: patchCloudAccount. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/cloud/status/aws": {
"post": {
"tags": [
"CloudAccounts"
],
"operationId": "getCloudAccountStatusAWS",
"description": "The parameters and request body are for method: getCloudAccountStatusAWS. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/cloud/status/azure": {
"post": {
"tags": [
"CloudAccounts"
],
"operationId": "getCloudAccountStatusAzure",
"description": "The parameters and request body are for method: getCloudAccountStatusAzure. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/cloud/status/gcp": {
"post": {
"tags": [
"CloudAccounts"
],
"operationId": "getCloudAccountStatusGCP",
"description": "The parameters and request body are for method: getCloudAccountStatusGCP. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/cloud/status/alibaba_cloud": {
"post": {
"tags": [
"CloudAccounts"
],
"operationId": "getCloudAccountStatusAliCloud",
"description": "The parameters and request body are for method: getCloudAccountStatusAliCloud. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/cloud/ACCOUNT_ID/status/TRUE_FALSE": {
"patch": {
"tags": [
"CloudAccounts"
],
"operationId": "updateCloudAccountStatus",
"description": "The parameters and request body are for method: updateCloudAccountStatus. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "updateChildren",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/cloud/group": {
"get": {
"tags": [
"AccountGroups"
],
"operationId": "listAccountGroups",
"description": "The parameters and request body are for method: listAccountGroups. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"AccountGroups"
],
"operationId": "accountAccountGroup",
"description": "The parameters and request body are for method: accountAccountGroup. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/cloud/group/name": {
"get": {
"tags": [
"AccountGroups"
],
"operationId": "listAccountGroupNames",
"description": "The parameters and request body are for method: listAccountGroupNames. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/cloud/group/name/CLOUD_TYPE": {
"get": {
"tags": [
"AccountGroups"
],
"operationId": "listAccountGroupNamesbyCloudType",
"description": "The parameters and request body are for method: listAccountGroupNamesbyCloudType. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/cloud/group/ACCOUNT_GROUP_ID": {
"get": {
"tags": [
"AccountGroups"
],
"operationId": "accountGroupInfo",
"description": "The parameters and request body are for method: accountGroupInfo. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"AccountGroups"
],
"operationId": "updateAccountGroup",
"description": "The parameters and request body are for method: updateAccountGroup. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"AccountGroups"
],
"operationId": "deleteAccountGroup",
"description": "The parameters and request body are for method: deleteAccountGroup. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/filter/policy/suggest": {
"get": {
"tags": [
"Policy"
],
"operationId": "listPolicyFilters",
"description": "The parameters and request body are for method: listPolicyFilters. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"Policy"
],
"operationId": "listPolicyFilterAutocompleteSuggestions",
"description": "The parameters and request body are for method: listPolicyFilterAutocompleteSuggestions. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/policy": {
"get": {
"tags": [
"Policy"
],
"operationId": "listPolicies",
"description": "The parameters and request body are for method: listPolicies. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "policyName",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "policySeverity",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "policyLabel",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "policyType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "policyComplianceStandard",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "policyComplianceRequirement",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "policyComplianceSection",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "policyEnabled",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "policyPolicyMode",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "policyRemediable",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "cloudType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"Policy"
],
"operationId": "incompleteCOMPLEXAddPolicy",
"description": "The parameters and request body are for method: incompleteCOMPLEXAddPolicy. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"put": {
"tags": [
"Policy"
],
"operationId": "incompleteCOMPLEXUpdatePolicy",
"description": "The parameters and request body are for method: incompleteCOMPLEXUpdatePolicy. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/policy": {
"get": {
"tags": [
"Policy"
],
"operationId": "listPoliciesV2",
"description": "The parameters and request body are for method: listPoliciesV2. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "policySeverity",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "policyType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/policy/POLICY_ID": {
"get": {
"tags": [
"Policy"
],
"operationId": "policyInfo",
"description": "The parameters and request body are for method: policyInfo. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"delete": {
"tags": [
"Policy"
],
"operationId": "deletePolicy",
"description": "The parameters and request body are for method: deletePolicy. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/policy/POLICY_ID/status/TRUE_FALSE": {
"patch": {
"tags": [
"Policy"
],
"operationId": "updatePolicyStatus",
"description": "The parameters and request body are for method: updatePolicyStatus. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/policy/compliance": {
"get": {
"tags": [
"Policy"
],
"operationId": "listPolicyComplianceStandards",
"description": "The parameters and request body are for method: listPolicyComplianceStandards. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/": {
"get": {
"tags": [
"TimeRangeModelInfoOnly"
],
"operationId": "absoluteTime",
"description": "The parameters and request body are for method: absoluteTime. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/filter/alert/suggest": {
"get": {
"tags": [
"AlertsIncomplete"
],
"operationId": "listAlertFilters",
"description": "The parameters and request body are for method: listAlertFilters. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/alert/policy": {
"post": {
"tags": [
"AlertsIncomplete"
],
"operationId": "listAlertFiltersCopy",
"description": "The parameters and request body are for method: listAlertFiltersCopy. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "detailed",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/alert": {
"get": {
"tags": [
"AlertsIncomplete"
],
"operationId": "listAlertsV2",
"description": "The parameters and request body are for method: listAlertsV2. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "timeType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeAmount",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeUnit",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "detailed",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/alert/P-117144": {
"get": {
"tags": [
"AlertsIncomplete"
],
"operationId": "alertInfo",
"description": "The parameters and request body are for method: alertInfo. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/remediation": {
"post": {
"tags": [
"AlertsIncomplete"
],
"operationId": "listAlertRemediationCommands",
"description": "The parameters and request body are for method: listAlertRemediationCommands. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/filter/v2/inventory/suggest": {
"get": {
"tags": [
"AssetInventory"
],
"operationId": "listInventoryFiltersV2",
"description": "The parameters and request body are for method: listInventoryFiltersV2. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"AssetInventory"
],
"operationId": "listInventoryDashboardFilterAutocompleteSuggestionsV2",
"description": "The parameters and request body are for method: listInventoryDashboardFilterAutocompleteSuggestionsV2. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/filter/inventory": {
"get": {
"tags": [
"AssetInventory"
],
"operationId": "listSavedAssetInventoryFilters",
"description": "The parameters and request body are for method: listSavedAssetInventoryFilters. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/filter/inventory/SAVED_INVENTORY_NAME": {
"get": {
"tags": [
"AssetInventory"
],
"operationId": "listSavedAssetInventoryFiltersCopy",
"description": "The parameters and request body are for method: listSavedAssetInventoryFiltersCopy. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/v2/inventory": {
"get": {
"tags": [
"AssetInventory"
],
"operationId": "assetInventoryViewV2",
"description": "The parameters and request body are for method: assetInventoryViewV2. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "timeType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeAmount",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeUnit",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/v2/inventory/trend": {
"get": {
"tags": [
"AssetInventory"
],
"operationId": "assetInventoryTrendViewV2",
"description": "The parameters and request body are for method: assetInventoryTrendViewV2. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "timeType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeAmount",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeUnit",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/compliance/posture": {
"get": {
"tags": [
"CompliancePosture"
],
"operationId": "getComplianceStatisticsBreakdown",
"description": "The parameters and request body are for method: getComplianceStatisticsBreakdown. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "toNow",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "cloudAccount",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "cloudType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/compliance/posture/fd9e3d3a-29a0-4ddc-b058-6f7eabd7d85a": {
"get": {
"tags": [
"CompliancePosture"
],
"operationId": "getComplianceStatisticsforComplianceStandardID",
"description": "The parameters and request body are for method: getComplianceStatisticsforComplianceStandardID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "timeType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeAmount",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeUnit",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/compliance/posture/fd9e3d3a-29a0-4ddc-b058-6f7eabd7d85a/a467eb11-b55b-4484-83ba-f55a7ef4358b": {
"get": {
"tags": [
"CompliancePosture"
],
"operationId": "getComplianceStatisticsforRequirementID",
"description": "The parameters and request body are for method: getComplianceStatisticsforRequirementID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "timeType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeAmount",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeUnit",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/compliance/posture/trend": {
"get": {
"tags": [
"CompliancePosture"
],
"operationId": "getComplianceStatisticsOverTime",
"description": "The parameters and request body are for method: getComplianceStatisticsOverTime. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "timeType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeAmount",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeUnit",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/compliance/posture/trend/fd9e3d3a-29a0-4ddc-b058-6f7eabd7d85a": {
"get": {
"tags": [
"CompliancePosture"
],
"operationId": "getComplianceStatisticsOverTimeforComplianceStandardID",
"description": "The parameters and request body are for method: getComplianceStatisticsOverTimeforComplianceStandardID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "timeType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeAmount",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeUnit",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/compliance/posture/trend/fd9e3d3a-29a0-4ddc-b058-6f7eabd7d85a/a467eb11-b55b-4484-83ba-f55a7ef4358b": {
"get": {
"tags": [
"CompliancePosture"
],
"operationId": "getComplianceStatisticsOverTimeforRequirementID",
"description": "The parameters and request body are for method: getComplianceStatisticsOverTimeforRequirementID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "timeType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeAmount",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeUnit",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/filter/compliance/posture/suggest": {
"get": {
"tags": [
"CompliancePosture"
],
"operationId": "getComplianceOverviewFiltersandOptions",
"description": "The parameters and request body are for method: getComplianceOverviewFiltersandOptions. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/compliance/dashboard": {
"get": {
"tags": [
"ComplianceDashboard"
],
"operationId": "complianceResourceStatisticsBreakdown",
"description": "The parameters and request body are for method: complianceResourceStatisticsBreakdown. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "timeType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeAmount",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeUnit",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/compliance/dashboard/history": {
"get": {
"tags": [
"ComplianceDashboard"
],
"operationId": "overallComplianceResourceStatisticsOverTime",
"description": "The parameters and request body are for method: overallComplianceResourceStatisticsOverTime. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "timeType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeAmount",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeUnit",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/filter/compliance/suggest": {
"get": {
"tags": [
"ComplianceDashboard"
],
"operationId": "getComplianceDashboardFilters",
"description": "The parameters and request body are for method: getComplianceDashboardFilters. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"ComplianceDashboard"
],
"operationId": "getComplianceDashboardFiltersCopy",
"description": "The parameters and request body are for method: getComplianceDashboardFiltersCopy. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/compliance": {
"get": {
"tags": [
"ComplianceStandards"
],
"operationId": "listComplianceStandards",
"description": "The parameters and request body are for method: listComplianceStandards. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/compliance/COMPLIANCE_ID_HERE": {
"get": {
"tags": [
"ComplianceStandards"
],
"operationId": "listComplianceStandardsbyID",
"description": "The parameters and request body are for method: listComplianceStandardsbyID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/compliance/COMPLIANCE_ID_HERE/requirement": {
"get": {
"tags": [
"ComplianceStandards"
],
"operationId": "listComplianceRequirementsbyID",
"description": "The parameters and request body are for method: listComplianceRequirementsbyID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/compliance/requirement/REQUIREMENT_ID_HERE": {
"get": {
"tags": [
"ComplianceStandards"
],
"operationId": "getComplianceRequirementbyID",
"description": "The parameters and request body are for method: getComplianceRequirementbyID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/compliance/REQUIREMENT_ID_HERE/section": {
"get": {
"tags": [
"ComplianceStandards"
],
"operationId": "listComplianceRequirementSections",
"description": "The parameters and request body are for method: listComplianceRequirementSections. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/audit/redlock": {
"get": {
"tags": [
"AuditLogs"
],
"operationId": "prismaCloudAuditLogs",
"description": "The parameters and request body are for method: prismaCloudAuditLogs. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "timeType",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeAmount",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "timeUnit",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/usage/compute/twistlock": {
"post": {
"tags": [
"Licensing"
],
"operationId": "licensingUsageCountforCompute",
"description": "The parameters and request body are for method: licensingUsageCountforCompute. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/search/config": {
"post": {
"tags": [
"Search"
],
"operationId": "httpsApiPrismacloudIoSearchConfig",
"description": "The parameters and request body are for method: httpsApiPrismacloudIoSearchConfig. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/alert/rule": {
"get": {
"tags": [
"AlertRules"
],
"operationId": "listAlertRulesV2",
"description": "The parameters and request body are for method: listAlertRulesV2. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/integration/test": {
"post": {
"tags": [
"IntegrationsIncomplete"
],
"operationId": "testIntegrationIncomplete",
"description": "The parameters and request body are for method: testIntegrationIncomplete. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/integration/name": {
"get": {
"tags": [
"IntegrationsIncomplete"
],
"operationId": "listMetadataforAllIntegrations",
"description": "The parameters and request body are for method: listMetadataforAllIntegrations. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "type",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/integration/type": {
"get": {
"tags": [
"IntegrationsIncomplete"
],
"operationId": "listAllIntegrationTypes",
"description": "The parameters and request body are for method: listAllIntegrationTypes. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/integration": {
"get": {
"tags": [
"IntegrationsIncomplete"
],
"operationId": "listAllIntegrations",
"description": "The parameters and request body are for method: listAllIntegrations. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/integration/INTEG_ID": {
"get": {
"tags": [
"IntegrationsIncomplete"
],
"operationId": "getIntegrationsByID",
"description": "The parameters and request body are for method: getIntegrationsByID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"IntegrationsIncomplete"
],
"operationId": "updateIntegration",
"description": "The parameters and request body are for method: updateIntegration. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"IntegrationsIncomplete"
],
"operationId": "deleteIntegration",
"description": "The parameters and request body are for method: deleteIntegration. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/settings/enterprise": {
"get": {
"tags": [
"Settings"
],
"operationId": "enterpriseSettings",
"description": "The parameters and request body are for method: enterpriseSettings. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"Settings"
],
"operationId": "enterpriseSettingsCopy",
"description": "The parameters and request body are for method: enterpriseSettingsCopy. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/iac/v2/scans": {
"post": {
"tags": [
"InfrastructureAsCode"
],
"operationId": "addScanAsset",
"description": "The parameters and request body are for method: addScanAsset. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/iac/v2/scans/SCAN_ID": {
"post": {
"tags": [
"InfrastructureAsCode"
],
"operationId": "initiateScanJob",
"description": "The parameters and request body are for method: initiateScanJob. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/iac/v2/scans/SCAN_ID/status": {
"get": {
"tags": [
"InfrastructureAsCode"
],
"operationId": "getScanJobStatus",
"description": "The parameters and request body are for method: getScanJobStatus. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/iac/v2/scans/SCAN_ID/results": {
"get": {
"tags": [
"InfrastructureAsCode"
],
"operationId": "getScanResultDetails",
"description": "The parameters and request body are for method: getScanResultDetails. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/_support/customer": {
"get": {
"tags": [
"SupportApp"
],
"operationId": "getSupportAppCustomers",
"description": "The parameters and request body are for method: getSupportAppCustomers. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
}
},
"components": {
"schemas": {}
}
}