Automation
Create Blueprints
create blueprints
post/operations/automation/blueprints/{tenant_id}/create
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
Example request
{
"resources": [
{
"execution_type": "on_demand",
"type": "template"
}
],
"scope": "private"
}Response
Success