Version 0.10.0 to 0.11.0

What's Changed

[ global ]

PATH /networks/{networkId}/sm/app/polaris

- Deleted


PATH /networks/{networkId}/sm/app/polaris/{appId}

- Deleted


What's Updated

[ Security events ]

List the security events for a client. Clients can be identified by a client key or either the MAC or IP depending on whether the network uses Track-by-IP.

GET /networks/{networkId}/clients/{clientId}/securityEvents

- Response property ruleId value added

- Response property ruleId value added


List the security events for a network

GET /networks/{networkId}/securityEvents

- Response property ruleId value added

- Response property ruleId value added


List the security events for an organization

GET /organizations/{organizationId}/securityEvents

- Response property ruleId value added

- Response property ruleId value added


[ SSIDs ]

List the SSIDs in a network. Supports networks with access points or wireless-enabled security appliances and teleworker gateways.

GET /networks/{networkId}/ssids

- Response property visible value added

- Response property availableOnAllAps value added

- Response property availabilityTags value added


Return a single SSID

GET /networks/{networkId}/ssids/{number}

- Response property visible value added

- Response property availableOnAllAps value added

- Response property availabilityTags value added


Update the attributes of an SSID

PUT /networks/{networkId}/ssids/{number}

- Optional property visible Added

- Optional property availableOnAllAps Added

- Optional property availabilityTags Added


[ Config templates ]

List the configuration templates for this organization

GET /organizations/{organizationId}/configTemplates

- Response property timeZone value added


[ Cameras ]

PATH /devices/{serial}/camera/video/settings

- Path added

- New operation

Returns video settings for the given camera

GET /devices/{serial}/camera/video/settings

{
    "externalRtspEnabled": true,
    "rtspUrl": "rtsp://10.0.0.1:9000/live"
}

- New operation

Update video settings for the given camera

PUT /devices/{serial}/camera/video/settings

{
    "externalRtspEnabled": true,
    "rtspUrl": "rtsp://10.0.0.1:9000/live"
}