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
ruleIdvalue added
- Response property
ruleIdvalue added
List the security events for a network
GET /networks/{networkId}/securityEvents
- Response property
ruleIdvalue added
- Response property
ruleIdvalue added
List the security events for an organization
GET /organizations/{organizationId}/securityEvents
- Response property
ruleIdvalue added
- Response property
ruleIdvalue 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
visiblevalue added
- Response property
availableOnAllApsvalue added
- Response property
availabilityTagsvalue added
Return a single SSID
GET /networks/{networkId}/ssids/{number}
- Response property
visiblevalue added
- Response property
availableOnAllApsvalue added
- Response property
availabilityTagsvalue added
Update the attributes of an SSID
PUT /networks/{networkId}/ssids/{number}
- Optional property
visibleAdded
- Optional property
availableOnAllApsAdded
- Optional property
availabilityTagsAdded
[ Config templates ]
List the configuration templates for this organization
GET /organizations/{organizationId}/configTemplates
- Response property
timeZonevalue 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" }