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.eventsCREATE

Request Schema

{
  "ssm_document_version": "<string>"
}

See Documentation

Request Body

{"ssm_document_version"=>"1.0.0"}

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;error_code&quot;:null,&quot;message&quot;:&quot;Successful&quot;,&quot;follow_up_api&quot;:null}