AEMO Generator Recall API

The Generator Recall API is used by generators to send information about recall times into the Generator Recall web-based interface in the EMMS Markets Portal. The system will then transfer the information to a central AEMO database for viewing and reporting by AEMO operators.

Operations 3

POST /getRecallPlan Get Recall Plan #
POST /listRecallPlans List Recall Plans #
POST /submitRecallPlan Submit Recall Plan #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/aemo-generatorrecall-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

aemo-generatorrecall-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Generator Recall API
  description: 'The Generator Recall API is used by generators to send information about recall times into the Generator Recall web-based interface in the EMMS Markets Portal. The system will then transfer the information to a central AEMO database for viewing and reporting by AEMO operators.


    For details on how to get access and business rules for this API:


    <a href="/api-docs"><img src="./files/ViewAPIDocsButton.png" alt="View API Docs" /></a>'
  version: '3.0'
  x-origin:
  - format: openapi
    source: AEMO API Management developer portal
    url: https://dev.aemo.com.au/developer/apis/generatorRecall-v1/operations?api-version=2022-04-01-preview
servers:
- url: https://api-prd.aemo.local/ws/GeneratorRecall
security:
- {}
- apiKeyHeader: []
- apiKeyQuery: []
tags:
- name: GeneratorRecall
  description: The Generator Recall API is used by generators to send information about recall times into the Generator Recall web-based interface in the EMMS Markets Portal. The system will then transfer the information to a central AEMO database for viewing and reporting by AEMO operators.
paths:
  /getRecallPlan:
    post:
      operationId: getRecallPlan
      summary: Get Recall Plan
      tags:
      - GeneratorRecall
      description: Retrieve the latest version of a specified recall plan
      parameters:
      - name: X-initiatingParticipantID
        in: header
        required: true
        schema:
          type: string
        description: The ID of the Initiating Participant
      - name: X-market
        in: header
        required: true
        schema:
          type: string
        description: The ID of the Market
      - name: Authorization
        in: header
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            example:
              ParticipantId: SNOWY
              DUID: BLOWERNG
              OutagePlanId: MMS_GEN_OUT1
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              example:
                data:
                  OutagePlanId: MMS_GEN_OUT1
                  DUID: BLOWERNG
                  SuccessFlag: true
                  ResponseMessage: Get Recall Plan Entry List action succeeded
                  RecallEntries:
                  - StartDate: '2017-10-31T14:00:00Z'
                    EndDate: '2017-11-01T14:00:00Z'
                    Stage1RecallMinutesStart: 14400
                    Stage1RecallMinutesEnd: 18000
                    Stage1MW: 12
                    Stage1RecallFlag: IFO
                    Stage2RecallMinutesStart: 21600
                    Stage2RecallMinutesEnd: 25200
                    Stage2MW: 10
                    Stage2RecallFlag: UNC
  /listRecallPlans:
    post:
      operationId: listRecallPlans
      summary: List Recall Plans
      tags:
      - GeneratorRecall
      description: Retrieve a list of recall plans, subject to filter criteria
      parameters:
      - name: X-initiatingParticipantID
        in: header
        required: true
        schema:
          type: string
        description: The ID of the Initiating Participant
      - name: X-market
        in: header
        required: true
        schema:
          type: string
        description: The ID of the Market
      - name: Authorization
        in: header
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            example:
              ParticipantId: SNOWY
              StartDate: '2017-10-31T14:00:00Z'
              EndDate: '2017-11-01T14:00:00Z'
              StationId: SNOWY6
              DUID: BLOWERNG
              OutagePlanId: MMS_GEN_OUT1
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              example:
                data:
                  SuccessFlag: true
                  ResponseMessage: Get Recall Plan action succeeded
                  RecallPlanList:
                  - StationId: SNOWY6
                    OutagePlanId: MMS_GEN_OUT1
                    Stage1Description: “ increased output could be maintained only for 12 hrs
                    Stage2Description: ''
                    DUID: BLOWERNG
                    MinimumStartDate: '2017-10-31T14:00:00Z'
                    MaximumEndDate: '2017-11-01T14:00:00Z'
                    VersionDateTime: '2017-11-21T07:14:34Z'
                    Entries: []
  /submitRecallPlan:
    post:
      operationId: submitRecallPlan
      summary: Submit Recall Plan
      tags:
      - GeneratorRecall
      description: Submit a new recall plan, or create a new version of an existing recall plan
      parameters:
      - name: X-initiatingParticipantID
        in: header
        required: true
        schema:
          type: string
        description: The ID of the Initiating Participant
      - name: X-market
        in: header
        required: true
        schema:
          type: string
        description: The ID of the Market
      - name: Authorization
        in: header
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            example:
              ParticipantId: SNOWY
              OutagePlanId: MMS_GEN_OUT1
              OutagePlanDescription: string
              DUID: BLOWERNG
              RecallPlanEntries:
              - StartDate: '2017-10-31T14:00:00Z'
                EndDate: '2017-11-01T14:00:00Z'
                Stage1RecallMinutesStart: 14400
                Stage1RecallMinutesEnd: 18000
                Stage1MW: 12
                Stage1RecallFlag: IFO
                Stage2RecallMinutesStart: 21600
                Stage2RecallMinutesEnd: 25200
                Stage2MW: 10
                Stage2RecallFlag: UNC
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              example:
                data:
                  SuccessFlag:
                  - boolean
                  VersionDateTime:
                  - datetime
                  Errors:
                  - ErrorMessage:
                    - string
                    EntryNumber:
                    - number
                    EntryField:
                    - string
                  - ErrorMessage:
                    - string
                    EntryNumber:
                    - number
                    EntryField:
                    - string
components:
  securitySchemes:
    apiKeyHeader:
      type: apiKey
      name: Ocp-Apim-Subscription-Key
      in: header
    apiKeyQuery:
      type: apiKey
      name: subscription-key
      in: query