Update Account Group
PUT/cloud/group/:id
Update information related to an existing account group.
Request
Path Parameters
id stringrequired
Account Group ID
- application/json
Body
required
Account Group
- Array [
- ]
accountIds string[]required
Cloud Account IDs
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 stringrequired
Name
Responses
- 200
- 400
- 403
- 500
successful operation
invalid_account_group_name / invalid_id / account_group_name_already_exists
unauthorized_access
internal_error
Loading...