API Updates for Version 25.1.0
Released: 2025-01-21
We’re pleased to announce the following updates to the Forward Networks API as part of release 25.1.0.
See also the full release notes for Forward Enterprise version 25.1.0.
Scheduled Breaking Changes
-
Network Snapshots:
-
The
collectionFailuresandparsingFailuresproperties ofSnapshotMetricshave been removed. UsedeviceCollectionFailuresanddeviceProcessingFailuresinstead. These properties were deprecated in release 24.10.0.- Affected operations:
- GET /api/snapshots/{snapshotId}/metrics
- Affected operations:
-
The
numParsingFailureDevicesproperty ofSnapshotMetricshas been removed. UsenumProcessingFailureDevicesinstead. This property was deprecated in release 24.10.0.- Affected operations:
- GET /api/snapshots/{snapshotId}/metrics
- Affected operations:
-
-
Network Setup:
-
The optional
typeproperty ofDeviceCredentialUpdatehas been removed. It was deprecated in release 24.10.0.- Affected operations:
- PATCH /api/networks/{networkId}/deviceCredentials/{credentialId}
- Affected operations:
-
New Operations
- User Accounts:
- GET /api/users
- POST /api/users
- GET /api/users/{userId}
- PATCH /api/users/{userId}
- DELETE /api/users/{userId}
Model Changes
-
Device:
- Added
platformvaluearuba_cx_switch - Affected operations:
- GET /api/networks/{networkId}/devices
- GET /api/snapshots/{snapshotId}/devices
- GET /api/snapshots/{snapshotId}/devices/{deviceName}
- Added
-
DeviceCredentialUpdate:
- Removed the optional
typeproperty - Affected operations:
- PATCH /api/networks/{networkId}/deviceCredentials/{credentialId}
- Removed the optional
-
DeviceSource, DeviceSourcePatch:
- Added
typevaluearuba_cx_switch_ssh - Affected operations:
- GET /api/networks/{networkId}/deviceSources
- POST /api/networks/{networkId}/deviceSources
- GET /api/networks/{networkId}/deviceSources/{deviceSourceName}
- PUT /api/networks/{networkId}/deviceSources/{deviceSourceName}
- PATCH /api/networks/{networkId}/deviceSources/{deviceSourceName}
- Added
-
JumpServer, JumpServerUpdate:
- Added
commandFormatvaluePANORAMA - Affected operations:
- GET /api/networks/{networkId}/jumpServers
- POST /api/networks/{networkId}/jumpServers
- PATCH /api/networks/{networkId}/jumpServers/{jumpServerId}
- Added
-
MissingDevice:
- Added
typeandpossibleTypesvaluearuba_cx_switch_ssh - Affected operations:
- GET /api/snapshots/{snapshotId}/missingDevices
- Added
-
SnapshotMetrics:
- Removed the
collectionFailuresandparsingFailuresproperties - Removed the
numParsingFailureDevicesproperty - Affected operations:
- GET /api/snapshots/{snapshotId}/metrics
- Removed the
-
Vulnerability:
- Added
osvaluearuba_cx_switch - Affected operations:
- GET /api/snapshots/{snapshotId}/vulnerabilities
- Added



