List Cloud Org Accounts
GET/cloud/:cloud_type/:id/project
Lists all cloud accounts onboarded onto the Prisma Cloud platform as children of an organization.
Request
Path Parameters
Possible values: [aws
, azure
, gcp
, alibaba_cloud
, oci
]
Cloud Type
Account ID
Query Parameters
true = Exclude account group details. Default is false.
Responses
- 200
- 400
- 500
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- Array [
- ]
- ]
accountGroupInfos object[]
Account group details of groups associated with this account
Group name
Account ID
Associated Account Groups Count with this cloud account
Cloud account owner
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
features object[]
Features
Possible values: [enabled
, disabled
]
Enable or disable the feature for all the member accounts linked to this organization. You can enable or disable the defaultMemberState only if the feature state is enabled for the organization. Applicable only for Serverless Function Scanning
and Agentless Workload Scanning features
.
Feature name obtained from Fetch Supported Features endpoint
Possible values: [enabled
, disabled
]
Feature state. Whether to be enabled or disabled
Name
Account Config Status
Storage Scan Enabled
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": [
{
"defaultMemberState": "enabled",
"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