Red Energy · Example Payload

Red Energy Get Outages Example

EnergyAustraliaUtilitiesElectricityGasEnergy RetailConsumer Data RightCDRProduct Reference DataSmart MeteringOpen Data

Red Energy Get Outages Example is an example object payload from Red Energy, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

capturedmethodsourceoperationIdnoterequestresponse

Example Payload

Raw ↑
{
  "captured": "2026-07-27",
  "method": "searched",
  "source": "Live capture from the production endpoint on 2026-07-27. Verbatim response body; no values invented.",
  "operationId": "getOutages",
  "note": "Scheduled-outage list. An empty outages array means no planned outage is currently published.",
  "request": {
    "method": "GET",
    "url": "https://public.cdr.redenergy.com.au/cds-au/v1/discovery/outages",
    "headers": {
      "x-v": "1"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "content-type": "application/json",
      "x-v": "1"
    },
    "body": {
      "data": {
        "outages": []
      },
      "links": {
        "self": "https://public.cdr.redenergy.com.au/cds-au/v1/discovery/outages"
      },
      "meta": {}
    }
  }
}