You can call this API to convert subscription instances to hybrid-billing instances.
Operation description
Before using this API, ensure you fully understand the billing methods and pricing for Flink fully managed hybrid-billing products.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
stream:ConvertHybridInstance |
create |
*VvpInstance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
Order instance ID. |
sc_flinkserverless_public_cn-7e22***** |
| Region |
string |
Yes |
Region. |
cn-shenzhen |
| ResourceSpec |
object |
Yes |
Maximum resource specifications available for the pay-as-you-go part of hybrid billing. |
|
| Cpu |
integer |
Yes |
Number of CPUs. |
10 |
| MemoryGB |
integer |
Yes |
Memory size in GB. Note
Memory size must be 4 times the number of CPUs. |
40GB |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response data. |
||
| RequestId |
string |
Request ID. |
67F33190-946B-1105-B6A1-E2DF042***** |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| OrderInfo |
object |
Order information. |
|
| OrderId |
integer |
Order ID. |
2104063546**** |
| InstanceId |
string |
Instance ID of the subscription part for hybrid billing. |
f-cn-zvp2q***** |
| ElasticInstanceId |
string |
Instance ID of the pay-as-you-go part for hybrid billing. |
f-cn-asd*** |
| ErrCode |
string |
Error code. |
000000 |
Examples
Success response
JSON format
{
"RequestId": "67F33190-946B-1105-B6A1-E2DF042*****",
"Success": true,
"OrderInfo": {
"OrderId": 0,
"InstanceId": "f-cn-zvp2q*****",
"ElasticInstanceId": "f-cn-asd***"
},
"ErrCode": "000000"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.