- Added
- Changed
- Changed
Version 1.66.0 to 1.67.0
Summary of Changes
4 - New
24 - Updated
866 - Total Endpoints
594 - Total Paths
Added
[ wireless ]
radio
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
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
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
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
Return the wireless settings for a network
Operation ID: getNetworkWirelessSettings
GET /networks/{networkId}/wireless/settings
- Optional property
multicastToUnicastConversionAdded
- Response property
multicastToUnicastConversionvalue added
Update the wireless settings for a network
Operation ID: updateNetworkWirelessSettings
PUT /networks/{networkId}/wireless/settings
- Optional property
multicastToUnicastConversionAdded
- Optional property
multicastToUnicastConversionAdded
[ switch ]
dhcpServerPolicy
Return the DHCP server settings
Operation ID: getNetworkSwitchDhcpServerPolicy
GET /networks/{networkId}/switch/dhcpServerPolicy
- Optional property
alwaysAllowedServersAdded
- Response property
alwaysAllowedServersvalue added
Update the DHCP server settings
Operation ID: updateNetworkSwitchDhcpServerPolicy
PUT /networks/{networkId}/switch/dhcpServerPolicy
- Optional property
alwaysAllowedServersAdded
alternateManagementInterface
Return the switch alternate management interface for the network
Operation ID: getNetworkSwitchAlternateManagementInterface
GET /networks/{networkId}/switch/alternateManagementInterface
- Optional property
useOobMgmtAdded
- Response property
useOobMgmtvalue added
Update the switch alternate management interface for the network
Operation ID: updateNetworkSwitchAlternateManagementInterface
PUT /networks/{networkId}/switch/alternateManagementInterface
- Optional property
useOobMgmtAdded
[ appliance ]
vlans
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 networktoList the VLANs for a Security Appliance network
[ devices ]
arpTable
Return an ARP table live tool job.
Operation ID: getDeviceLiveToolsArpTable
GET /devices/{serial}/liveTools/arpTable/{arpTableId}
- Response property
x-nullablevalue added
- Response property
x-nullablevalue added
[ organizations ]
inventory
Return the device inventory for an organization
Operation ID: getOrganizationInventoryDevices
GET /organizations/{organizationId}/inventory/devices
- Optional param
eoxStatusesadded
- Optional property
eoxAdded
- Response property
eoxvalue added
Return a single device from the inventory of an organization
Operation ID: getOrganizationInventoryDevice
GET /organizations/{organizationId}/inventory/devices/{serial}
- Optional property
eoxAdded
- Response property
eoxvalue added
floorPlans
List auto locate details for each device in your organization
Operation ID: getOrganizationFloorPlansAutoLocateDevices
GET /organizations/{organizationId}/floorPlans/autoLocate/devices
- Property
statusDeleted
- Optional property
nameAdded
- Response property
namevalue added
apiRequests
List the API requests made by an organization
Operation ID: getOrganizationApiRequests
GET /organizations/{organizationId}/apiRequests
- Response property
x-nullablevalue added
policyObjects
Lists Policy Objects belonging to the organization.
Operation ID: getOrganizationPolicyObjects
GET /organizations/{organizationId}/policyObjects
- Response property
itemsvalue added
Lists Policy Object Groups belonging to the organization.
Operation ID: getOrganizationPolicyObjectsGroups
GET /organizations/{organizationId}/policyObjects/groups
- Response property
itemsvalue added
Changed
[ organizations ]
policyObjects
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 fromintegerto$s{rhs}
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 fromintegerto$s{rhs}
[ global ]
service
Docs
PATH /organizations/{organizationId}/nac/certificates/authorities/crls
- Deleted