Create Provision Template

POST {{cb_url}}/public-cloud/account-management/v1/orgs/{{cb_org_key}}/cloud_providers/{{cloud_provider}}/accounts/{{cloud_account_id}}/regions/{{region}}/provision_template

Create Provision Template

Create provision template detail for given account and region and keeping others unchanged.

Permissions Required

Permission (.notation name)Operation(s)
public.cloud.ingestion.eventsCREATE

Request Schema

{
  "event_channel_template_version": "<string>"
}

See Documentation

Request Body

{"event_channel_template_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}