Get Cloud Account Details
GET/cloud/:cloud_type/:id
Returns details of a Cloud Account based on cloud type and cloud ID. To get details of all the cloud accounts onboarded to Prisma Cloud, see List Cloud Accounts.
Request
Path Parameters
Possible values: [aws
, azure
, gcp
, alibaba_cloud
, oci
]
Cloud Type
Account ID
Query Parameters
true = Include account group info. Default is false.
Responses
- 200
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Possible values: [ACCOUNT
, MASTER_SERVICE_ACCOUNT
, COMPARTMENT
, ORGANIZATION
, TENANT
]
Cloud Account Type
Possible values: [ALL
, AWS
, AZURE
, GCP
, ALIBABA_CLOUD
, OCI
, OTHER
]
Cloud Type
Last Modified By
Time account was last updated
Possible values: [MONITOR
, MONITOR_AND_PROTECT
]
Protection Mode
Group Ids
Storage Scan Enabled
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
accountGroupInfos object[]
Account group details of groups associated with this account
Group name
Last modified by
group id
auto created
Cloud account owner
Cloud account owner count
Storage UUID
features object[]
Features
Feature name obtained from Fetch Supported Features endpoint
Possible values: [enabled
, disabled
]
Feature state. Whether to be enabled or disabled
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.
Name
Enabled
Associated Account Groups Count with this cloud account
Account ID
Added On
{
"accountType": "ACCOUNT",
"cloudType": "ALL",
"lastModifiedBy": "string",
"lastModifiedTs": 0,
"protectionMode": "MONITOR",
"groupIds": [
"string"
],
"storageScanEnabled": true,
"deploymentType": "AZURE",
"accountGroupInfos": [
{
"groupName": "string",
"lastModifiedBy": "string",
"groupId": "string",
"autoCreated": true
}
],
"autoConsent": "string",
"cloudAccountOwner": "string",
"cloudAccountOwnerCount": 0,
"storageUUID": "string",
"features": [
{
"name": "Remediation",
"state": "enabled",
"defaultMemberState": "enabled"
}
],
"name": "string",
"enabled": true,
"associatedAccountGroupsCount": 0,
"parentAccountId": "string",
"accountId": "string",
"addedOn": 0
}