Scheduled Breaking Changes
-
Networks:
- Change: In release 24.9, theĀ
lastAccessedAtproperty will be removed from Network and NetworkSnapshots. - Replacement: Use
secondsToExpiryinstead. - Affected Operations:
GET /api/networksGET /api/networks/{networkId}/snapshots
- Change: In release 24.9, theĀ
-
Network Setup:
- Change: In release 24.10 the optional
decommissionquery parameter will be removed. - New Behavior: Devices automatically stop counting toward the licensed device limit 30 days after their last successful collection.
- Affected Operations:
DELETE /api/networks/{networkId}/deviceSources/{deviceSourceName}
- Change: In release 24.10 the optional
Query Parameter Changes
-
Path Search:
- Change: Added the
fromparameter. - Affected Operation:
GET /api/networks/{networkId}/paths
- Change: Added the
-
Network Setup:
- Change: The
decommissionparameter is now ignored. - New Behavior: Devices automatically stop counting toward the licensed device limit 30 days after their last successful collection.
- Affected Operation:
DELETE /api/networks/{networkId}/deviceSources/{deviceSourceName}
- Change: The
Model Changes
-
CollectorState:
- Change: Removed
hasDevicesConfigured,isOnline, andisIdle. - Affected Operations:
GET /api/networks/{networkId}/collector/status
- Change: Removed
-
Device:
- Change: Added
platformvaluecisco_wireless. - Affected Operations:
GET /api/networks/{networkId}/devicesGET /api/snapshots/{snapshotId}/devicesGET /api/snapshots/{snapshotId}/devices/{deviceName}
- Change: Added
-
DeviceSource and DeviceSourcePatch:
- Changes: Added
typevaluescheckpoint_ssh_nonexpertandcisco_wireless_api. - Affected Operations:
GET /api/networks/{networkId}/deviceSourcesPOST /api/networks/{networkId}/deviceSourcesGET /api/networks/{networkId}/deviceSources/{deviceSourceName}PUT /api/networks/{networkId}/deviceSources/{deviceSourceName}PATCH /api/networks/{networkId}/deviceSources/{deviceSourceName}
- Changes: Added
-
JumpServer and JumpServerUpdate:
- Change: Added
sshKeyproperty. - Affected Operations:
GET /api/networks/{networkId}/jumpServersPOST /api/networks/{networkId}/jumpServersPATCH /api/networks/{networkId}/jumpServers/{jumpServerId}
- Change: Added
-
MissingDevice:
- Changes: Added
typeandpossibleTypesvaluescheckpoint_ssh_nonexpertandcisco_wireless_api. - Affected Operation:
GET /api/snapshots/{snapshotId}/missingDevices
- Changes: Added
-
NqeCheck:
- Change: Removed the
commitIdproperty. - Affected Operations:
GET /api/snapshots/{snapshotId}/checksPOST /api/snapshots/{snapshotId}/checksPATCH /api/snapshots/{snapshotId}/checks/{checkId}
- Change: Removed the
-
NqeQueryRunRequest:
- Change: Made the
commitIdproperty required for deleted NQE queries. - Affected Operation:
POST /api/nqe
- Change: Made the
-
PathSearchQuery:
- Change: Added the
fromproperty. - Affected Operations:
POST /api/networks/{networkId}/paths-bulkPOST /api/networks/{networkId}/paths-bulk-seq
- Change: Added the
-
Vulnerability:
- Change: Added
osvaluecisco_wireless. - Affected Operation:
GET /api/snapshots/{snapshotId}/vulnerabilities
- Change: Added
Notable Changes to Unpublished APIs
-
Device Decommissioning:
- Change: Removed support for device decommissioning.
- Removed:
POST /api/licensed-devices?action=decommission
-
License Retrieval:
- Change: Moved operation for license retrieval.
- Removed:
GET /api/license - Added:
GET /api/licenses
-
License Activation (On-Prem Deployments Only):
- Change: Moved operation for license activation.
- Removed:
PUT /api/vm/activeLicense - Added:
POST /api/licenses



