- 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
- What's Updated
- What's New
Version 1.27.0 to 1.28.0
Summary of Changes
1 - New
45 - Updated
608 - Total operations
381 - Total Paths
What's Updated
[ appliance ]
settings
Return the appliance settings for a network
GET /networks/{networkId}/appliance/settings
- Response property
properties
value added
ssids
Update the attributes of an MX SSID
PUT /networks/{networkId}/appliance/ssids/{number}
- Optional property
dhcpEnforcedDeauthentication
Added
trafficShaping
Show uplink selection settings for an MX network
GET /networks/{networkId}/appliance/trafficShaping/uplinkSelection
- Response property
failoverAndFailback
value added
Update uplink selection settings for an MX network
PUT /networks/{networkId}/appliance/trafficShaping/uplinkSelection
- Optional property
failoverAndFailback
Added
vlans
List the VLANs for an MX network
GET /networks/{networkId}/appliance/vlans
- Optional property
mandatoryDhcp
Added
- Response property
mandatoryDhcp
value added
Return a VLAN
GET /networks/{networkId}/appliance/vlans/{vlanId}
- Optional property
mandatoryDhcp
Added
- Response property
mandatoryDhcp
value added
Update a VLAN
PUT /networks/{networkId}/appliance/vlans/{vlanId}
- Optional property
mandatoryDhcp
Added
- Optional property
mandatoryDhcp
Added
Add a VLAN
POST /networks/{networkId}/appliance/vlans
- Optional property
mandatoryDhcp
Added
- Optional property
mandatoryDhcp
Added
singleLan
Return single LAN configuration
GET /networks/{networkId}/appliance/singleLan
- Optional property
mandatoryDhcp
Added
- Response property
mandatoryDhcp
value added
Update single LAN configuration
PUT /networks/{networkId}/appliance/singleLan
- Optional property
mandatoryDhcp
Added
- Optional property
mandatoryDhcp
Added
vpn
Return the third party VPN peers for an organization
GET /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers
- Optional property
secret
Added
- Response property
secret
value added
Update the third party VPN peers for an organization
PUT /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers
- Optional property
secret
Added
[ networks ]
settings
Return the settings for a network
GET /networks/{networkId}/settings
- Response property
properties
value added
- Response property
clientPrivacy
value added
clients
List the clients that have used this network in the timespan
GET /networks/{networkId}/clients
- Response property
serialNumber
value added
- Response property
osVersion
value added
- Response property
lastMDMCheckin
value added
- Response property
anyconnectAppVersion
value added
- Response property
ownerUsername
value added
- Response property
ownerEmail
value added
Return the client associated with the given identifier
GET /networks/{networkId}/clients/{clientId}
- Response property
properties
value added
topology
List the LLDP and CDP information for all discovered devices and connections in a network.
GET /networks/{networkId}/topology/linkLayer
- Summary changed from
List of devices and connections among them within the network.
toList the LLDP and CDP information for all discovered devices and connections in a network.
health
Return all global alerts on this network
GET /networks/{networkId}/health/alerts
- Response property
items
value added
[ wireless ]
settings
Return the wireless settings for a network
GET /networks/{networkId}/wireless/settings
- Response property
properties
value added
- Response property
ledLightsOn
value added
- Response property
namedVlans
value added
ssids
Modify the splash page settings for the given SSID
PUT /networks/{networkId}/wireless/ssids/{number}/splash/settings
- Optional property
image
Added
- Optional property
image
Added
- Optional property
image
Added
[ organizations ]
brandingPolicies
Update a branding policy
PUT /organizations/{organizationId}/brandingPolicies/{brandingPolicyId}
- Optional property
contents
Added
- Optional property
format
Added
- Property
contents
Deleted
- Property
format
Deleted
Add a new branding policy to an organization
POST /organizations/{organizationId}/brandingPolicies
- Optional property
contents
Added
- Optional property
format
Added
- Property
contents
Deleted
- Property
format
Deleted
[ switch ]
ports
List the switchports in an organization by switch
GET /organizations/{organizationId}/switch/ports/bySwitch
- Optional param
portProfileIds
added
What's New
[ wireless ]
devices
PATH /organizations/{organizationId}/wireless/devices/ethernet/statuses
- Path added
- New operation
operation to see power status for wireless devices
GET
/organizations/{organizationId}/wireless/devices/ethernet/statuses
Code SnippetCopy[ { "serial": "Q234-ABCD-5678", "name": "My appliance", "network": { "id": "N_24329156" }, "power": { "mode": "full", "ac": { "isConnected": false }, "poe": { "isConnected": true } }, "ports": [ { "name": "Ethernet 0", "poe": { "standard": "802.3at" }, "linkNegotiation": { "duplex": "full", "speed": 5000 } } ], "aggregation": { "enabled": true, "speed": 10000 } } ]