Add Account Group
POST/cloud/group
Create a new account group on the Prisma Cloud platform.
Request
- application/json
Body
required
Account Group
- Array [
- ]
Cloud Account IDs
cloudAccountInfos object[]
Cloud account details of account associated with this account group
Account ID
Possible values: [ALL
, AWS
, AZURE
, GCP
, ALIBABA_CLOUD
, OCI
, OTHER
]
Cloud Type
Last Modified By
Description
Name
Responses
- 200
- 400
- 403
- 500
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
Cloud Account IDs
Boolean read-only attribute to indicate if account group is automatically created
Number of cloud accounts associated with this account group
cloudAccountInfos object[]
Cloud account details of account associated with this account group
Account ID
Possible values: [ALL
, AWS
, AZURE
, GCP
, ALIBABA_CLOUD
, OCI
, OTHER
]
Cloud Type
Last Modified By
Description
Account Group ID
Last Modified By
Last Modified Time
Name
{
"accountIds": [
"string"
],
"autoCreated": true,
"cloudAccountCount": 0,
"cloudAccountInfos": [
{
"accountId": "string",
"cloudType": "ALL",
"lastModifiedBy": "string"
}
],
"description": "string",
"id": "string",
"lastModifiedBy": "string",
"lastModifiedTs": 0,
"name": "string"
}
invalid_account_group_name / account_group_name_already_exists / invalid_account_ids
unauthorized_access
internal_error