Updates the configuration of a certificate deployment task, such as the certificates or target resources.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cert:UpdateDeploymentJob |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
integer |
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 |
integer |
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 elements
|
Element |
Type |
Description |
Example |
|
object |
OpenApiDefaultResponse. |
||
| RequestId |
string |
The request ID. |
082FAB35-6AB9-4FD5-8750-D36673548E76 |
Examples
Success response
JSON format
{
"RequestId": "082FAB35-6AB9-4FD5-8750-D36673548E76"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.