tags: - zones operationId: zonesGetById 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'