All Products
Search
Document Center

Certificate Management Service:UpdateDeploymentJob

Last Updated:Jul 31, 2024

Updates a deployment task.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
JobIdlongYes

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
NamestringNo

The name of the deployment task.

cert-1
CertIdsstringNo

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
ResourceIdsstringNo

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
ContactIdsstringNo

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
ScheduleTimelongNo

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

ParameterTypeDescriptionExample
object

OpenApiDefaultResponse.

RequestIdstring

The request ID.

082FAB35-6AB9-4FD5-8750-D36673548E76

Examples

Sample success responses

JSONformat

{
  "RequestId": "082FAB35-6AB9-4FD5-8750-D36673548E76"
}

Error codes

For a list of error codes, visit the Service error codes.