v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Operations

Create Operations Alert Configuration Templates

Create Template

post/operations/monitoring_and_alerts/monitoring_templates/{tenant_id}/create_template

Path parameters

tenant_idstring required

Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.

Request body

servicestring required

Specify the cloud service

create_template_namestring required

Provide the create template name.

is_defaultboolean required

Boolean value to set template as default not not

cloud_account_idstring[]

Provide cloud_account_id when scope is selected as cloud_account scope

regionsstring[]

Select regions when scope is selected as region for an AWS cloud

resource_groupsstring[]

Select resource_groups when scope is selected as resource_group for an Azure cloud

apply_to_existing_resourceboolean

Select the check box, if wish to apply the configuration for existing resource also

scopestring required

scope for the template to be created

Example request

{
  "constraints": {
    "option": "new",
    "type": "tag"
  }
}

Response

Success

messagestring required

Create template response

dataobject required

Create Monitoring Template Details