List Account Groups
Returns an array of accessible account groups.
Query Parameters
excludeCloudAccountDetails boolean
true = Exclude cloud account details. Default is false.
Responses
- 200
- 500
successful operation
application/json; charset=UTF-8
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- Array [
- ]
- ]
accountIds string[] required
Cloud Account IDs
alertRules object[]
Singly associated alert rules which cannot exist in the system without the account group
alertId string
alertName string
cloudAccountInfos object[]
Cloud account details of account associated with this account group
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 string required
Name
parentInfo object
For future use
autoCreated boolean
Boolean to indicate if account group is automatically created
id string
Account Group ID
name string required
Name
[
{
"accountIds": [
"string"
],
"accounts": [
{}
],
"alertRules": [
{
"alertId": "string",
"alertName": "string"
}
],
"autoCreated": true,
"cloudAccountCount": 0,
"cloudAccountInfos": [
{
"accountId": "string",
"cloudType": "ALL",
"lastModifiedBy": "string"
}
],
"description": "string",
"id": "string",
"lastModifiedBy": "string",
"lastModifiedTs": 0,
"name": "string",
"parentInfo": {
"autoCreated": true,
"id": "string",
"name": "string"
}
}
]
internal_error
Loading...