Updates a deployment task.
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 Resources
is 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:UpdateDeploymentJob | update | *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 JobId parameter. You can also call the ListDeploymentJob operation to obtain the ID of a deployment task. | 8888 |
Name | string | No | The name of the deployment task. | cert-1 |
CertIds | string | No | The ID of the certificate. Separate multiple certificate IDs with commas (,). You can call the ListUserCertificateOrder operation to obtain the ID of a certificate from the CertificateId parameter. | 9957285,12067351,12304338,12342649 |
ResourceIds | string | No | The ID of the cloud resource. Separate multiple resource IDs with commas (,). You can call the ListCloudResources operation to obtain the ID of a cloud resource from the Id parameter. | 9957285,12067351,12304338,12342649 |
ContactIds | string | No | The ID of the contact. Separate multiple contact IDs with commas (,). You can call the ListContact operation to obtain the ID of a contact from the ContactId parameter. | 9957285,12067351,12304338,12342649 |
ScheduleTime | long | No | The time when the task starts. The value is a UNIX timestamp. If you do not specify this parameter, the system immediately starts the task after it is created. | 1606482979000 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "082FAB35-6AB9-4FD5-8750-D36673548E76"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|