post https://{server}/services//schedules/start-stop
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
204No Content
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
204No Content
xxxxxxxxxx
curl --request POST \
--url https://console.tessell.com/services//schedules/start-stop \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
34}
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"serviceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"scheduleInfo": {
"oneTime": {
"dbServiceStartAt": "2025-01-05T09:50:36.401Z",
"dbServiceStopAt": "2025-01-05T09:50:36.401Z"
},
"recurring": {
"scheduleStartDate": "2025-01-05",
"dbServiceStartAt": "string",
"dbServiceStopAt": "string",
"scheduleExpiry": {
"on": "2025-01-05",
"afterOccurrences": 0,
"never": true
},
"dailySchedule": true,
"weeklySchedule": {
"days": [
"Sunday"
]
}