Queries the certificate deployment tasks that are created in your account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cert:ListDeploymentJob |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobType |
string |
No |
The type of the deployment task. Valid values:
Valid values:
|
user |
| Status |
string |
No |
The status of the deployment task. Valid values:
Valid values:
|
pending |
| CurrentPage |
integer |
No |
The page number. Default value: 1. |
1 |
| ShowSize |
integer |
No |
The number of entries to return on each page. Default value: 50. |
20 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
12345678-1234-1234-1234-123456789ABC |
| Total |
integer |
The total number of deployment tasks returned. |
7 |
| CurrentPage |
integer |
The page number. Default value: 1. |
1 |
| ShowSize |
integer |
The number of deployment tasks per page. Default value: 50. |
20 |
| Data |
array<object> |
The data returned for the request. |
|
|
object |
|||
| Id |
integer |
The ID of the deployment task. You can use the ID to query the details and status of the deployment task. |
19975 |
| GmtCreate |
string |
The time when the deployment task was created. |
1624343180000 |
| GmtModified |
string |
The time when the deployment task was last modified. |
1606482979000 |
| UserId |
integer |
The ID of the user. |
1666884372152785 |
| InstanceId |
string |
The instance ID of the deployment task. |
cas-job-user-0gvntn |
| Name |
string |
The name of the deployment task. |
job-test |
| CertType |
string |
The type of the certificate. Valid values:
|
upload |
| ScheduleTime |
string |
The time when the deployment task was scheduled. |
1606482979000 |
| StartTime |
string |
The start time of the deployment task. |
1606482979000 |
| EndTime |
string |
The end time of the deployment task. |
1606482979000 |
| Status |
string |
The status of the deployment task. Valid values:
|
scheduling |
| Del |
integer |
Indicates whether the deployment task is deleted. Valid values:
|
1 |
| Rollback |
integer |
Indicates whether the rollback worker is included. For example, if a cloud service involved in a deployment task has been rolled back, 1 is returned. Valid values:
|
1 |
| JobType |
string |
The type of the deployment task.
|
user |
| CertDomain |
string |
The domain names bound to the certificate of the deployment task. |
aliyundoc1.com,aliyundoc2.com,aliyundoc3.com |
| ProductName |
string |
The cloud service included in the resources of the deployment task. |
NLB |
Examples
Success response
JSON format
{
"RequestId": "12345678-1234-1234-1234-123456789ABC",
"Total": 7,
"CurrentPage": 1,
"ShowSize": 50,
"Data": [
{
"Id": 19975,
"GmtCreate": "1624343180000",
"GmtModified": "1606482979000",
"UserId": 0,
"InstanceId": "cas-job-user-***",
"Name": "job-test",
"CertType": "upload",
"ScheduleTime": "1606482979000",
"StartTime": "1606482979000",
"EndTime": "1606482979000",
"Status": "scheduling",
"Del": 1,
"Rollback": 1,
"JobType": "user",
"CertDomain": "aliyundoc1.com,aliyundoc2.com,aliyundoc3.com",
"ProductName": "NLB"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.