List Cloud Org Accounts
Lists all cloud accounts onboarded onto the Prisma Cloud platform as children of an organization.
Path Parameters
- cloud_type string required
Possible values: [
aws
,azure
,gcp
,alibaba_cloud
,oci
]Cloud Type
- id string required
Possible values: Value must match regular expression
.+
Account ID
Query Parameters
- excludeAccountGroupDetails boolean
true = Exclude account group details. Default is false.
- 200
- 400
- 500
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
accountGroupInfos object[]
Account group details of groups associated with this account
Array [autoCreated booleanauto created
groupId stringgroup id
groupName stringGroup name
lastModifiedBy stringLast modified by
]- accountId string
Account ID
- accountType string
Possible values: [
ACCOUNT
,MASTER_SERVICE_ACCOUNT
,COMPARTMENT
,ORGANIZATION
,TENANT
]Cloud Account Type
- addedOn int64
Added On
- associatedAccountGroupsCount int32
Associated Account Groups Count with this cloud account
- cloudAccountOwner string
Cloud account owner
- cloudAccountOwnerCount int32
Cloud account owner count
- cloudType string
Possible values: [
ALL
,AWS
,AZURE
,GCP
,ALIBABA_CLOUD
,OCI
,OTHER
]Cloud Type
- deploymentType string
Possible values: [
AZURE
,AZURE_GOVERNMENT
,AZURE_CHINA
,AWS
,AWS_GOVERNMENT
,AWS_CHINA
,OCI
,OCI_GOVERNMENT
,OCI_CHINA
,GCP
,GCP_GOVERNMENT
,GCP_CHINA
,ALIBABA_CLOUD
,ALIBABA_CLOUD_GOVERNMENT
,ALIBABA_CLOUD_CHINA
,ALIBABA_CLOUD_FINANCE
]Deployment Type
- enabled boolean
Enabled
features object[]
Features
Array [name stringFeature name obtained from Fetch Supported Features endpoint
state stringPossible values: [
enabled
,disabled
]Feature state. Whether to be enabled or disabled
]- groupIds string[]
Group Ids
- groups object[]
Groups
- lastModifiedBy string
Last Modified By
- lastModifiedTs int64
Time account was last updated
- name string
Name
- numberOfChildAccounts int32
- parentAccountId string
- protectionMode string
Possible values: [
MONITOR
,MONITOR_AND_PROTECT
]Protection Mode
- status string
Account Config Status
- storageScanEnabled boolean
Storage Scan Enabled
- storageUUID string
Storage UUID
- ]
[
{
"accountGroupInfos": [
{
"autoCreated": true,
"groupId": "string",
"groupName": "string",
"lastModifiedBy": "string"
}
],
"accountId": "string",
"accountType": "ACCOUNT",
"addedOn": 0,
"associatedAccountGroupsCount": 0,
"cloudAccountOwner": "string",
"cloudAccountOwnerCount": 0,
"cloudType": "ALL",
"deploymentType": "AZURE",
"enabled": true,
"features": [
{
"name": "Remediation",
"state": "enabled"
}
],
"groupIds": [
"string"
],
"groups": [
{}
],
"lastModifiedBy": "string",
"lastModifiedTs": 0,
"name": "string",
"numberOfChildAccounts": 0,
"parentAccountId": "string",
"protectionMode": "MONITOR",
"status": "string",
"storageScanEnabled": true,
"storageUUID": "string"
}
]
not_found / not_an_org
internal_error