The Schedule Object
All timestamps are in UNIX Epoch time.
Attributes
-
id
stringread-Only
The
scheduleId
for the created schedule -
cron
stringThe cron schedule you want to use for the test
-
nextRun
integerread-Only
The timestamp of the next test run
-
enabled
booleanDenotes if the schedule is active
-
type
stringread-Only
Type of schedule
-
created
integerread-Only
Timestamp the schedule was created
-
updated
integerread-Only
Timestamp the schedule was updated
-
testId
integerread-Only
required
Test Only
The
testId
of the test. Cannot be changed after creating the schedule -
testCollectionId
integerread-Only
required
Test Only
The
collectionId
of the multi test. Cannot be changed after creating the schedule -
createdById
integerread-Only
The
userId
of the user that created the schedule -
lastUpdatedById
integerread-Only
The
userId
of the user that updated the schedule -
nextExecutions
arrayread-Only
The list of timestamps of the next executions
The Schedule Object
{
"api_version": 4,
"error": null,
"result": {
"id": "5c83ec4a7b12f573685c5f36",
"cron": "0 0 * * 1-5",
"nextRun": 1553126400,
"enabled": false,
"type": "testRun",
"created": 1552149578,
"updated": 1553117534,
"testCollectionId": 12345678,
"createdById": 123456,
"lastUpdatedById": 123456,
"nextExecutions": [
1593043200,
1593129600,
1593388800,
1593475200,
1593561600,
1593648000,
1593734400,
1593993600,
1594080000,
1594166400
]
},
"request_id": "5ef3b1640a13a"
}