Version v1.69.0 to v1.70.0


Summary of Changes

25 - New

77 - Updated

875 - Total Endpoints

595 - Total Paths



Added

[ appliance ]

devices

Docs

Update MX warm spare settings

Operation ID: updateNetworkApplianceDevicesRedundancy

PATH /networks/{networkId}/appliance/devices/redundancy

- Path added

- New endpoint

PUT /networks/{networkId}/appliance/devices/redundancy



Docs

Swap MX primary and warm spare appliances

Operation ID: createNetworkApplianceDevicesRedundancySwap

PATH /networks/{networkId}/appliance/devices/redundancy/swap

- Path added

- New endpoint

POST /networks/{networkId}/appliance/devices/redundancy/swap



[ devices ]

cellular

Docs

Update the enablement of the geolocation feature for a device

Operation ID: updateDeviceCellularGeolocations

PATH /devices/{serial}/cellular/geolocations

- Path added

- New endpoint

PUT /devices/{serial}/cellular/geolocations



Docs

Update the cellular band masks for a device

Operation ID: createDeviceCellularUplinksBandsMasksUpdate

PATH /devices/{serial}/cellular/uplinks/bands/masks/update

- Path added

- New endpoint

POST /devices/{serial}/cellular/uplinks/bands/masks/update



liveTools

Docs

Enqueue a job to perform a cycle port for the device on the specified ports

Operation ID: createDeviceLiveToolsPortsCycle

PATH /devices/{serial}/liveTools/ports/cycle

- Path added

- New endpoint

POST /devices/{serial}/liveTools/ports/cycle



Docs

Return a cycle port live tool job.

Operation ID: getDeviceLiveToolsPortsCycle

PATH /devices/{serial}/liveTools/ports/cycle/{id}

- Path added

- New endpoint

GET /devices/{serial}/liveTools/ports/cycle/{id}



[ organizations ]

appliance

Docs

Return MX warm spare settings

Operation ID: getOrganizationApplianceDevicesRedundancyByNetwork

PATH /organizations/{organizationId}/appliance/devices/redundancy/byNetwork

- Path added

- New endpoint

GET /organizations/{organizationId}/appliance/devices/redundancy/byNetwork



Docs

Return the VRF setting for an organization.

Operation ID: getOrganizationApplianceRoutingVrfsSettings

PATH /organizations/{organizationId}/appliance/routing/vrfs/settings

- Path added

- New endpoint

GET /organizations/{organizationId}/appliance/routing/vrfs/settings



Docs

Update the VRF setting for an organization.

Operation ID: updateOrganizationApplianceRoutingVrfsSettings

PATH /organizations/{organizationId}/appliance/routing/vrfs/settings

- Path added

- New endpoint

PUT /organizations/{organizationId}/appliance/routing/vrfs/settings



devices

Docs

List devices eligible for Cellular Data Management profile assignment in this organization

Operation ID: getOrganizationDevicesCellularDataDevices

PATH /organizations/{organizationId}/devices/cellular/data/devices

- Path added

- New endpoint

GET /organizations/{organizationId}/devices/cellular/data/devices



Docs

List cellular data management profiles in this organization

Operation ID: getOrganizationDevicesCellularDataProfiles

PATH /organizations/{organizationId}/devices/cellular/data/profiles

- Path added

- New endpoint

GET /organizations/{organizationId}/devices/cellular/data/profiles



Docs

Add a cellular data management profile to this organization

Operation ID: createOrganizationDevicesCellularDataProfile

PATH /organizations/{organizationId}/devices/cellular/data/profiles

- Path added

- New endpoint

POST /organizations/{organizationId}/devices/cellular/data/profiles



Docs

List Cellular Data Management Profile assignments in this organization

Operation ID: getOrganizationDevicesCellularDataProfilesAssignments

PATH /organizations/{organizationId}/devices/cellular/data/profiles/assignments

- Path added

- New endpoint

GET /organizations/{organizationId}/devices/cellular/data/profiles/assignments



Docs

Assign devices to a Cellular Data Management Profile in batch

