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.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cert:DescribeDeployment |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
integer |
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 elements
|
Element |
Type |
Description |
Example |
|
object |
OpenApiDefaultResponse. |
||
| RequestId |
string |
The request ID. |
15C66C7B-671A-4297-9187-2C4477247A74 |
| Id |
integer |
The ID of the deployment job. |
43222 |
| GmtCreate |
string |
The time when the deployment job was created. The value is a UNIX timestamp. Unit: seconds. |
1679541809000 |
| GmtModified |
string |
The time when the deployment job was last modified. The value is a UNIX timestamp. Unit: seconds. |
1679541809000 |
| UserId |
integer |
The ID of the Alibaba Cloud account in which the deployment job is created. |
166688437****** |
| InstanceId |
string |
The instance ID of the deployment task. |
14dcc8afc7578e1f |
| Name |
string |
The name of the deployment task. |
auto-test-AXX |
| CertType |
string |
The type of the certificate. Valid values:
|
buy |
| ScheduleTime |
string |
The time when the deployment job was scheduled. The value is a UNIX timestamp. Unit: seconds. |
1678083209335 |
| StartTime |
string |
The start time of the deployment job. The value is a UNIX timestamp. Unit: seconds. |
1679541809000 |
| EndTime |
string |
The end time of the deployment job. The value is a UNIX timestamp. Unit: seconds. |
1679541809000 |
| Status |
string |
The status of the deployment job. Valid values:
|
editing |
| Del |
integer |
Indicates whether the deployment job was deleted. Valid values:
|
1 |
| Rollback |
integer |
Indicates whether the deployment job includes the rollback worker. For example, if a cloud service in a deployment job has been rolled back, 1 is returned. Valid values:
|
1 |
| JobType |
string |
The type of the deployment job. Valid values:
|
user |
| CertDomain |
string |
The domain names bound to the certificate of the deployment task. |
example.aliyundoc.com,demo.aliyundoc.com |
| ProductName |
string |
The cloud services included in the deployment task. |
CDN |
| Config |
string |
The configurations of the deployment task. |
{\"shareCertIds\":[],\"certIds\":[12342649,12304338,12067351,9957285]} |
| CasContacts |
array<object> |
The information about the contact. |
|
|
object |
|||
| Id |
string |
The ID of the contact. |
3304 |
| Name |
string |
The name of the contact. |
John |
| Mobile |
string |
The phone number of the contact. |
139****0000 |
|
string |
The email address of the contact. |
username@example.com |
Examples
Success response
JSON format
{
"RequestId": "15C66C7B-671A-4297-9187-2C4477247A74",
"Id": 43222,
"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": "John",
"Mobile": "139****0000",
"Email": "username@example.com"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.