The HPE Sustainability Insight Center API enables users to manage power consumption data that helps to reduce costs and achieve IT sustainability goals.
Sustainability-Insight-Center (v1beta1)
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/sustainability/public/openapi/sustainability-insight-ctr-latest/
https://us-west.api.greenlake.hpe.com/
https://eu-central.api.greenlake.hpe.com/
https://ap-northeast.api.greenlake.hpe.com/
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/sustainability/public/openapi/sustainability-insight-ctr-latest/sustainability-insight-ctr/v1beta1/datasources
https://us-west.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/datasources
https://eu-central.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/datasources
https://ap-northeast.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/datasources
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/sustainability/public/openapi/sustainability-insight-ctr-latest/sustainability-insight-ctr/v1beta1/datasources \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "items": [ { … } ], "count": 5, "total": 10 }
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/sustainability/public/openapi/sustainability-insight-ctr-latest/sustainability-insight-ctr/v1beta1/datasources/{id}
https://us-west.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/datasources/{id}
https://eu-central.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/datasources/{id}
https://ap-northeast.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/datasources/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
'https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/sustainability/public/openapi/sustainability-insight-ctr-latest/sustainability-insight-ctr/v1beta1/datasources/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "id": "00000000-0000-0000-0000-0000000000000", "type": "sustainability-insight-ctr/datasource", "name": "HPE Aruba Central", "provider": "HPE", "lastCollectionTime": "2024-01-01T00:00:00.000Z", "firstCollectionTime": "2024-01-01T00:00:00.000Z", "generation": 0, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }