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
Example request
{
"recurrence": "Once",
"args": {
"job_details": [
{
"keypair_flag": "true"
}
]
}
}Response
Success