Modifies the resources of a service instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
computenestsupplier:ModifyServiceInstanceResources |
update |
*ServiceInstance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ServiceInstanceId |
string |
Yes |
The ID of the service instance. |
si-d8a0cc2a1ee04dce**** |
| ServiceInstanceResourcesAction |
string |
No |
The operation to perform on the resources of the service instance. Valid values:
|
Import |
| Resources |
string |
No |
The resources to import. |
{ "RegionId": "cn-hangzhou", "Type": "ResourceIds", "ResourceIds": { "ALIYUN::ECS::INSTANCE": ["i-xxx", "i-yyy"], "ALIYUN::RDS::INSTANCE": ["rm-xxx", "rm-yyy"], "ALIYUN::VPC::VPC": ["vpc-xxx", "vpc-yyy"], "ALIYUN::SLB::INSTANCE": ["lb-xxx", "lb-yyy"] } } |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
46577928-3162-15A6-9084-69820EB9xxxx |
Examples
Success response
JSON format
{
"RequestId": "46577928-3162-15A6-9084-69820EB9xxxx"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.