Skip to main content

Add Account Group

POST 

/cloud/group

Create a new account group on the Prisma Cloud platform.

Request

Body

required

Account Group

    accountIds string[]required

    Cloud Account IDs

    cloudAccountInfos object[]

    Cloud account details of account associated with this account group

  • Array [
  • accountId string

    Account ID

    cloudType string

    Possible values: [ALL, AWS, AZURE, GCP, ALIBABA_CLOUD, OCI, OTHER]

    Cloud Type

    lastModifiedBy string

    Last Modified By

  • ]
  • description string

    Description

    name stringrequired

    Name

Responses

successful operation

Schema
    accountIds string[]required

    Cloud Account IDs

    autoCreated boolean

    Boolean read-only attribute to indicate if account group is automatically created

    cloudAccountCount int32

    Number of cloud accounts associated with this account group

    cloudAccountInfos object[]

    Cloud account details of account associated with this account group

  • Array [
  • accountId string

    Account ID

    cloudType string

    Possible values: [ALL, AWS, AZURE, GCP, ALIBABA_CLOUD, OCI, OTHER]

    Cloud Type

    lastModifiedBy string

    Last Modified By

  • ]
  • description string

    Description

    id string

    Account Group ID

    lastModifiedBy string

    Last Modified By

    lastModifiedTs int64

    Last Modified Time

    name stringrequired

    Name

Loading...