ZonesId_Get.yaml 385 Bytes
Newer Older
description: 
  Used to get the status of a zone.
produces:
- application/json
responses:
  200:
    description: Successful response to a query regarding the status of a zone
    schema:
      properties:
        zoneInfo:
          $ref: '#/definitions/ZoneInfo'
    examples:
      application/json:
        $ref: '../examples/ZoneInfo.json'