ZonesId_Get.yaml 399 Bytes
Newer Older
description: 
  Used to get the status of a zone.
produces:
- application/json
parameters:
- $ref: '#/parameters/Path.ZoneId'

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'