post https://icc-dev.aylanetworks.com/icc/v1/jobs//schedule
This API adds a schedule to a job.
{
"name": "Name",
"timezone": "UTC",
"start_time": "2021-03-16 07:16:53",
"end_time": "2021-03-17 23:59:59",
"schedule_type": "WEEKLY",
"repeats": [
{
"start_time": {
"month_of_year": [
10
],
"day_of_month": [
1
],
"day_of_week": [
7
],
"time": "00:00"
},
"stop_time": {
"month_of_year": [
10
],
"day_of_month": [
1
],
"day_of_week": [
7
],
"time": "23:59"
}
}
]
}