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/ingests
https://us-west.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/ingests
https://eu-central.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/ingests
https://ap-northeast.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/ingests
- 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/ingests \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "items": [ { … } ], "count": 5, "total": 10, "offset": 5 }
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/sustainability/public/openapi/sustainability-insight-ctr-latest/sustainability-insight-ctr/v1beta1/ingests
https://us-west.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/ingests
https://eu-central.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/ingests
https://ap-northeast.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/ingests
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X POST \
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/sustainability/public/openapi/sustainability-insight-ctr-latest/sustainability-insight-ctr/v1beta1/ingests \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data'
{ "id": "00000000-0000-0000-0000-0000000000000", "type": "sustainability-insight-ctr/ingest", "name": "3rd party data", "description": "Description A", "generation": 0, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/sustainability/public/openapi/sustainability-insight-ctr-latest/sustainability-insight-ctr/v1beta1/ingests/{id}
https://us-west.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/ingests/{id}
https://eu-central.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/ingests/{id}
https://ap-northeast.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/ingests/{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/ingests/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "id": "00000000-0000-0000-0000-0000000000000", "type": "sustainability-insight-ctr/ingest", "name": "3rd party data", "description": "Description A", "generation": 0, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }