Version 1.66.0 to 1.67.0


Summary of Changes

4 - New

24 - Updated

866 - Total Endpoints

594 - Total Paths



Added

[ wireless ]

radio

Docs

Update the AutoRF settings for a wireless network

Operation ID: updateNetworkWirelessRadioRrm

PATH /networks/{networkId}/wireless/radio/rrm

{
  "networkId": "L_12345",
  "name": "My Network",
  "timeZone": "America/Los_Angeles",
  "busyHour": {
    "schedule": {
      "mode": "automatic",
      "automatic": {
        "start": "08:00",
        "end": "17:00"
      },
      "manual": {
        "start": "10:00",
        "end": "15:00"
      }
    },
    "minimizeChanges": {
      "enabled": true
    }
  },
  "channel": {
    "avoidance": {
      "enabled": true
    }
  },
  "fra": {
    "enabled": false
  },
  "ai": {
    "enabled": true,
    "lastEnabledAt": "2026-01-04T09:07:45Z"
  }
}

- Path added

- New endpoint

Update the AutoRF settings for a wireless network

PUT /networks/{networkId}/wireless/radio/rrm



Docs

List the AutoRF settings of an organization by network

Operation ID: getOrganizationWirelessRadioRrmByNetwork

PATH /organizations/{organizationId}/wireless/radio/rrm/byNetwork

{
  "items": [
    {
      "networkId": "L_12345",
      "name": "My Network",
      "timeZone": "America/Los_Angeles",
      "busyHour": {
        "schedule": {
          "mode": "automatic",
          "automatic": {
            "start": "08:00",
            "end": "17:00"
          },
          "manual": {
            "start": "10:00",
            "end": "15:00"
          }
        },
        "minimizeChanges": {
          "enabled": true
        }
      },
      "channel": {
        "avoidance": {
          "enabled": true
        }
      },
      "fra": {
        "enabled": false
      },
      "ai": {
        "enabled": true,
        "lastEnabledAt": "2026-01-04T09:07:45Z"
      }
    }
  ],
  "meta": {
    "counts": {
      "items": {
        "total": 42,
        "remaining": 5
      }
    }
  }
}

- Path added

- New endpoint

List the AutoRF settings of an organization by network

GET /organizations/{organizationId}/wireless/radio/rrm/byNetwork



[ organizations ]

networks

Docs

Move networks from one organization to another

Operation ID: createNetworkMove

PATH /organizations/{organizationId}/networks/moves

{
  "moveId": "123456",
  "initiator": {
    "admin": {
      "id": "8590064780"
    }
  },
  "organizations": {
    "source": {
      "id": "146307"
    },
    "target": {
      "id": "146308"
    }
  },
  "network": {
    "id": "N_569142402909112097"
  },
  "createdAt": "1970-01-20T15:57:36.000Z",
  "lastUpdatedAt": "1970-01-20T15:57:36.000Z",
  "result": {
    "status": "failed",
    "reason": "Cannot move network: Target organization is invalid or inaccessible."
  }
}

- Path added

- New endpoint

Return a list of network move operations in the organization

GET /organizations/{organizationId}/networks/moves


- New endpoint

Move networks from one organization to another. For more information and caveats around network move limitations see the Network Portability documentation.

POST /organizations/{organizationId}/networks/moves



inventory

Docs

Fetch the EOX summary for an organization, including counts of devices that are end-of-sale, end-of-support, and end-of-support-soon.

Operation ID: getOrganizationInventoryDevicesEoxOverview

PATH /organizations/{organizationId}/inventory/devices/eox/overview

{
  "counts": {
    "byStatus": {
      "endOfSale": {
        "total": 5
      },
      "endOfSupport": {
        "total": 3
      },
      "nearEndOfSupport": {
        "total": 7
      }
    }
  }
}

- Path added

- New endpoint

Fetch the EOX summary for an organization, including counts of devices that are end-of-sale, end-of-support, and end-of-support-soon.

GET /organizations/{organizationId}/inventory/devices/eox/overview



Changed

[ wireless ]

settings

Docs

Return the wireless settings for a network

