Account Group Info
GET/cloud/group/:id
Retrieve all information about an account group using its ID.
Rate Limits
- Request rate limit: 80/sec
- Burst Rate: 80/sec
Request
Path Parameters
id stringrequired
Account Group ID
Query Parameters
includeAccountInfo boolean
true = Include cloud account information. Default is false.
Responses
- 200
- 403
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
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
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
{
"accountIds": [
"string"
],
"autoCreated": true,
"cloudAccountCount": 0,
"cloudAccountInfos": [
{
"accountId": "string",
"cloudType": "ALL",
"lastModifiedBy": "string"
}
],
"description": "string",
"id": "string",
"lastModifiedBy": "string",
"lastModifiedTs": 0,
"name": "string"
}
unauthorized_access
Loading...