If a service instance fails to deploy, you can call the ContinueDeployServiceInstance operation to resume the deployment.
Operation description
If a private service instance that uses the ROS deployment type fails to deploy, you can call the ContinueDeployServiceInstance operation to resume the deployment.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
computenest:ContinueDeployServiceInstance |
update |
*ServiceInstance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClientToken |
string |
No |
A client token that is used to ensure the idempotence of the request. Generate a unique value for this parameter from your client. The token can contain only ASCII characters and cannot exceed 64 characters in length. |
123e4567-e89b-12d3-a456-426655440000 |
| ServiceInstanceId |
string |
Yes |
The ID of the service instance. |
si-0e6fca6a51a54420**** |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
| Parameters |
string |
No |
The configuration parameters of the service instance. |
{"NodeCount": 3, "SystemDiskSize": 40, "InstancePassword": "******"} |
| DryRun |
boolean |
No |
Specifies whether to perform a dry run. A dry run checks items such as permissions and the instance status. Valid values:
|
false |
| Option |
array |
No |
The recreation options. |
|
|
string |
No |
The recreation option. Valid values:
Note
This option is valid only for ROS stacks. |
TryToFixSignalFailureByRerunEcsCommand |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
4DB0F536-B3BE-4F0D-BD29-E83FB56D550C |
| DryRunResult |
object |
The check result. |
|
| ParametersNotAllowedToBeModified |
array |
The parameters that cannot be modified. Modifying these parameters always causes a check error. Note
This parameter is returned only if DryRun is set to true. |
|
|
string |
The parameters that cannot be modified. Modifying these parameters always causes a check error. Note
This parameter is returned only if DryRun is set to true. |
cidr |
|
| ParametersConditionallyAllowedToBeModified |
array |
The parameters that can be conditionally modified. Whether modifying these parameters causes a check error depends on their values. Note
This parameter is returned only if DryRun is set to true. |
|
|
string |
The parameters that can be conditionally modified. Whether modifying these parameters causes a check error depends on their values. Note
This parameter is returned only if DryRun is set to true. |
name |
|
| ParametersAllowedToBeModified |
array |
The parameters that can be modified. Modifying these parameters does not cause a check error. Note
This parameter is returned only if DryRun is set to true. |
|
|
string |
The parameters that can be modified. Modifying these parameters does not cause a check error. Note
This parameter is returned only if DryRun is set to true. |
description |
|
| ServiceInstanceId |
string |
The ID of the service instance. |
si-d6ab3a63ccbb4b17**** |
Examples
Success response
JSON format
{
"RequestId": "4DB0F536-B3BE-4F0D-BD29-E83FB56D550C",
"DryRunResult": {
"ParametersNotAllowedToBeModified": [
"cidr"
],
"ParametersConditionallyAllowedToBeModified": [
"name"
],
"ParametersAllowedToBeModified": [
"description"
]
},
"ServiceInstanceId": "si-d6ab3a63ccbb4b17****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.