Operation ID: getNetworkWirelessSettings

GET /networks/{networkId}/wireless/settings

- Optional property multicastToUnicastConversion Added

- Response property multicastToUnicastConversion value added


Docs

Update the wireless settings for a network

Operation ID: updateNetworkWirelessSettings

PUT /networks/{networkId}/wireless/settings

- Optional property multicastToUnicastConversion Added

- Optional property multicastToUnicastConversion Added


[ switch ]

dhcpServerPolicy

Docs

Return the DHCP server settings

Operation ID: getNetworkSwitchDhcpServerPolicy

GET /networks/{networkId}/switch/dhcpServerPolicy

- Optional property alwaysAllowedServers Added

- Response property alwaysAllowedServers value added


Docs

Update the DHCP server settings

Operation ID: updateNetworkSwitchDhcpServerPolicy

PUT /networks/{networkId}/switch/dhcpServerPolicy

- Optional property alwaysAllowedServers Added


alternateManagementInterface

Docs

Return the switch alternate management interface for the network

Operation ID: getNetworkSwitchAlternateManagementInterface

GET /networks/{networkId}/switch/alternateManagementInterface

- Optional property useOobMgmt Added

- Response property useOobMgmt value added


Docs

Update the switch alternate management interface for the network

Operation ID: updateNetworkSwitchAlternateManagementInterface

PUT /networks/{networkId}/switch/alternateManagementInterface

- Optional property useOobMgmt Added


[ appliance ]

vlans

Docs

List the VLANs for a Security Appliance network

Operation ID: getNetworkApplianceVlans

GET /networks/{networkId}/appliance/vlans

- Summary changed from List the VLANs for a Cisco Secure Router network to List the VLANs for a Security Appliance network


[ devices ]

arpTable

Docs

Return an ARP table live tool job.

Operation ID: getDeviceLiveToolsArpTable

GET /devices/{serial}/liveTools/arpTable/{arpTableId}

- Response property x-nullable value added

- Response property x-nullable value added


[ organizations ]

inventory

Docs

Return the device inventory for an organization

Operation ID: getOrganizationInventoryDevices

GET /organizations/{organizationId}/inventory/devices

- Optional param eoxStatuses added

- Optional property eox Added

- Response property eox value added


Docs

Return a single device from the inventory of an organization

Operation ID: getOrganizationInventoryDevice

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

- Optional property eox Added

- Response property eox value added


floorPlans

Docs

List auto locate details for each device in your organization

Operation ID: getOrganizationFloorPlansAutoLocateDevices

GET /organizations/{organizationId}/floorPlans/autoLocate/devices

- Property status Deleted

- Optional property name Added

- Response property name value added


apiRequests

Docs

List the API requests made by an organization

Operation ID: getOrganizationApiRequests

GET /organizations/{organizationId}/apiRequests

- Response property x-nullable value added


policyObjects

Docs

Lists Policy Objects belonging to the organization.

Operation ID: getOrganizationPolicyObjects

GET /organizations/{organizationId}/policyObjects

- Response property items value added


Docs

Lists Policy Object Groups belonging to the organization.

Operation ID: getOrganizationPolicyObjectsGroups

GET /organizations/{organizationId}/policyObjects/groups

- Response property items value added


Changed

[ organizations ]

policyObjects

Docs

Updates a Policy Object Group.

Operation ID: updateOrganizationPolicyObjectsGroup

PUT /organizations/{organizationId}/policyObjects/groups/{policyObjectGroupId}

- paths//organizations/{organizationId}/policyObjects/groups/{policyObjectGroupId}/put/requestBody/content/application/json/schema/properties/objectIds - Array items type turn from integer to $s{rhs}


Docs

Creates a new Policy Object Group.

Operation ID: createOrganizationPolicyObjectsGroup

POST /organizations/{organizationId}/policyObjects/groups

- paths//organizations/{organizationId}/policyObjects/groups/post/requestBody/content/application/json/schema/properties/objectIds - Array items type turn from integer to $s{rhs}


[ global ]

service

Docs

PATH /organizations/{organizationId}/nac/certificates/authorities/crls

- Deleted