ZStack Cloud Platform
Single Server, Free Trial for One Year
The Elastic Bare Metal Management feature is provided in a separate module. Before you can use this feature, you need to purchase the Plus License of Elastic Bare Metal Management, in addition to the Base License.
GET zstack/v1/block-volumes/access/path/
Authorization: OAuth the-session-uuid
curl -H "Content-Type: application/json;charset=UTF-8" -H "Authorization: OAuth b86c9016b4f24953a9edefb53ca0678c" -X GET http://localhost:8080/zstack/v1/block-volumes/access/path?primaryStorageUuid=56963d0046b330839488e795b5109e44
Name | Type | Location | Description | Optional Value | Starting Version |
---|---|---|---|---|---|
systemTags | List | query | Optional. The system tags. | 4.7.11 | |
userTags | List | query | Optional. The user tags. | 4.7.11 | |
primaryStorageUuid | String | query | The primary storage UUID. | 4.7.11 |
{ "pathInfos": [ { "accessPathId": 1, "accessPathIqn": "iqn", "targetCount": 1 } ] }
Name | Type | Description | Starting Version |
---|---|---|---|
success | boolean | 4.7.11 | |
inventory | VolumeInventory | See pathInfos. | 4.7.11 |
error | ErrorCode | The error code. If not null, the operation fails, or vice versa. For more information, see error. | 4.7.11 |
Name | Type | Description | Starting Version |
---|---|---|---|
name | String | The resource name. | 4.7.11 |
accessPathId | String | The access path id. | 4.7.11 |
accessPathIqn | String | The access path iqn. | 4.7.11 |
targetCount | Integer | The target count. | 4.7.11 |
gatewayIps | List | The gateway IPs. | 4.7.11 |
Name | Type | Description | Starting Version |
---|---|---|---|
code | String | The error code, which is a numbered or alphanumeric code that specifies an error. For example, SYS.1000, HOST.1001. | 0.6 |
description | String | The brief description of the error. | 0.6 |
details | String | The details about the error. | 0.6 |
elaboration | String | The reserved field. Default value: null. | 0.6 |
opaque | LinkedHashMap | The reserved field. Default value: null. | 0.6 |
cause | ErrorCode | The root error, which is the associated root cause of the current error. If no root error exists, this parameter is null. | 0.6 |
CreateBlockVolumeAction action = new CreateBlockVolumeAction(); action.name = "example"; action.description = "block volume test"; action.sessionId = "b86c9016b4f24953a9edefb53ca0678c"; CreateBlockVolumeAction.Result res = action.call();
CreateBlockVolumeAction action = CreateBlockVolumeAction() action.name = "example" action.description = "block volume test" action.sessionId = "b86c9016b4f24953a9edefb53ca0678c" CreateBlockVolumeAction.Result res = action.call()
POST zstack/v1/block-volumes
Authorization: OAuth the-session-uuid
{ "params": { "name": "example", "description": "block volume test" }, "systemTags": [], "userTags": [] }
curl -H "Content-Type: application/json;charset=UTF-8" -H "Authorization: OAuth b86c9016b4f24953a9edefb53ca0678c" -X POST -d '{"params":{"name":"example","description":"block volume test"}}' http://localhost:8080/zstack/v1/block-volumes
Name | Type | Location | Description | Optional Value | Starting Version |
---|---|---|---|---|---|
name | String | body (contained in the params structure) | The resource name. | 4.7.11 | |
description | String | body (contained in the params structure) | Optional. The detailed description of the resource. | 4.7.11 | |
size | Long | body (contained in the params structure) | The size. | 4.7.11 | |
primaryStorageUuid | String | body (contained in the params structure) | The primary storage UUID. | 4.7.11 | |
accessPathId | Integer | body (contained in the params structure) | The access path id. | 4.7.11 | |
accessPathIqn | String | body (contained in the params structure) | The access path iqn. | 4.7.11 | |
burstTotalBw | Long | body (contained in the params structure) | Optional. The burst total bandwidth. | 4.7.11 | |
burstTotalIops | Long | body (contained in the params structure) | Optional. The burst total IOPS. | 4.7.11 | |
maxTotalBw | Long | body (contained in the params structure) | Optional. The maxmium total bandwidth. | 4.7.11 | |
maxTotalIops | Long | body (contained in the params structure) | Optional. The maxmium total IOPS. | 4.7.11 | |
resourceUuid | String | body (contained in the params structure) | Optional. The resource UUID. | 4.7.11 | |
tagUuids | List | body (contained in the params structure) | Optional. The tag UUID list. | 4.7.11 | |
systemTags | List | body | Optional. The system tags. | 4.7.11 | |
userTags | List | body | Optional. The user tags. | 4.7.11 |
{ "inventory": {} }
Name | Type | Description | Starting Version |
---|---|---|---|
success | boolean | 4.7.11 | |
inventory | VolumeInventory | See inventory. | 4.7.11 |
error | ErrorCode | The error code. If not null, the operation fails, or vice versa. For more information, see error. | 4.7.11 |
Name | Type | Description | Starting Version |
---|---|---|---|
iscsiPath | String | 4.7.11 | |
vendor | String | 4.7.11 | |
uuid | String | The resource UUID. | 4.7.11 |
name | String | The resource name. | 4.7.11 |
description | String | The detailed description of the resource. | 4.7.11 |
primaryStorageUuid | String | The primary storage UUID. | 4.7.11 |
vmInstanceUuid | String | The VM Instance UUID. | 4.7.11 |
diskOfferingUuid | String | The disk offering UUID. | 4.7.11 |
rootImageUuid | String | 4.7.11 | |
installPath | String | 4.7.11 | |
type | String | 4.7.11 | |
format | String | 4.7.11 | |
size | Long | 4.7.11 | |
actualSize | Long | 4.7.11 | |
deviceId | Integer | 4.7.11 | |
state | String | 4.7.11 | |
status | String | 4.7.11 | |
createDate | Timestamp | The creation date. | 4.7.11 |
lastOpDate | Timestamp | The last operation date. | 4.7.11 |
isShareable | Boolean | 4.7.11 | |
volumeQos | String | 4.7.11 | |
lastDetachDate | Timestamp | 4.7.11 | |
lastVmInstanceUuid | String | 4.7.11 |
Name | Type | Description | Starting Version |
---|---|---|---|
code | String | The error code, which is a numbered or alphanumeric code that specifies an error. For example, SYS.1000, HOST.1001. | 4.7.0 |
description | String | The brief description of the error. | 4.7.0 |
details | String | The details about the error. | 4.7.0 |
elaboration | String | The reserved field. Default value: null. | 4.7.0 |
opaque | LinkedHashMap | The reserved field. Default value: null. | 4.7.0 |
cause | ErrorCode | The root error, which is the associated root cause of the current error. If no root error exists, this parameter is null. | 4.7.0 |
CreateBlockVolumeAction action = new CreateBlockVolumeAction(); action.name = "example"; action.description = "block volume test"; action.sessionId = "b86c9016b4f24953a9edefb53ca0678c"; CreateBlockVolumeAction.Result res = action.call();
CreateBlockVolumeAction action = CreateBlockVolumeAction() action.name = "example" action.description = "block volume test" action.sessionId = "b86c9016b4f24953a9edefb53ca0678c" CreateBlockVolumeAction.Result res = action.call()
PUT zstack/v1/xsky/block-volumes/{uuid}/actions
Authorization: OAuth the-session-uuid
{ "updateXskyBlockVolume": { "name": "example" }, "systemTags": [], "userTags": [] }
curl -H "Content-Type: application/json;charset=UTF-8" -H "Authorization: OAuth b86c9016b4f24953a9edefb53ca0678c" -X PUT -d '{"updateXskyBlockVolume":{"name":"example"}}' http://localhost:8080/zstack/v1/xsky/block-volumes/eeb07fe1a24833959f75c38b9c7e4132/actions
Name | Type | Location | Description | Optional Value | Starting Version |
---|---|---|---|---|---|
uuid | String | url | The resource UUID. | 4.7.11 | |
name | String | body (contained in the updateXskyBlockVolume structure) | The resource name. | 4.7.11 | |
description | String | body (contained in the updateXskyBlockVolume structure) | Optional. The detailed description of the resource. | 4.7.11 | |
burstTotalBw | Long | body (contained in the updateXskyBlockVolume structure) | Optional. | 4.7.11 | |
burstTotalIops | Long | body (contained in the updateXskyBlockVolume structure) | Optional. | 4.7.11 | |
maxTotalBw | Long | body (contained in the updateXskyBlockVolume structure) | Optional. | 4.7.11 | |
maxTotalIops | Long | body (contained in the updateXskyBlockVolume structure) | Optional. | 4.7.11 | |
systemTags | List | body | Optional. The system tags. | 4.7.11 | |
userTags | List | body | Optional. The user tags. | 4.7.11 |
{ "error": { "code": "SYS.1001", "description": "A message or a operation timeout", "details": "Create VM on KVM timeout after 300s" } }
UpdateXskyBlockVolumeAction action = new UpdateXskyBlockVolumeAction(); action.uuid = "eeb07fe1a24833959f75c38b9c7e4132"; action.name = "example"; action.sessionId = "b86c9016b4f24953a9edefb53ca0678c"; UpdateXskyBlockVolumeAction.Result res = action.call();
UpdateXskyBlockVolumeAction action = UpdateXskyBlockVolumeAction() action.uuid = "eeb07fe1a24833959f75c38b9c7e4132" action.name = "example" action.sessionId = "b86c9016b4f24953a9edefb53ca0678c" UpdateXskyBlockVolumeAction.Result res = action.call()