Queries the number of worker tasks in a deployment task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cert:DescribeDeploymentJobStatus |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
integer |
No |
The ID of the deployment task. You can call the CreateDeploymentJob operation to obtain the ID of a deployment task from the JobId parameter. You can also call the ListDeploymentJob operation to obtain the ID of a deployment task. |
8888 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
OpenApiDefaultResponse |
||
| RequestId |
string |
The request ID. |
CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D |
| ResourceCount |
integer |
The total number of resources. |
4127 |
| UseCount |
integer |
The total number of used resources. |
300 |
| BuyCount |
integer |
The total number of purchased resources. |
500 |
| WorkerCount |
integer |
The total number of resources to which certificate are deployed in the current cloud service. The value indicates the total number of worker tasks. |
20 |
| MatchWorkerCount |
integer |
The total number of worker tasks that match the certificate. |
20 |
| SuccessCount |
integer |
The number of successful worker tasks, excluding rollback tasks. |
20 |
| FailedCount |
integer |
The number of failed worker tasks, excluding rollback tasks. |
20 |
| RollbackCount |
integer |
The number of worker tasks that are rolled backed. |
20 |
| RollbackSuccessCount |
integer |
The number of worker tasks that are successfully rolled back. |
20 |
| RollbackFailedCount |
integer |
The number of worker tasks that failed to be rolled back. |
20 |
| CostCount |
integer |
The number of resources consumed by worker tasks. |
20 |
| CertCount |
integer |
The number of certificates involved in the deployment task. |
20 |
| ProductWorkerCount |
array<object> |
The number of cloud resources to which certificates are deployed in the deployment task. |
|
|
object |
|||
| ProductName |
string |
The name of the cloud service. Valid values:
|
NLB |
| Count |
integer |
The total number of resources of a cloud service in the deployment task. |
2 |
Examples
Success response
JSON format
{
"RequestId": "CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D",
"ResourceCount": 4127,
"UseCount": 300,
"BuyCount": 500,
"WorkerCount": 20,
"MatchWorkerCount": 20,
"SuccessCount": 20,
"FailedCount": 20,
"RollbackCount": 20,
"RollbackSuccessCount": 20,
"RollbackFailedCount": 20,
"CostCount": 20,
"CertCount": 20,
"ProductWorkerCount": [
{
"ProductName": "NLB",
"Count": 2
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.