Creates a deployment task.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Name | string | Yes | The name of the deployment task. | jobName |
JobType | string | Yes | The type of the task. Valid values:
| user |
CertIds | string | Yes | The certificate IDs. | 12342649,12304338,12067351,9957285 |
ResourceIds | string | Yes | The resource IDs. | 6591316,6585549,6190248,5811894,5775176,5772504 |
ContactIds | string | Yes | The contact IDs. | 1,2 |
ScheduleTime | long | No | The time when the task was scheduled. | 1706613560008 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "15C66C7B-671A-4297-9187-2C4477247A74",
"JobId": 8888
}
Error codes
For a list of error codes, visit the Service error codes.