Skip to main content

List Account Groups

GET 

/cloud/group

Returns an array of accessible account groups.

Request

Query Parameters

    excludeCloudAccountDetails boolean

    true = Exclude cloud account details. Default is false.

Responses

successful operation

Schema
  • Array [
  • accountIds string[]required

    Cloud Account IDs

    accounts object[]

    Associated Cloud Accounts

    alertRules object[]

    Singly associated alert rules which cannot exist in the system without the account group

  • Array [
  • alertId string
    alertName string
  • ]
  • 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

    parentInfo object

    For future use

    autoCreated boolean

    Boolean to indicate if account group is automatically created

    id string

    Account Group ID

    name stringrequired

    Name

  • ]
Loading...