v1

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

Create Template Schedules

create template schedules

post/operations/automation/templates/{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

namestring required

Schedule Name to be create

descriptionstring

Description of the schedule

recurrence'Once' | 'Minutes' | 'Hours' | 'Daily' | 'Weekly' | 'Monthly' | 'Annually' required

Recurrence of the schedule

resourcestring[] required

Template/Script/Policy Id.can be retrieved using the List Policy Schedules

argsobject

Input Parameters for the Template/Script/Policy

Example request

{
  "recurrence": "Once"
}

Response

Success

schedule_idstring

Schedule ID