Add SSM Document
POST {{cb_url}}/public-cloud/account-management/v1/orgs/{{cb_org_key}}/cloud_providers/{{cloud_provider}}/accounts/{{cloud_account_id}}/regions/{{region}}/ssm_document
Add SSM Document
Add ssm document creation details for given account and region and keeping others unchanged.
Permissions Required
Permission (.notation name) | Operation(s) |
---|---|
public.cloud.ingestion.events | CREATE |
Request Schema
{
"ssm_document_version": "<string>"
}
Request Body
{"ssm_document_version"=>"1.0.0"}
RESPONSES
status: OK
{"success":true,"error_code":null,"message":"Successful","follow_up_api":null}