HPE Greenlake For Block Storage REST APIs
HPE Greenlake For Block Storage REST APIs (1.0.0)
Download OpenAPI description
Overview
License
Languages
Servers
https://eu1.data.cloud.hpe.com/
https://us1.data.cloud.hpe.com/
https://jp1.data.cloud.hpe.com/
Mock server
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/block-storage/public/openapi/block-storage-latest/v1/block-storage-api/
- https://eu1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/application-summary
- https://us1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/application-summary
- https://jp1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/application-summary
- Mock serverhttps://developer.greenlake.hpe.com/_mock/docs/greenlake/services/block-storage/public/openapi/block-storage-latest/v1/block-storage-api/block-storage/v1/devtype4-storage-systems/{systemId}/application-summary
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
https://eu1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/7CE751P312/application-summary \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "count": 0, "offset": 0, "total": 0, "items": [ { … } ] }
- https://eu1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/capacity-forecast
- https://us1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/capacity-forecast
- https://jp1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/capacity-forecast
- Mock serverhttps://developer.greenlake.hpe.com/_mock/docs/greenlake/services/block-storage/public/openapi/block-storage-latest/v1/block-storage-api/block-storage/v1/devtype4-storage-systems/{systemId}/capacity-forecast
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
https://eu1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/7CE751P312/capacity-forecast \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "count": 0, "offset": 0, "total": 0, "items": [ { … } ] }
- https://eu1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/capacity-timeuntilfull
- https://us1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/capacity-timeuntilfull
- https://jp1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/capacity-timeuntilfull
- Mock serverhttps://developer.greenlake.hpe.com/_mock/docs/greenlake/services/block-storage/public/openapi/block-storage-latest/v1/block-storage-api/block-storage/v1/devtype4-storage-systems/{systemId}/capacity-timeuntilfull
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
https://eu1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/7CE751P312/capacity-timeuntilfull \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "count": 0, "offset": 0, "total": 0, "items": [ { … } ] }
- https://eu1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/headroom-contribution
- https://us1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/headroom-contribution
- https://jp1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/headroom-contribution
- Mock serverhttps://developer.greenlake.hpe.com/_mock/docs/greenlake/services/block-storage/public/openapi/block-storage-latest/v1/block-storage-api/block-storage/v1/devtype4-storage-systems/{systemId}/headroom-contribution
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
'https://eu1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/ABC239XFZ9/headroom-contribution?time-interval-min=5&range=startTime+eq+1605063600+and+endTime+eq+1605186000' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "count": 0, "offset": 0, "total": 0, "items": [ { … } ] }
Query
Specifies the time period for which hotspot metrics are to be calculated. Both startTime and endTime should be specified
Example: range=startTime eq 1605063600 and endTime eq 1605186000
Indicates if hotspots metrics to be calculated for read, write or both operations. If this field is not provided, hotspots are calculated for both operations
Enum"READ""WRITE""ALL"
Example: operation-type=READ
Query to select resource (volumes, volume-set) for analytics
Default "VOLUMES"
Enum"VOLUMES""VOLUME-SET"
Example: resource-type=VOLUMES
- https://eu1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/hotspots
- https://us1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/hotspots
- https://jp1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/hotspots
- Mock serverhttps://developer.greenlake.hpe.com/_mock/docs/greenlake/services/block-storage/public/openapi/block-storage-latest/v1/block-storage-api/block-storage/v1/devtype4-storage-systems/{systemId}/hotspots
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
'https://eu1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/ABC239XFZ9/hotspots?time-interval-min=5&range=startTime+eq+1605063600+and+endTime+eq+1605186000' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "count": 0, "offset": 0, "total": 0, "items": [ { … } ] }
- https://eu1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/latency-factors
- https://us1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/latency-factors
- https://jp1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/latency-factors
- Mock serverhttps://developer.greenlake.hpe.com/_mock/docs/greenlake/services/block-storage/public/openapi/block-storage-latest/v1/block-storage-api/block-storage/v1/devtype4-storage-systems/{systemId}/latency-factors
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
'https://eu1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/7CE751P312/latency-factors?time-interval-min=5' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "count": 0, "offset": 0, "total": 0, "items": [ { … } ] }
- https://eu1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/resource-contention
- https://us1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/resource-contention
- https://jp1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/{systemId}/resource-contention
- Mock serverhttps://developer.greenlake.hpe.com/_mock/docs/greenlake/services/block-storage/public/openapi/block-storage-latest/v1/block-storage-api/block-storage/v1/devtype4-storage-systems/{systemId}/resource-contention
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
'https://eu1.data.cloud.hpe.com/block-storage/v1/devtype4-storage-systems/ABC239XFZ9/resource-contention?time-interval-min=5&range=startTime+eq+1605063600+and+endTime+eq+1605186000' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "count": 0, "offset": 0, "total": 0, "items": [ { … } ] }
- https://eu1.data.cloud.hpe.com/block-storage/v1/devtype4-system-insights
- https://us1.data.cloud.hpe.com/block-storage/v1/devtype4-system-insights
- https://jp1.data.cloud.hpe.com/block-storage/v1/devtype4-system-insights
- Mock serverhttps://developer.greenlake.hpe.com/_mock/docs/greenlake/services/block-storage/public/openapi/block-storage-latest/v1/block-storage-api/block-storage/v1/devtype4-system-insights
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
https://eu1.data.cloud.hpe.com/block-storage/v1/devtype4-system-insights \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "count": 0, "offset": 0, "total": 0, "items": [ { … } ] }