Call the StartServiceInstance operation to start a service instance that is in the Stopped or StartFailed state.
Operation description
Prerequisites
Ensure that the service provider configured the start and stop O&M actions when creating the service.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
computenest:StartServiceInstance |
update |
*ServiceInstance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClientToken |
string |
No |
A client token to ensure the idempotence of the request. Generate a unique value on your client. This value can contain only ASCII characters and must be no more than 64 characters long. |
123e4567-e89b-12d3-a456-42665544**** |
| RegionId |
string |
Yes |
The ID of the region where the service instance resides. |
cn-hangzhou |
| ServiceInstanceId |
string |
Yes |
The ID of the service instance. Call the ListServiceInstances operation to obtain the service instance ID. |
si-d6ab3a63ccbb4b17**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
464C8CB6-A548-5206-B83C-D32A8E43EC21 |
Examples
Success response
JSON format
{
"RequestId": "464C8CB6-A548-5206-B83C-D32A8E43EC21"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.