Creates a Schedule
Creates a Schedule
Request body
ID of the schedule
Schedule Name
Category of the schedule.
Source of the schedule creation
Description of the schedule
Re-occurrence of the schedule
When will the schedule run for the next time
When the last schedule triggered
Upto when the schedule should run
Timezone of the schedule
ID of the resource which is scheduled. Can be retrieved using the respective List API
Input Parameters for the resource that is scheduled which is a JSON string
Flag to represent whether the schedule is active or not.
Flag to represent whether the schedule is system scheduled or not.
Tenant owning the schedule.
When the schedule is created
Who has created the schedule
When the schedule is updated
Who has updated the schedule
Example request
{
"category": "ComplianceStandard",
"source": "Report",
"recurrence": "Once"
}Response
Success
ID of the schedule
Schedule Name
Category of the schedule.
Source of the schedule creation
Description of the schedule
Re-occurrence of the schedule
When will the schedule run for the next time
When the last schedule triggered
Upto when the schedule should run
Timezone of the schedule
ID of the resource which is scheduled. Can be retrieved using the respective List API
Input Parameters for the resource that is scheduled which is a JSON string
Flag to represent whether the schedule is active or not.
Flag to represent whether the schedule is system scheduled or not.
Tenant owning the schedule.
When the schedule is created
Who has created the schedule
When the schedule is updated
Who has updated the schedule
Example response
{
"category": "ComplianceStandard",
"source": "Report",
"recurrence": "Once"
}