v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Consumption Profiles

Retrieve Consumption Profile

Retrieve the consumption profile for a project.

get/tenants/{tenant_id}/projects/{id}/consumption_profile

Path parameters

tenant_idstring uuid required

The ID of the tenant that the project is part of.

idstring uuid required

The ID of the project to retrieve the consumption profile for.

Response

Consumption Profile successfully retrieved.

Example response

{
  "consumption_profile": {
    "location": "Mountain View Moffett Fld",
    "utility": "Pacific Gas & Electric Co",
    "utility_rate": "E-1 - Baseline Region R",
    "utility_rate_version": "28 Feb 2015 – 30 Aug 2015",
    "input_values": [
      90,
      null,
      90.25,
      90.5,
      90.75,
      90.75,
      91,
      92,
      92.25,
      92.5,
      93,
      93.25
    ],
    "efficiency_packages": []
  }
}