Automation
Execute Template
Execute template will return a unique job id the status of the template can be checked using the Job details api where you can pass the unique id generated to get the details or errors if any on execution
post/operation/automation/{tenant_id}/templates/{template_id}/execute
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
template_idstring required
Specify the template id to execute, template id can be obtained from the list template api
Request body
Response
Success