Update Cloud Account Details
PATCH/cloud/:cloud_type/:id
Update the cloud account details such as cloud account status, auto consent state, status of children's accounts, and account group. In addition, you can also enable or disable the ingestion of data from the cloud account.
Request
Path Parameters
id stringrequired
Account ID
cloud_type stringrequired
Possible values: [aws
, azure
, gcp
, alibaba_cloud
, oci
]
Cloud Type
- application/json
Body
required
Cloud Account Patch
groupIds string[]
Associated Account Group Ids
autoConsent string
Possible values: [enabled/disabled
]
Auto Consent State
enabled boolean
Possible values: [false
]
Cloud Account Status
updateChildrenStatus boolean
Possible values: [false
]
Update Children status
Responses
- 200
- 400
- 404
- 405
successful operation
invalid_account_id_format / invalid_account_patch
invalid_cloud_type / invalid_account_id_format
cloud_account_already_enabled / cloud_account_already_disabled
Loading...