Operation ID: batchOrganizationDevicesCellularDataProfilesAssignmentsCreate

PATH /organizations/{organizationId}/devices/cellular/data/profiles/assignments/batchCreate

- Path added

- New endpoint

POST /organizations/{organizationId}/devices/cellular/data/profiles/assignments/batchCreate



Docs

Unassign devices from a Cellular Data Management Profile in batch

Operation ID: bulkOrganizationDevicesCellularDataProfilesAssignmentsDelete

PATH /organizations/{organizationId}/devices/cellular/data/profiles/assignments/bulkDelete

- Path added

- New endpoint

POST /organizations/{organizationId}/devices/cellular/data/profiles/assignments/bulkDelete



Docs

Delete a cellular data management profile from this organization

Operation ID: deleteOrganizationDevicesCellularDataProfile

PATH /organizations/{organizationId}/devices/cellular/data/profiles/{profileId}

- Path added

- New endpoint

DELETE /organizations/{organizationId}/devices/cellular/data/profiles/{profileId}



Docs

Update a Cellular Data Management Profile

Operation ID: updateOrganizationDevicesCellularDataProfile

PATH /organizations/{organizationId}/devices/cellular/data/profiles/{profileId}

- Path added

- New endpoint

PUT /organizations/{organizationId}/devices/cellular/data/profiles/{profileId}



Docs

List current cellular data usage for devices in this organization

Operation ID: getOrganizationDevicesCellularDataUsageByDevice

PATH /organizations/{organizationId}/devices/cellular/data/usage/byDevice

- Path added

- New endpoint

GET /organizations/{organizationId}/devices/cellular/data/usage/byDevice



Docs

List historical cellular data usage grouped by device and interval in this organization

Operation ID: getOrganizationDevicesCellularDataUsageHistoryByDeviceByInterval

PATH /organizations/{organizationId}/devices/cellular/data/usage/history/byDevice/byInterval

- Path added

- New endpoint

GET /organizations/{organizationId}/devices/cellular/data/usage/history/byDevice/byInterval



Docs

List the latest cellular geolocation telemetry for devices in an organization

Operation ID: getOrganizationDevicesCellularGeolocations

PATH /organizations/{organizationId}/devices/cellular/geolocations

- Path added

- New endpoint

GET /organizations/{organizationId}/devices/cellular/geolocations



Docs

Operation ID: getOrganizationDevicesCellularUplinksBandsByDevice

PATH /organizations/{organizationId}/devices/cellular/uplinks/bands/byDevice

- Path added

- New endpoint

GET /organizations/{organizationId}/devices/cellular/uplinks/bands/byDevice



Docs

List the latest cellular tower information for devices in an organization

Operation ID: getOrganizationDevicesCellularUplinksTowersByDevice

PATH /organizations/{organizationId}/devices/cellular/uplinks/towers/byDevice

- Path added

- New endpoint

GET /organizations/{organizationId}/devices/cellular/uplinks/towers/byDevice



sase

Docs

Create a new Secure Access integration

Operation ID: createOrganizationSaseIntegration

PATH /organizations/{organizationId}/sase/integrations

- Path added

- New endpoint

POST /organizations/{organizationId}/sase/integrations



Docs

Remove a Secure Access integration

Operation ID: deleteOrganizationSaseIntegration

PATH /organizations/{organizationId}/sase/integrations/{integrationId}

- Path added

- New endpoint

DELETE /organizations/{organizationId}/sase/integrations/{integrationId}



Docs

Get details of a Secure Access integration

Operation ID: getOrganizationSaseIntegration

PATH /organizations/{organizationId}/sase/integrations/{integrationId}

- Path added

- New endpoint

GET /organizations/{organizationId}/sase/integrations/{integrationId}



Changed

[ appliance ]

contentFiltering

Docs

List all available content filtering categories for an MX network

Operation ID: getNetworkApplianceContentFilteringCategories

GET /networks/{networkId}/appliance/contentFiltering/categories

- added the optional property categories to the response with the 200 status


firewall

Docs

Return the cellular firewall rules for an MX network

Operation ID: getNetworkApplianceFirewallCellularFirewallRules

