List Cloud Accounts
GET/cloud
Lists all cloud accounts onboarded onto the Prisma Cloud platform.
Request
Query Parameters
true = Exclude account group details. Default is false.
Responses
- 200
- 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
auto created
group id
Group name
Last modified by
Account ID
Possible values: [ACCOUNT
, MASTER_SERVICE_ACCOUNT
, COMPARTMENT
, ORGANIZATION
, TENANT
]
Cloud Account Type
Added On
Associated Account Groups Count with this cloud account
Cloud account owner
Cloud account owner count
Possible values: [ALL
, AWS
, AZURE
, GCP
, ALIBABA_CLOUD
, OCI
, OTHER
]
Cloud Type
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
Group Ids
Groups
Last Modified By
Time account was last updated
Name
Possible values: [MONITOR
, MONITOR_AND_PROTECT
]
Protection Mode
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"
}
]
internal_error