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.events | CREATE |
Request Schema
{
"event_channel_template_version": "<string>"
}
Request Body
{"event_channel_template_version"=>"1.0.0"}
RESPONSES
status: OK
{"success":true,"error_code":null,"message":"Successful","follow_up_api":null}