Forcibly sets the state of a job instance to successful. You can call this operation only in the professional edition.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The region ID. | cn-hangzhou |
Namespace | string | Yes | The namespace ID. You can obtain the namespace ID on the Namespace page in the SchedulerX console. | adcfc35d-e2fe-4fe9-bbaa-20e90ffc**** |
NamespaceSource | string | No | The source of the namespace. This parameter is required only for a special third party. | schedulerx |
GroupId | string | Yes | The application group ID. You can obtain the application group ID on the Application Management page in the SchedulerX console. | testSchedulerx.defaultGroup |
JobId | long | Yes | The job ID. | 123 |
JobInstanceId | long | Yes | The job instance ID. | 123456 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "39090022-1F3B-4797-8518-6B61095F1AF0",
"Code": 200,
"Success": true,
"Message": "jobId=xxx is not existed"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history