LocationAPI.yaml 39.4 KB
Newer Older
          $ref: '#/definitions/ZoneInfo'
        $ref: '#/definitions/ResourceURL'
    description: A type containing zone status notification.
    type: object
        $ref: '#/definitions/CallbackData'
        $ref: '#/definitions/ZoneId'
        $ref: '#/definitions/AccessPointId'
        $ref: '#/definitions/NumberOfUsersInZone'
        $ref: '#/definitions/NumberOfUsersInAP'
        $ref: '#/definitions/OperationStatus'
        $ref: '#/definitions/Timestamp'
        description: Link to other resources that are in relationship with this notification. The server SHOULD include a link to the related subscription. No other links are required or suggested by this specification.
          $ref: '#/definitions/Link'
        example: 'rel="ZonalStatusSubscription" href="http://example.com/exampleAPI/location/v1/subscriptions/zonalStatus/sub123"'
    description: A type containing zone status subscription.
    type: object
        $ref: '#/definitions/ClientCorrelator'
        $ref: '#/definitions/ResourceURL'
        $ref: '#/definitions/CallbackReference'
        $ref: '#/definitions/ZoneId'
        $ref: '#/definitions/NumberOfUsersZoneThreshold'
        $ref: '#/definitions/NumberOfUsersAPThreshold'
        description: List of operation status values to generate notifications for (these apply to all access points within a zone).
          $ref: '#/definitions/OperationStatus'