Version 0.9.0 to 0.10.0

What's Changed

[ Alert settings ]

Update the alert configuration for this network

PUT /networks/{networkId}/alertSettings

- Property type became required


[ Organizations ]

Claim a list of devices, licenses, and/or orders into an organization. When claiming by order, all devices and licenses in the order will be claimed; licenses will be added to the organization and devices will be placed in the organization's inventory.

POST /organizations/{organizationId}/claim

- OperationId turned from claimOrganization to claimIntoOrganization


What's Updated

[ Alert settings ]

Update the alert configuration for this network

PUT /networks/{networkId}/alertSettings

- Optional property httpServerIds Added


[ Organizations ]

Claim a list of devices, licenses, and/or orders into an organization. When claiming by order, all devices and licenses in the order will be claimed; licenses will be added to the organization and devices will be placed in the organization's inventory.

POST /organizations/{organizationId}/claim

- Param claimOrganization Deleted

- Optional param claimIntoOrganization added


Return the third party VPN peers for an organization

GET /organizations/{organizationId}/thirdPartyVPNPeers

- Response property networkTags value added

- Response property networkTags value added


[ Cameras ]

Update quality and retention settings for the given camera

PUT /devices/{serial}/camera/qualityAndRetentionSettings

- Optional property motionDetectorVersion Added


Returns quality and retention settings for the given camera

GET /devices/{serial}/camera/qualityAndRetentionSettings

- Response property motionDetectorVersion value added


[ Switch ports ]

Return the status for all the ports of a switch

GET /devices/{serial}/switchPortStatuses

- Response property trafficInKbps value added


[ Camera quality retention profiles ]

Update an existing quality retention profile for this network.

PUT /networks/{networkId}/camera/qualityRetentionProfiles/{qualityRetentionProfileId}

- Optional property MV02 Added


Creates new quality retention profile for this network.

POST /networks/{networkId}/camera/qualityRetentionProfiles

- Optional property MV02 Added


[ Clients ]

List the clients that have used this network in the timespan

GET /networks/{networkId}/clients

- Response property notes value added

- Response property ip6Local value added

- Response property smInstalled value added

- Response property groupPolicy8021x value added


[ Wireless health ]

Aggregated connectivity info for this network, grouped by clients

GET /networks/{networkId}/clients/connectionStats

- Optional param band added


Aggregated latency info for this network, grouped by clients

GET /networks/{networkId}/clients/latencyStats

- Optional param band added


Aggregated connectivity info for a given client on this network. Clients are identified by their MAC.

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

- Optional param band added


Aggregated latency info for a given client on this network. Clients are identified by their MAC.

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

- Optional param band added


Aggregated connectivity info for this network

GET /networks/{networkId}/connectionStats

- Optional param band added


Aggregated connectivity info for this network, grouped by node

GET /networks/{networkId}/devices/connectionStats

- Optional param band added


Aggregated latency info for this network, grouped by node

GET /networks/{networkId}/devices/latencyStats

- Optional param band added


Aggregated connectivity info for a given AP on this network

GET /networks/{networkId}/devices/{serial}/connectionStats

- Optional param band added


Aggregated latency info for a given AP on this network

GET /networks/{networkId}/devices/{serial}/latencyStats

- Optional param band added


List of all failed client connection events on this network in a given time range

GET /networks/{networkId}/failedConnections

- Optional param band added


Aggregated latency info for this network

GET /networks/{networkId}/latencyStats

- Optional param band added


[ VLANs ]

Update a VLAN

PUT /networks/{networkId}/vlans/{vlanId}

- Optional property groupPolicyId Added


Add a VLAN

POST /networks/{networkId}/vlans

- Optional property groupPolicyId Added


List the VLANs for an MX network

GET /networks/{networkId}/vlans

- Response property groupPolicyId value added


Return a VLAN

GET /networks/{networkId}/vlans/{vlanId}

- Response property groupPolicyId value added