GET /networks/{networkId}/appliance/firewall/cellularFirewallRules

- added the optional property rules to the response with the 200 status


Docs

Update the cellular firewall rules of an MX network

Operation ID: updateNetworkApplianceFirewallCellularFirewallRules

PUT /networks/{networkId}/appliance/firewall/cellularFirewallRules

- added the optional property rules to the response with the 200 status


Docs

Return the inbound firewall rules for an MX network

Operation ID: getNetworkApplianceFirewallInboundFirewallRules

GET /networks/{networkId}/appliance/firewall/inboundFirewallRules

- the endpoint scheme security oauth2 was added to the API


Docs

Return the L3 firewall rules for an MX network

Operation ID: getNetworkApplianceFirewallL3FirewallRules

GET /networks/{networkId}/appliance/firewall/l3FirewallRules

- added the optional property rules to the response with the 200 status


Docs

Update the L3 firewall rules of an MX network

Operation ID: updateNetworkApplianceFirewallL3FirewallRules

PUT /networks/{networkId}/appliance/firewall/l3FirewallRules

- added the optional property rules to the response with the 200 status


Docs

List the MX L7 firewall rules for an MX network

Operation ID: getNetworkApplianceFirewallL7FirewallRules

GET /networks/{networkId}/appliance/firewall/l7FirewallRules

- added the optional property rules to the response with the 200 status


Docs

Update the MX L7 firewall rules for an MX network

Operation ID: updateNetworkApplianceFirewallL7FirewallRules

PUT /networks/{networkId}/appliance/firewall/l7FirewallRules

- added the new allowedCountries enum value to the request property rules/items/type

- added the new blacklistedCountries enum value to the request property rules/items/type

- added the new blockedCountries enum value to the request property rules/items/type

- added the new whitelistedCountries enum value to the request property rules/items/type

- added the optional property rules to the response with the 200 status


Docs

Return the 1:Many NAT mapping rules for an MX network

Operation ID: getNetworkApplianceFirewallOneToManyNatRules

GET /networks/{networkId}/appliance/firewall/oneToManyNatRules

- added the optional property rules to the response with the 200 status


Docs

Set the 1:Many NAT mapping rules for an MX network

Operation ID: updateNetworkApplianceFirewallOneToManyNatRules

PUT /networks/{networkId}/appliance/firewall/oneToManyNatRules

- added the optional property rules to the response with the 200 status


Docs

Return the 1:1 NAT mapping rules for an MX network

Operation ID: getNetworkApplianceFirewallOneToOneNatRules

GET /networks/{networkId}/appliance/firewall/oneToOneNatRules

- added the optional property rules to the response with the 200 status


Docs

Set the 1:1 NAT mapping rules for an MX network

Operation ID: updateNetworkApplianceFirewallOneToOneNatRules

PUT /networks/{networkId}/appliance/firewall/oneToOneNatRules

- added the optional property rules to the response with the 200 status


Docs

Return the firewall settings for this network

Operation ID: getNetworkApplianceFirewallSettings

GET /networks/{networkId}/appliance/firewall/settings

- added the optional property spoofingProtection to the response with the 200 status


Docs

Update the firewall settings for this network

Operation ID: updateNetworkApplianceFirewallSettings

PUT /networks/{networkId}/appliance/firewall/settings

- added the optional property spoofingProtection to the response with the 200 status


prefixes

Docs

List static delegated prefixes for a network

Operation ID: getNetworkAppliancePrefixesDelegatedStatics

GET /networks/{networkId}/appliance/prefixes/delegated/statics

- the response property items/description became nullable for the status 200


Docs

Add a static delegated prefix from a network

Operation ID: createNetworkAppliancePrefixesDelegatedStatic

POST /networks/{networkId}/appliance/prefixes/delegated/statics

- added the optional property createdAt to the response with the 201 status

- added the optional property description to the response with the 201 status

- added the optional property origin to the response with the 201 status

- added the optional property prefix to the response with the 201 status

- added the optional property staticDelegatedPrefixId to the response with the 201 status

- added the optional property updatedAt to the response with the 201 status


