- Release Notes
- API Changelog
- Overview
- Generally Available
- v1.57.0
- v1.56.0
- v1.55.0
- v1.54.0
- v1.53.0
- v1.52.0
- v1.51.1
- v1.50.0
- v1.49.0
- v1.48.0
- v1.47.0
- v1.46.0
- v1.45.0
- v1.44.0
- v1.43.0
- v1.42.0
- v1.41.0
- v1.40.0
- v1.39.0
- v1.38.0
- v1.37.0
- v1.36.0
- v1.35.0
- v1.34.0
- v1.33.0
- v1.32.0
- v1.31.0
- v1.30.0
- v1.29.0
- v1.28.0
- v1.27.0
- v1.26.0
- v1.25.0
- v1.24.0
- v1.23.0
- v1.22.0
- v1.21.0
- v1.20.0
- v1.19.0
- v1.18.0
- v1.17.0
- v1.16.0
- v1.15.0
- v1.14.0
- v1.13.0
- v1.12.0
- v1.11.0
- v1.10.0
- v1.8.0
- v1.7.0
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
- v0.11.0
- v0.10.0
- v0.9.0
- v0.8.0
- v0.7.0
- v0.6.0
- v0.5.0
- v0.4.0
- v0.3.0
- v0.2.0
- Beta
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
toclaimIntoOrganization
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