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/
Zero-based resource offset to start the response from.
Limit the coefficients operated on by this endpoint, returning only the subset of entities that match the filter. The filter grammar is a subset of OData 4.0 supporting "eq" operator only. Coefficients can be filtered by:
- locationId
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/sustainability/public/openapi/sustainability-insight-ctr-latest/sustainability-insight-ctr/v1beta1/coefficients
https://us-west.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/coefficients
https://eu-central.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/coefficients
https://ap-northeast.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/coefficients
- 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/coefficients \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
OK
The server-side last updated time of this resource in ISO8601 format.
A reference to the Location resource that this coefficient is bound to.
The date in which this coefficient mapping takes effect for this location in ISO8601 format.
The CO2 equivalent generation coefficient in grams per kilowatt-hour for this location. Null if default for this location.
The cost coefficient per kilowatt-hour for this location. Null if default for this location.
{ "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/coefficients
https://us-west.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/coefficients
https://eu-central.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/coefficients
https://ap-northeast.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/coefficients
- 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/coefficients \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"locationId": "/locations/v1beta1/locations/00000000-0000-0000-0000-0000000000000"
}'
OK
The date in which this coefficient mapping takes effect for this location in ISO8601 format.
The CO2 equivalent generation coefficient in grams per kilowatt-hour for this location. Null if default for this location.
The cost coefficient per kilowatt-hour for this location. Null if default for this location.
{ "id": "00000000-0000-0000-0000-0000000000000", "type": "sustainability-insight-ctr/coefficient", "associatedLocation": { "locationId": "00000000-0000-0000-0000-0000000000000", "locationName": "Location A", "resourceUri": "/locations/v1beta1/locations/00000000-0000-0000-0000-0000000000000" }, "startTime": "2024-01-01T00:00:00.000Z", "co2eGramsPerKwh": 0.5, "costUsdPerKwh": 0.5, "costPerKwh": 0.5, "currency": { "currencyCode": "THB", "currencyName": "Chilean Peso" }, "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/coefficients/{id}
https://us-west.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/coefficients/{id}
https://eu-central.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/coefficients/{id}
https://ap-northeast.api.greenlake.hpe.com/sustainability-insight-ctr/v1beta1/coefficients/{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/coefficients/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
OK
The date in which this coefficient mapping takes effect for this location in ISO8601 format.
The CO2 equivalent generation coefficient in grams per kilowatt-hour for this location. Null if default for this location.
The cost coefficient per kilowatt-hour for this location. Null if default for this location.
{ "id": "00000000-0000-0000-0000-0000000000000", "type": "sustainability-insight-ctr/coefficient", "associatedLocation": { "locationId": "00000000-0000-0000-0000-0000000000000", "locationName": "Location A", "resourceUri": "/locations/v1beta1/locations/00000000-0000-0000-0000-0000000000000" }, "startTime": "2024-01-01T00:00:00.000Z", "co2eGramsPerKwh": 0.5, "costUsdPerKwh": 0.5, "costPerKwh": 0.5, "currency": { "currencyCode": "THB", "currencyName": "Chilean Peso" }, "generation": 0, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }