Queries the details about the worker tasks of a deployment task. Alibaba Cloud allows you to deploy multiple certificates at a time. Therefore, a deployment task may include multiple worker tasks in multiple cloud services. A worker task refers to a task that deploys a certificate to a cloud resource in a cloud service.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- For mandatory resource types, indicate with a prefix of * .
- If the permissions cannot be granted at the resource level,
All Resourcesis used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
| Operation | Access level | Resource type | Condition key | Associated operation |
|---|---|---|---|---|
| yundun-cert:ListWorkerResource | list | *All Resources * |
| none |
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| JobId | long | Yes | The ID of the deployment task. You can call the CreateDeploymentJob operation to obtain the ID of a deployment task from the ID parameter. You can also call the ListDeploymentJob operation to obtain the ID of a deployment task. | 8888 |
| Status | string | No | The status of the worker task. Valid values:
| editing |
| CloudProduct | string | No | The cloud service in the deployment task. | NLB |
| CurrentPage | integer | No | The page number. Default value: 1. | 1 |
| ShowSize | integer | No | The number of entries per page. Default value: 50. | 20 |
Response parameters
Examples
Sample success responses
JSONformat
{
"Total": 8,
"CurrentPage": 1,
"ShowSize": 20,
"Data": [
{
"Id": 22487,
"GmtCreate": "1680228896000",
"GmtModified": "1681956830000",
"UserId": 1666884372152785,
"JobId": 8888,
"OrderId": 9349278,
"CertId": 12073663,
"CertDomain": "www.example.com",
"CertInstanceId": "lsn-jzk2h0xz5dmynuphb8@1883",
"CertName": "testCertName",
"ResourceId": 1286999,
"CloudProduct": "SLB",
"ResourceCertId": 123,
"ResourceDomain": "www.example.com",
"RegionId": "cn-hangzhou",
"CloudRegion": "cn-hangzhou",
"InstanceId": "cas-cn-0pp118nuu40b",
"ListenerId": "lsn-lhl8y7s1e1ngc3m3zz@81",
"Port": 4431,
"DefaultResource": true,
"CloudName": "aliyun",
"NamespaceId": "32fed52a-4bf7-44f6-955f-e82ada68ef18",
"Status": "editing"
}
],
"RequestId": "3E50D480-9765-5CFD-9650-9BACCECA5135"
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|
