Version 1.62.0 to 1.63.0
Summary of Changes
1 - New
83 - Updated
857 - Total Endpoints
586 - Total Paths
What's Updated
[ switch ]
ports
List the switch ports for a switch
GET /devices/{serial}/switch/ports
- Optional property
serialAdded
- Optional property
slotAdded
- Response property
serialvalue added
- Response property
slotvalue added
Return a switch port
GET /devices/{serial}/switch/ports/{portId}
- Optional property
serialAdded
- Optional property
slotAdded
- Response property
serialvalue added
- Response property
slotvalue added
Update a switch port
PUT /devices/{serial}/switch/ports/{portId}
- Optional property
serialAdded
- Optional property
slotAdded
accessPolicies
List the access policies for a switch network
GET /networks/{networkId}/switch/accessPolicies
- Optional property
dataGroupPolicyIdAdded
- Optional property
voiceGroupPolicyIdAdded
- Optional property
dataSgtIdAdded
- Optional property
voiceSgtIdAdded
- Response property
propertiesvalue added
- Optional property
failedAuthGroupPolicyIdAdded
- Optional property
failedAuthSgtIdAdded
- Optional property
preAuthenticationGroupPolicyIdAdded
- Optional property
guestGroupPolicyIdAdded
- Optional property
guestSgtIdAdded
- Response property
dataGroupPolicyIdvalue added
- Response property
voiceGroupPolicyIdvalue added
- Response property
dataSgtIdvalue added
- Response property
voiceSgtIdvalue added
- Response property
failedAuthGroupPolicyIdvalue added
- Response property
failedAuthSgtIdvalue added
- Response property
authenticationvalue added
- Response property
preAuthenticationGroupPolicyIdvalue added
- Response property
guestGroupPolicyIdvalue added
- Response property
guestSgtIdvalue added
Return a specific access policy for a switch network
GET /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber}
- Optional property
dataGroupPolicyIdAdded
- Optional property
voiceGroupPolicyIdAdded
- Optional property
dataSgtIdAdded
- Optional property
voiceSgtIdAdded
- Response property
propertiesvalue added
- Optional property
failedAuthGroupPolicyIdAdded
- Optional property
failedAuthSgtIdAdded
- Optional property
preAuthenticationGroupPolicyIdAdded
- Optional property
guestGroupPolicyIdAdded
- Optional property
guestSgtIdAdded
- Response property
dataGroupPolicyIdvalue added
- Response property
voiceGroupPolicyIdvalue added
- Response property
dataSgtIdvalue added
- Response property
voiceSgtIdvalue added
- Response property
failedAuthGroupPolicyIdvalue added
- Response property
failedAuthSgtIdvalue added
- Response property
authenticationvalue added
- Response property
preAuthenticationGroupPolicyIdvalue added
- Response property
guestGroupPolicyIdvalue added
- Response property
guestSgtIdvalue added
Update an access policy for a switch network
PUT /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber}
- Optional property
dataGroupPolicyIdAdded
- Optional property
voiceGroupPolicyIdAdded
- Optional property
dataSgtIdAdded
- Optional property
voiceSgtIdAdded
- Optional property
failedAuthGroupPolicyIdAdded
- Optional property
failedAuthSgtIdAdded
- Optional property
preAuthenticationGroupPolicyIdAdded
- Optional property
guestGroupPolicyIdAdded
- Optional property
guestSgtIdAdded
Create an access policy for a switch network
POST /networks/{networkId}/switch/accessPolicies
- Optional property
dataGroupPolicyIdAdded
- Optional property
voiceGroupPolicyIdAdded
- Optional property
dataSgtIdAdded
- Optional property
voiceSgtIdAdded
- Optional property
failedAuthGroupPolicyIdAdded
- Optional property
failedAuthSgtIdAdded
- Optional property
preAuthenticationGroupPolicyIdAdded
- Optional property
guestGroupPolicyIdAdded
- Optional property
guestSgtIdAdded
settings
Returns the switch network settings
GET /networks/{networkId}/switch/settings
- Optional property
uacAutomaticFailbackAdded
- Optional property
uacCandidateUplinkAdded
Update switch network settings
PUT /networks/{networkId}/switch/settings
- Optional property
uacAutomaticFailbackAdded
- Optional property
uacCandidateUplinkAdded
configTemplates
Return all the ports of a switch template
GET /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports
- Optional property
serialAdded
- Optional property
slotAdded
- Response property
serialvalue added
- Response property
slotvalue added
Return a switch template port
GET /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId}
- Optional property
serialAdded
- Optional property
slotAdded
- Response property
serialvalue added
- Response property
slotvalue added
Update a switch template port
PUT /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId}
- Optional property
serialAdded
- Optional property
slotAdded
[ wireless ]
ssids
Update the attributes of an MR SSID
PUT /networks/{networkId}/wireless/ssids/{number}
- Optional property
radiusAccountingStartDelayAdded
What's New
[ wireless ]
mqtt
PATH /organizations/{organizationId}/wireless/mqtt/settings
- Path added
- New endpoint
Return MQTT Settings for networks
GET
/organizations/{organizationId}/wireless/mqtt/settings{ "items": [ { "network": { "id": "L_1234", "name": "My Network" }, "mqtt": { "settingsId": "1234567", "enabled": true, "topic": "Test Topic", "messageFields": [ "RSSI", "AP MAC address", "Client MAC address", "Timestamp", "Radio", "Network ID", "Beacon type", "Raw payload", "Client UUID", "Client major value", "Client minor value", "Signal power", "Band", "Slot ID" ], "publishing": { "frequency": 1, "qos": 1 }, "broker": { "id": "1234", "name": "My Broker" } }, "ble": { "enabled": false, "type": "ibeacon", "flush": { "frequency": 60 }, "allowLists": { "uuids": [], "macs": [] }, "hysteresis": { "enabled": true, "threshold": 1 } }, "wifi": { "enabled": false, "type": "associated", "flush": { "frequency": 60 }, "allowLists": { "macs": [] }, "hysteresis": { "enabled": false, "threshold": 1 } } } ], "meta": { "counts": { "items": { "total": 10, "remaining": 0 } } } }
- New endpoint
Add new broker config for wireless MQTT
PUT
/organizations/{organizationId}/wireless/mqtt/settings{ "network": { "id": "L_1234", "name": "My Network" }, "mqtt": { "settingsId": "1234567", "enabled": true, "topic": "Test Topic", "messageFields": [ "RSSI", "AP MAC address", "Client MAC address", "Timestamp", "Radio", "Network ID", "Beacon type", "Raw payload", "Client UUID", "Client major value", "Client minor value", "Signal power", "Band", "Slot ID" ], "publishing": { "frequency": 1, "qos": 1 }, "broker": { "id": "1234", "name": "My Broker" } }, "ble": { "enabled": false, "type": "ibeacon", "flush": { "frequency": 60 }, "allowLists": { "uuids": [], "macs": [] }, "hysteresis": { "enabled": true, "threshold": 1 } }, "wifi": { "enabled": false, "type": "associated", "flush": { "frequency": 60 }, "allowLists": { "macs": [] }, "hysteresis": { "enabled": false, "threshold": 1 } } }