Red Energy · Example Payload

Red Energy Get Status Example

EnergyAustraliaUtilitiesElectricityGasEnergy RetailConsumer Data RightCDRProduct Reference DataSmart MeteringOpen Data

Red Energy Get Status 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": "getStatus",
  "note": "Unauthenticated CDR Common API Data Holder Operations health check on Red Energy's own registered CDR public base URI.",
  "request": {
    "method": "GET",
    "url": "https://public.cdr.redenergy.com.au/cds-au/v1/discovery/status",
    "headers": {
      "x-v": "1"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "content-type": "application/json",
      "x-v": "1",
      "strict-transport-security": "max-age=63072000; includeSubDomains;",
      "access-control-allow-origin": "*",
      "x-content-type-options": "nosniff",
      "x-frame-options": "DENY"
    },
    "body": {
      "data": {
        "status": "OK",
        "updateTime": "2026-07-27T20:29:47.614374437Z",
        "explanation": "All services operational"
      },
      "links": {
        "self": "https://public.cdr.redenergy.com.au/cds-au/v1/discovery/status"
      },
      "meta": {}
    }
  }
}