For instances with hybrid billing, you can modify the maximum elastic resources available for the pay-as-you-go portion.
Operation description
Before using this API, understand the billing methods and pricing of real-time computing Flink.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
stream:ModifyVvpInstanceSpec |
update |
*VvpInstance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Region |
string |
Yes |
Region. |
cn-beijing |
| InstanceId |
string |
Yes |
Order instance ID. |
sc_flinkserverless_public_cn-7e22ae**** |
| ResourceSpec |
object |
Yes |
Maximum elastic resource specifications for pay-as-you-go. |
|
| Cpu |
integer |
Yes |
Number of CPUs. |
10 |
| MemoryGB |
integer |
Yes |
Memory size. Note
Memory size must be 4 times the number of CPUs. |
40 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response structure. |
||
| RequestId |
string |
Request ID. |
B21DC47E-8928-199A-9F32-36D45E4**** |
| OrderId |
integer |
Order ID. |
21147322832**** |
| Success |
boolean |
Is successful. |
true |
Examples
Success response
JSON format
{
"RequestId": "B21DC47E-8928-199A-9F32-36D45E4****",
"OrderId": 0,
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.