post https://rls.congacloud.com/api/scheduler/v1/jobs/onetime
Creates a new scheduled job and returns the job's name.
Log in to see full request history
Responses
400Bad Request
403Forbidden
Creates a new scheduled job and returns the job's name.
400Bad Request
403Forbidden
xxxxxxxxxx
curl --request POST \
--url https://rls.congacloud.com/api/scheduler/v1/jobs/onetime \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
xxxxxxxxxx
17{
"Success": true,
"RecordCount": 0,
"Data": {
"JobName": "string",
"State": "Enabled"
},
"Errors": [
{
"Message": "string"
}
],
"Profile": "string",
"TotalTime": 0,
"StatusCode": "Continue",
"HasMoreRecords": true
}