Updates a deployment task.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
JobId | long | Yes | The ID of the deployment task. You can call the CreateDeploymentJob operation to obtain the ID of a deployment task from the JobId parameter. You can also call the ListDeploymentJob operation to obtain the ID of a deployment task. | 8888 |
Name | string | No | The name of the deployment task. | cert-1 |
CertIds | string | No | The ID of the certificate. Separate multiple certificate IDs with commas (,). You can call the ListUserCertificateOrder operation to obtain the ID of a certificate from the CertificateId parameter. | 9957285,12067351,12304338,12342649 |
ResourceIds | string | No | The ID of the cloud resource. Separate multiple resource IDs with commas (,). You can call the ListCloudResources operation to obtain the ID of a cloud resource from the Id parameter. | 9957285,12067351,12304338,12342649 |
ContactIds | string | No | The ID of the contact. Separate multiple contact IDs with commas (,). You can call the ListContact operation to obtain the ID of a contact from the ContactId parameter. | 9957285,12067351,12304338,12342649 |
ScheduleTime | long | No | The time when the task starts. The value is a UNIX timestamp. If you do not specify this parameter, the system immediately starts the task after it is created. | 1606482979000 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "082FAB35-6AB9-4FD5-8750-D36673548E76"
}
Error codes
For a list of error codes, visit the Service error codes.