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

GET /networks/{networkId}/appliance/trafficShaping/uplinkSelection

- Response property failoverAndFailback value added


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. to List 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

[
    {
        "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
        }
    }
]