Queries a list of deployment tasks that are created.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
JobType | string | No | The type of the deployment task. Valid values:
| user |
Status | string | No | The status of the deployment task. Valid values:
| pending |
CurrentPage | integer | No | The page number. Default value: 1. | 1 |
ShowSize | integer | No | The number of certificates per page. Default value: 50. | 20 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "12345678-1234-1234-1234-123456789ABC",
"Total": 7,
"CurrentPage": 1,
"ShowSize": 20,
"Data": [
{
"Id": 19975,
"GmtCreate": "1624343180000",
"GmtModified": "1606482979000",
"UserId": 1666884372152785,
"InstanceId": "cas-job-user-0gvntn",
"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
For a list of error codes, visit the Service error codes.