Patch Cloud Account
Enable / disable cloud account (and children) OR Update the Account Groups it belongs to
Path Parameters
- id string required
Possible values: Value must match regular expression
.+
Account ID
- cloud_type string required
Possible values: [
aws
,azure
,gcp
,alibaba_cloud
,oci
]Cloud Type
- application/json
Request Body required
Cloud Account Patch
- enabled boolean
Possible values: [
false
]Cloud Account Status
- groupIds string[]
Associated Account Group Ids
- updateChildrenStatus boolean
Possible values: [
false
]Update Children status
Responses
- 200
- 400
- 404
- 405
- 500
successful operation
invalid_account_id_format / invalid_account_patch
invalid_cloud_type / invalid_account_id_format
cloud_account_already_enabled / cloud_account_already_disabled
internal_error
Loading...