Docs

Delete a static delegated prefix from a network

Operation ID: deleteNetworkAppliancePrefixesDelegatedStatic

DELETE /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId}

- added the media type application/json for the response with the status 204


Docs

Return a static delegated prefix from a network

Operation ID: getNetworkAppliancePrefixesDelegatedStatic

GET /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId}

- the response property description became nullable for the status 200


Docs

Update a static delegated prefix from a network

Operation ID: updateNetworkAppliancePrefixesDelegatedStatic

PUT /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId}

- added the optional property createdAt to the response with the 200 status

- added the optional property description to the response with the 200 status

- added the optional property origin to the response with the 200 status

- added the optional property prefix to the response with the 200 status

- added the optional property staticDelegatedPrefixId to the response with the 200 status

- added the optional property updatedAt to the response with the 200 status


sdwan

Docs

Update SDWAN internet traffic preferences for an MX network

Operation ID: updateNetworkApplianceSdwanInternetPolicies

PUT /networks/{networkId}/appliance/sdwan/internetPolicies

- the endpoint scheme security oauth2 was added to the API


staticRoutes

Docs

Add a static route for an MX or teleworker network

Operation ID: createNetworkApplianceStaticRoute

POST /networks/{networkId}/appliance/staticRoutes

- the gatewayVlanId request property type/format changed from string/ to `integer`/

- the gatewayVlanId request property's max was set to 4094.00

- the gatewayVlanId request property's min was set to 0.00


Docs

Update a static route for an MX or teleworker network

Operation ID: updateNetworkApplianceStaticRoute

PUT /networks/{networkId}/appliance/staticRoutes/{staticRouteId}

- the gatewayVlanId request property type/format changed from string/ to `integer`/

- the gatewayVlanId request property's max was set to 4094.00

- the gatewayVlanId request property's min was set to 0.00


trafficShaping

Docs

Display the traffic shaping settings for an MX network

Operation ID: getNetworkApplianceTrafficShaping

GET /networks/{networkId}/appliance/trafficShaping

- added the required property globalBandwidthLimits to the response with the 200 status


Docs

Update the traffic shaping settings for an MX network

Operation ID: updateNetworkApplianceTrafficShaping

PUT /networks/{networkId}/appliance/trafficShaping

- request body became required

- the request property globalBandwidthLimits became required

- added the required property globalBandwidthLimits to the response with the 200 status


Docs

Display the traffic shaping settings rules for an MX network

Operation ID: getNetworkApplianceTrafficShapingRules

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

- added the optional property defaultRulesEnabled to the response with the 200 status

- added the optional property rules to the response with the 200 status


Docs

Update the traffic shaping settings rules for an MX network

Operation ID: updateNetworkApplianceTrafficShapingRules

PUT /networks/{networkId}/appliance/trafficShaping/rules

- added the optional property defaultRulesEnabled to the response with the 200 status

- added the optional property rules to the response with the 200 status


Docs

Operation ID: updateNetworkApplianceTrafficShapingUplinkBandwidth

PUT /networks/{networkId}/appliance/trafficShaping/uplinkBandwidth

- added the optional property bandwidthLimits to the response with the 200 status


vlans

Docs

List the VLANs for a Security Appliance network

Operation ID: getNetworkApplianceVlans

GET /networks/{networkId}/appliance/vlans

- added the optional property items/vrf to the response with the 200 status


Docs

Add a VLAN

Operation ID: createNetworkApplianceVlan

POST /networks/{networkId}/appliance/vlans

- added the new optional request property vrf

- added the optional property vrf to the response with the 201 status


Docs

Return a VLAN

Operation ID: getNetworkApplianceVlan

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

- added the optional property vrf to the response with the 200 status


Docs

Update a VLAN

Operation ID: updateNetworkApplianceVlan

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

- added the new optional request property vrf

- added the optional property vrf to the response with the 200 status


[ camera ]

qualityRetentionProfiles

Docs

Creates new quality retention profile for this network.

Operation ID: createNetworkCameraQualityRetentionProfile

