v1

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

Create Script Schedules

create script schedules

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

Example request

{
  "recurrence": "Once",
  "args": {
    "job_details": [
      {
        "keypair_flag": "true"
      }
    ]
  }
}

Response

Success

schedule_idstring

Schedule ID