Description
Resize an existing Block Storage Order.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
order-id | Integer | Required | The order-id of the storage which is to be resized. |
storage-size-gb | Integer | Required | The new storage size. Max 500 GB |
invoice-option | String | Required | This parameter will decide how the Customer Invoices will be handled. Values can be: NoInvoice, PayInvoice, KeepInvoice, OnlyAdd |
HTTP Method
POST
Example Test URL Request
US Server
https://test.httpapi.com/api/blockstorage/us/upgrade.json?auth-userid=0&api-key=key&storage-size-gb=0&order-id=0&invoice-option=NoInvoice
Response
Returns a map of the execution details of the resize operation.