All Products
Search
Document Center

Certificate Management Service:CreateDeploymentJob

Last Updated:Jul 31, 2024

Creates 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
NamestringYes

The name of the deployment task.

jobName
JobTypestringYes

The type of the task.

Valid values:

  • cloud
  • user
user
CertIdsstringYes

The certificate IDs.

12342649,12304338,12067351,9957285
ResourceIdsstringYes

The resource IDs.

6591316,6585549,6190248,5811894,5775176,5772504
ContactIdsstringYes

The contact IDs.

1,2
ScheduleTimelongNo

The time when the task was scheduled.

1706613560008

Response parameters

ParameterTypeDescriptionExample
object

OpenApiDefaultResponse.

RequestIdstring

The request ID.

15C66C7B-671A-4297-9187-2C4477247A74
JobIdlong

The ID of the deployment task.

8888

Examples

Sample success responses

JSONformat

{
  "RequestId": "15C66C7B-671A-4297-9187-2C4477247A74",
  "JobId": 8888
}

Error codes

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