ResumeJobs
Resumes paused jobs.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
outboundbot:ResumeJobs |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
Instance ID |
af81a389-91f0-4157-8d82-720edd02b66a |
| All |
boolean |
Yes |
Filter condition: Specifies whether to restart all jobs. |
true |
| ScenarioId |
string |
No |
Filter condition: Scenario ID (historical parameter, deprecated). |
b016fbdb-b81c-4c06-8870-cb36b8783b6d |
| JobGroupId |
string |
No |
Filter condition: Task group ID. |
de48407d-309e-451a-81ec-6fb11f8fdbf3 |
| JobId |
array |
No |
Job ID list. Note
This parameter is required when All is false. |
b72425bd-7871-4050-838e-033d80d754b7 |
|
string |
No |
Job ID. |
b72425bd-7871-4050-838e-033d80d754b7 |
|
| JobReferenceId |
array |
No |
Third-party ID of the job. Note
This is the ReferenceId uploaded by the customer when uploading the outbound list. |
d5971d98-7312-4f0e-a918-a17d67133e28 |
|
string |
No |
Third-party ID of the job. |
d5971d98-7312-4f0e-a918-a17d67133e28 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
HTTP status code. |
200 |
| Code |
string |
Status code. |
OK |
| Message |
string |
API message. |
Success |
| RequestId |
string |
Request ID. |
254EB995-DEDF-48A4-9101-9CA5B72FFBCC |
| Success |
boolean |
Success. |
true |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"Code": "OK",
"Message": "Success",
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. | |
| 404 | NotExist.Instance | The specified Instance does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.