POST /networks/{networkId}/camera/qualityRetentionProfiles

- added the new optional request property videoSettings/MV44X


Docs

Update an existing quality retention profile for this network.

Operation ID: updateNetworkCameraQualityRetentionProfile

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

- added the new optional request property videoSettings/MV44X


[ clients ]

general

Docs

Return the client associated with the given identifier

Operation ID: getNetworkClient

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

- added the optional property recentDeviceId to the response with the 200 status


[ devices ]

appliance

Docs

Return current delegated IPv6 prefixes on an appliance.

Operation ID: getDeviceAppliancePrefixesDelegated

GET /devices/{serial}/appliance/prefixes/delegated

- added the optional property items/counts to the response with the 200 status

- added the optional property items/description to the response with the 200 status

- added the optional property items/expiresAt to the response with the 200 status

- added the optional property items/origin to the response with the 200 status

- added the optional property items/staticDelegatedPrefixId to the response with the 200 status

- added the required property items/isPreferred to the response with the 200 status

- added the required property items/method to the response with the 200 status

- added the required property items/prefix to the response with the 200 status


Docs

Return prefixes assigned to all IPv6 enabled VLANs on an appliance.

Operation ID: getDeviceAppliancePrefixesDelegatedVlanAssignments

GET /devices/{serial}/appliance/prefixes/delegated/vlanAssignments

- added the optional property items/ipv6 to the response with the 200 status

- added the optional property items/origin to the response with the 200 status

- added the optional property items/vlan to the response with the 200 status

- added the required property items/status to the response with the 200 status


switch

Docs

Cycle a set of switch ports on non-Catalyst MS devices

Operation ID: cycleDeviceSwitchPorts

POST /devices/{serial}/switch/ports/cycle

- endpoint deprecated


Docs

List layer 3 interfaces for a switch

Operation ID: getDeviceSwitchRoutingInterfaces

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

- added the optional property items/mtu to the response with the 200 status


Docs

Create a layer 3 interface for a switch

Operation ID: createDeviceSwitchRoutingInterface

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

- added the new optional request property mtu

- added the optional property mtu to the response with the 201 status


Docs

Return a layer 3 interface for a switch

Operation ID: getDeviceSwitchRoutingInterface

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

- added the optional property mtu to the response with the 200 status


Docs

Update a layer 3 interface for a switch

Operation ID: updateDeviceSwitchRoutingInterface

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

- added the new optional request property mtu

- added the optional property mtu to the response with the 200 status


[ organizations ]

appliance

Docs

Operation ID: getOrganizationApplianceUplinksStatusesOverview

GET /organizations/{organizationId}/appliance/uplinks/statuses/overview

- the endpoint scheme security oauth2 was added to the API


Docs

Return the third party VPN peers for an organization

Operation ID: getOrganizationApplianceVpnThirdPartyVPNPeers

GET /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers

- added the optional property peers/items/ebgpNeighbor/receiveLimit to the response with the 200 status


Docs

Update the third party VPN peers for an organization

Operation ID: updateOrganizationApplianceVpnThirdPartyVPNPeers

PUT /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers

- added the optional property peers/items/ebgpNeighbor/receiveLimit to the response with the 200 status


assurance

Docs

Return all health alerts for an organization

Operation ID: getOrganizationAssuranceAlerts

GET /organizations/{organizationId}/assurance/alerts

- added the enum value dhcp_no_leases to the property items/ of the query request parameter types

- added the enum value faulty_cable to the property items/ of the query request parameter types

- added the enum value image_sensor_failure to the property items/ of the query request parameter types

- added the enum value time_to_connect_degraded to the property items/ of the query request parameter types

- added the enum value wireless_capacity_degraded to the property items/ of the query request parameter types

- added the enum value wireless_coverage_degraded to the property items/ of the query request parameter types

- added the required property items/network/url to the response with the 200 status


Docs

Return overview of active health alerts for an organization

Operation ID: getOrganizationAssuranceAlertsOverview

GET /organizations/{organizationId}/assurance/alerts/overview

- the endpoint scheme security oauth2 was added to the API

- added the enum value dhcp_no_leases to the property items/ of the query request parameter types

- added the enum value faulty_cable to the property items/ of the query request parameter types

- added the enum value image_sensor_failure to the property items/ of the query request parameter types

- added the enum value time_to_connect_degraded to the property items/ of the query request parameter types

- added the enum value wireless_capacity_degraded to the property items/ of the query request parameter types

- added the enum value wireless_coverage_degraded to the property items/ of the query request parameter types


Docs

Return a Summary of Alerts grouped by network and severity

Operation ID: getOrganizationAssuranceAlertsOverviewByNetwork

GET /organizations/{organizationId}/assurance/alerts/overview/byNetwork

- added the enum value dhcp_no_leases to the property items/ of the query request parameter types

- added the enum value faulty_cable to the property items/ of the query request parameter types

- added the enum value image_sensor_failure to the property items/ of the query request parameter types

- added the enum value time_to_connect_degraded to the property items/ of the query request parameter types

- added the enum value wireless_capacity_degraded to the property items/ of the query request parameter types

- added the enum value wireless_coverage_degraded to the property items/ of the query request parameter types


Docs

Return a Summary of Alerts grouped by type and severity

Operation ID: getOrganizationAssuranceAlertsOverviewByType

GET /organizations/{organizationId}/assurance/alerts/overview/byType

- the endpoint scheme security oauth2 was added to the API

- added the new optional query request parameter includeDeviceTags

- added the new optional query request parameter includeNetworks

- added the enum value dhcp_no_leases to the property items/ of the query request parameter types

- added the enum value faulty_cable to the property items/ of the query request parameter types

- added the enum value image_sensor_failure to the property items/ of the query request parameter types

- added the enum value time_to_connect_degraded to the property items/ of the query request parameter types

- added the enum value wireless_capacity_degraded to the property items/ of the query request parameter types

- added the enum value wireless_coverage_degraded to the property items/ of the query request parameter types

- added the required property items/items/categoryType to the response with the 200 status

- added the required property items/items/deviceTags to the response with the 200 status

- added the required property items/items/deviceTypes to the response with the 200 status

- added the required property items/items/lastAlertedAt to the response with the 200 status

- added the required property items/items/networkCount to the response with the 200 status

- added the required property items/items/networks to the response with the 200 status

- added the required property items/items/severity to the response with the 200 status


Docs

Returns historical health alert overviews

Operation ID: getOrganizationAssuranceAlertsOverviewHistorical

GET /organizations/{organizationId}/assurance/alerts/overview/historical

- added the enum value dhcp_no_leases to the property items/ of the query request parameter types

- added the enum value faulty_cable to the property items/ of the query request parameter types

- added the enum value image_sensor_failure to the property items/ of the query request parameter types

- added the enum value time_to_connect_degraded to the property items/ of the query request parameter types

- added the enum value wireless_capacity_degraded to the property items/ of the query request parameter types

- added the enum value wireless_coverage_degraded to the property items/ of the query request parameter types


Docs

Return a list of alert types

Operation ID: getOrganizationAssuranceAlertsTaxonomyTypes

GET /organizations/{organizationId}/assurance/alerts/taxonomy/types

- the endpoint scheme security oauth2 was added to the API


Docs

Return a singular Health Alert by its id

Operation ID: getOrganizationAssuranceAlert

GET /organizations/{organizationId}/assurance/alerts/{id}

- added the required property network/url to the response with the 200 status


inventory

Docs

Return the device inventory for an organization

Operation ID: getOrganizationInventoryDevices

GET /organizations/{organizationId}/inventory/devices

- added the optional property items/sku to the response with the 200 status


Docs

Return a single device from the inventory of an organization

Operation ID: getOrganizationInventoryDevice

GET /organizations/{organizationId}/inventory/devices/{serial}

- added the optional property sku to the response with the 200 status


POST /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/exportEvents

- api path removed with deprecation


GET /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/imports

- api path removed with deprecation


POST /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/imports

- api path removed with deprecation


GET /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/networks

- api path removed with deprecation


POST /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/prepare

- api path removed with deprecation


