ZonesIdApsId_Get.yaml 632 Bytes
Newer Older
description:
  Access point status can be retrieved for sets of access points matching attribute in the request.
produces:
- application/json
parameters:
- name: zoneId
  in: path
  description: Zone ID
  required: true
  type: string
- name: accessPointId
  in: path
  description: Access Point ID
  required: true
  type: string

responses:
  200:
    description: Successful response to a query a named set of access point status request
    schema:
      properties:
        accessPointInfo:
          $ref: '#/definitions/AccessPointInfo'

    examples:
      application/json:
        $ref: '../examples/AccessPointInfo.json'