Scaling Up Cold Storage
Function
This API is used to scale up cold storage of an instance.
Constraints
This API supports only GeminiDB Influx cluster and GeminiDB Influx single-node instances.
This API supports both yearly/monthly and pay-per-use instances.
URI
PUT https://{Endpoint}/v3/{project_id}/instances/{instance_id}/cold-volume
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID of a user in a region. To obtain this value, see Obtaining a Project ID. |
instance_id |
Yes |
String |
Instance ID. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
User token. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
size |
Yes |
Integer |
Size in GB of the new cold storage.
|
is_auto_pay |
No |
String |
Whether the order can be paid automatically from your account when you scale up cold storage of your instance. This parameter does not affect the payment mode of automatic renewal. The parameter value can be:
|
Response Parameters
Status code: 202
Parameter |
Type |
Description |
---|---|---|
job_id |
String |
Task ID. |
order_id |
String |
Order ID. This parameter is returned only when storage space of a yearly/monthly instance is scaled up. |
Example Requests
- URI example
PUT https://gaussdb-nosql.ap-southeast-1.myhuaweicloud.com/v3/619d3e78f61b4be68bc5aa0b59edcf7b/instances/944bdc55da6c4b33b260b34185ac86bein13/cold-volume
- Scaling up cold data storage space of an instance to 1,000 GB
{ "size" : 1000 }
Example Responses
Status code: 202
Accepted
{ "job_id" : "f85104b5-4a9c-4e0f-9505-fc5409d8f7ae" }
Status Codes
For details, see Status Codes.
Error Codes
For details, see Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot