Zones_Get.yaml 427 Bytes
Newer Older
description: Used to get a list of identifiers for zones authorized for use by the application.
produces:
- application/json
responses:
  200:
    description: Successful response to a query regarding the status of a zone
    schema:
      properties:
        zoneList:
          $ref: '#/definitions/ZoneList'
    examples:
      application/json:
        $ref: '../examples/ZoneList.json'