Version 1.16.0 to 1.17.0


Summary of Changes

0 - New

16 - Updated

517 - Total operations

326 - Total Paths



What's Updated

[ devices ]

clients

List the clients of a device, up to a maximum of a month ago

GET /devices/{serial}/clients

- Response property namedVlan value added


[ switch ]

routing

List layer 3 interfaces for a switch

GET /devices/{serial}/switch/routing/interfaces

- Response property ospfV3 value added


Return a layer 3 interface for a switch

GET /devices/{serial}/switch/routing/interfaces/{interfaceId}

- Response property ospfV3 value added


stacks

List layer 3 interfaces for a switch stack

GET /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces

- Response property ospfV3 value added


Return a layer 3 interface from a switch stack

GET /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}

- Response property ospfV3 value added


[ cellularGateway ]

subnetPool

Return the subnet pool and mask configured for MGs in the network.

GET /networks/{networkId}/cellularGateway/subnetPool

- Response property deploymentMode value added


[ networks ]

clients

List the clients that have used this network in the timespan

GET /networks/{networkId}/clients

- Optional param vlan added

- Response property namedVlan value added


settings

Update the settings for a network

PUT /networks/{networkId}/settings

- Optional property localStatusPage Added


[ sm ]

devices

Get the installed profiles associated with a device

GET /networks/{networkId}/sm/devices/{deviceId}/deviceProfiles

- Summary changed from Get the profiles associated with a device to Get the installed profiles associated with a device


users

List the owners in an SM network with various specified fields and filters

GET /networks/{networkId}/sm/users

- Response property samlGroups value added


[ wireless ]

ssids

Update the attributes of an MR SSID

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

- Optional property openRoamingCertificateId Added

- Optional property gre Added


[ organizations ]

summary

Return metrics for organization's top 10 clients by data usage (in mb) over given time range.

GET /organizations/{organizationId}/summary/top/clients/byUsage

- Response property properties value added


service

List the organizations that the user has privileges on

GET /organizations

- Response property properties value added


Return an organization

GET /organizations/{organizationId}

- Response property properties value added