Docs

Preview the results and status of an order claim by the secure order id

Operation ID: previewOrganizationInventoryOrders

POST /organizations/{organizationId}/inventory/orders/preview

- added the optional property resolution to the response with the 200 status


sase

POST /organizations/{organizationId}/sase/connectors/batchCreate

- api path removed without deprecation


webhooks

Docs

Return the log of webhook POSTs sent

Operation ID: getOrganizationWebhooksLogs

GET /organizations/{organizationId}/webhooks/logs

- for the query request parameter timespan, the max was decreased from 2678400.00 to 2592000.00


wireless

Docs

Returns the current Air Marshal rules for this organization

Operation ID: getOrganizationWirelessAirMarshalRules

GET /organizations/{organizationId}/wireless/airMarshal/rules

- the endpoint scheme security oauth2 was added to the API


Docs

List access point client count at the moment in an organization

Operation ID: getOrganizationWirelessClientsOverviewByDevice

GET /organizations/{organizationId}/wireless/clients/overview/byDevice

- the endpoint scheme security oauth2 was added to the API


Docs

Get average packet loss for the given timespan for all networks in the organization.

Operation ID: getOrganizationWirelessDevicesPacketLossByNetwork

GET /organizations/{organizationId}/wireless/devices/packetLoss/byNetwork

- the endpoint scheme security oauth2 was added to the API


Docs

Return the CPU Load history for a list of wireless devices in the organization.

Operation ID: getOrganizationWirelessDevicesSystemCpuLoadHistory

GET /organizations/{organizationId}/wireless/devices/system/cpu/load/history

- the endpoint scheme security oauth2 was added to the API


Docs

List the RF profiles of an organization by device

Operation ID: getOrganizationWirelessRfProfilesAssignmentsByDevice

GET /organizations/{organizationId}/wireless/rfProfiles/assignments/byDevice

- the endpoint scheme security oauth2 was added to the API


[ switch ]

settings

Docs

Returns the switch network settings

Operation ID: getNetworkSwitchSettings

GET /networks/{networkId}/switch/settings

- added the optional property portChannelFallback to the response with the 200 status


Docs

Update switch network settings

Operation ID: updateNetworkSwitchSettings

PUT /networks/{networkId}/switch/settings

- added the new optional request property portChannelFallback

- added the optional property portChannelFallback to the response with the 200 status


stacks

Docs

List layer 3 interfaces for a switch stack

Operation ID: getNetworkSwitchStackRoutingInterfaces

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

- added the optional property items/mtu to the response with the 200 status


Docs

Create a layer 3 interface for a switch stack

Operation ID: createNetworkSwitchStackRoutingInterface

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

- added the new optional request property mtu

- added the optional property mtu to the response with the 201 status


Docs

Return a layer 3 interface from a switch stack

Operation ID: getNetworkSwitchStackRoutingInterface

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

- added the optional property mtu to the response with the 200 status


Docs

Update a layer 3 interface for a switch stack

Operation ID: updateNetworkSwitchStackRoutingInterface

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

- added the new optional request property mtu

- added the optional property mtu to the response with the 200 status


[ traffic ]

general

Docs

Return the traffic analysis data for this network

Operation ID: getNetworkTraffic

GET /networks/{networkId}/traffic

- the endpoint scheme security oauth2 was added to the API


[ trafficShaping ]

applicationCategories

Docs

Returns the application categories for traffic shaping rules

Operation ID: getNetworkTrafficShapingApplicationCategories

GET /networks/{networkId}/trafficShaping/applicationCategories

- added the optional property applicationCategories to the response with the 200 status


[ wireless ]

ssids

Docs

List the MR SSIDs in a network

Operation ID: getNetworkWirelessSsids

GET /networks/{networkId}/wireless/ssids

- added the optional property items/psk to the response with the 200 status


Docs

Return a single MR SSID

Operation ID: getNetworkWirelessSsid

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

- added the optional property psk to the response with the 200 status


Docs

Update the attributes of an MR SSID

Operation ID: updateNetworkWirelessSsid

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

- added the optional property psk to the response with the 200 status