Queries the details of a deployment task. You can call the CreateDeploymentJob operation to create a deployment task and obtain the ID of the task.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
JobId | long | Yes | The ID of the deployment job. The ID of the job is returned after you call the CreateDeploymentJob operation. You can also call the ListDeploymentJob operation to obtain the ID. | 8888 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "15C66C7B-671A-4297-9187-2C4477247A74",
"Id": 8888,
"GmtCreate": "1679541809000",
"GmtModified": "1679541809000",
"UserId": 0,
"InstanceId": "14dcc8afc7578e1f",
"Name": "auto-test-AXX",
"CertType": "buy",
"ScheduleTime": "1678083209335",
"StartTime": "1679541809000",
"EndTime": "1679541809000",
"Status": "editing",
"Del": 1,
"Rollback": 1,
"JobType": "user",
"CertDomain": "example.aliyundoc.com,demo.aliyundoc.com",
"ProductName": "CDN",
"Config": "{\\\"shareCertIds\\\":[],\\\"certIds\\\":[12342649,12304338,12067351,9957285]}",
"CasContacts": [
{
"Id": "3304",
"Name": "zhangsan",
"Mobile": "139****0000",
"Email": "username@example.com"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.