ZonesId_Get.yaml 445 Bytes
Newer Older
description: 
  Used to get the status of a zone.
produces:
- application/json
parameters:
- name: zoneId
  in: path
  description: Zone ID
  required: true
  type: string

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'