HPE Greenlake For Block Storage REST APIs.
- Get details of Volume identified by {id}
HPE Greenlake For Block Storage REST APIs. (1.0.0)
https://eu1.data.cloud.hpe.com/
https://us1.data.cloud.hpe.com/
https://jp1.data.cloud.hpe.com/
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/block-storage/public/openapi/block-storage-public-v1alpha1/block-storage-api/
https://eu1.data.cloud.hpe.com/block-storage/v1alpha1/volumes
https://us1.data.cloud.hpe.com/block-storage/v1alpha1/volumes
https://jp1.data.cloud.hpe.com/block-storage/v1alpha1/volumes
- Mock server
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/block-storage/public/openapi/block-storage-public-v1alpha1/block-storage-api/block-storage/v1alpha1/volumes
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
https://eu1.data.cloud.hpe.com/block-storage/v1alpha1/volumes \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Success
UUID string uniquely identifying the storage system object. Filter
Associated Links
Host written data size in MiB. Filter, Sort
boolean value which specifies if it is a systemVolume or not
A user friendly name to identify the storage system volume (resourceName). Filter, Sort
resourceUri for detailed volume object
SystemUid/Serial Number of the array. Filter, Sort
{ "count": 0, "offset": 0, "total": 0, "items": [ { … } ] }
https://eu1.data.cloud.hpe.com/block-storage/v1alpha1/volumes/{id}
https://us1.data.cloud.hpe.com/block-storage/v1alpha1/volumes/{id}
https://jp1.data.cloud.hpe.com/block-storage/v1alpha1/volumes/{id}
- Mock server
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/block-storage/public/openapi/block-storage-public-v1alpha1/block-storage-api/block-storage/v1alpha1/volumes/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
https://eu1.data.cloud.hpe.com/block-storage/v1alpha1/volumes/a7c4e6593f51d0b98f0e40d7e6df04fd \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Success
Associated Links
boolean value which specifies if it is a systemVolume or not Filter
A user friendly name to identify the storage system volume (resourceName).
resourceUri for detailed volume object
{ "associatedLinks": [ { … }, { … }, { … } ], "commonResourceAttributes": { "cloudState": "CONNECTED", "errCode": "E01", "errMessage": "This storage system is not actively monitored in the cloud portal. Data Services Cloud Console proactively disabled monitoring and management of storage system with serial number {systemId} for sending excessive cloud events or for not responding to requests." }, "customerId": "string", "generation": 0, "healthState": "NORMAL", "hostWrittenCapacityMiB": 0, "id": "string", "intrinsicResource": "volume", "isInternal": false, "name": "Finance", "productFamily": "deviceType1", "provisionedSizeMiB": 2048, "resourceUri": "/block-storage/v1alpha1/storage-systems/2FF70002AC01F0FF/volumes/{uid}", "sizeMiB": 0, "spaceWarning": 0, "subType": "PROVTYPE_DDS", "systemId": "7CE751P312", "thinSavings": "1:1", "type": "string", "usedCapacityPercent": 1.2345, "usedSizeMiB": 0, "volumeSetId": "7CE751P312", "volumeType": "VVTYPE_BASE", "wwn": "string" }