Skip to content

Untagged


Other Operations

get-impact-estimate

Return an estimate of the impact of a given usage

POST /environmental-impact/estimate

Request body

Content-Type: application/json

PropertyTypeRequiredDescription
skustringyes
metadataobjectno
Example
{
  "metadata": {},
  "sku": "string"
}

Responses

200: Impact estimate

Content-Type: application/json

PropertyTypeDescription
impactobject
Example output
{
  "impact": {}
}

400: Invalid request (e.g. product does not exist)

Content-Type: application/json

PropertyTypeDescription
detailstring
statusintegerMin: 100. Max: 599.
titlestring
Example output
{
  "detail": "string",
  "status": 0,
  "title": "string"
}

500: Internal server error

Content-Type: application/json

PropertyTypeDescription
detailstring
statusintegerMin: 100. Max: 599.
titlestring
Example output
{
  "detail": "string",
  "status": 0,
  "title": "string"
}

SDK reference for get-impact-estimate: golang | Python | Java

CLI: exo api get-impact-estimate

get-impact-report

Return an environmental impact report for the given period

GET /environmental-impact/report

Query parameters

NameInRequiredDescription
fromqueryno
toqueryno

Responses

200: Environmental impact report

Content-Type: application/json

PropertyTypeDescription
impactobject
zonesobject
Example output
{
  "impact": {},
  "zones": {}
}

400: Invalid request (e.g. to date before from date)

Content-Type: application/json

PropertyTypeDescription
detailstring
statusintegerMin: 100. Max: 599.
titlestring
Example output
{
  "detail": "string",
  "status": 0,
  "title": "string"
}

500: Internal server error

Content-Type: application/json

PropertyTypeDescription
detailstring
statusintegerMin: 100. Max: 599.
titlestring
Example output
{
  "detail": "string",
  "status": 0,
  "title": "string"
}

SDK reference for get-impact-report: golang | Python | Java

CLI: exo api get-impact-report

Last updated on