Modifies the compute resource specifications for a subscription Flink managed instance. If the new specifications are smaller than the current ones, the instance is scaled in. If the new specifications are larger, the instance is scaled out.
This API has been deprecated. We recommend migrating to foasconsole(2021-10-28) - ModifyInstanceSpec for enhanced functionality and continued support. While the deprecated API remains temporarily accessible, no further updates or bug fixes will be provided.
Operation description
Before you use this operation, make sure you fully understand the billing methods and pricing of fully managed Flink.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
stream:ModifyVvpPrepayInstanceSpec |
update |
*VvpInstance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Region |
string |
Yes |
The region. |
cn-beijing |
| InstanceId |
string |
Yes |
The ID of the subscription instance. |
f-cn-wwo36qj4g06 |
| ResourceSpec |
object |
Yes |
The resource specifications. |
|
| Cpu |
integer |
Yes |
The number of CPUs. |
1 |
| MemoryGB |
integer |
Yes |
The memory size in GB. Note
The memory size must be four times the number of CPUs. |
4 |
| Ha |
boolean |
No |
||
| HaZoneId |
string |
No |
||
| HaVSwitchIds |
array |
No |
||
|
string |
No |
|||
| HaResourceSpec |
object |
No |
||
| Cpu |
integer |
No |
||
| MemoryGB |
integer |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
67F33190-946B-1105-B6A1-E2DF0426DD51 |
| OrderId |
integer |
The order ID. |
210406354690749 |
| Success |
boolean |
Indicates whether the request was successful. |
true |
Examples
Success response
JSON format
{
"RequestId": "67F33190-946B-1105-B6A1-E2DF0426DD51",
"OrderId": 210406354690749,
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.