Description
Attach a Block Storage to a VPS server 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 attached. |
attach-order-id | Integer | Required | The order-id of the server to which the volume must be attached. The server must be from the same data centre. |
HTTP Method
POST
Example Test URL Request
US Server
https://test.httpapi.com/api/blockstorage/us/attach.json?auth-userid=0&api-key=key&order-id=0&attach-order-id=0
Response
Returns a map of the execution details of the attach operation.