We’re excited to share the latest updates and improvements in the Forward Networks API, now available in the 24.10.0 release. For complete release details, see the full release notes.
Specification Changes
- OpenAPI Specification Update: Updated the OpenAPI specification from version 3.0.1 to 3.1.0. The primary change is that example values for parameters and properties are now in an
examplesarray instead of theexampleproperty. This update also allows for improved descriptions and examples in many model properties (details here).
Scheduled Breaking Changes
The following breaking changes are scheduled for upcoming releases:
-
Network Setup: Removed the optional
decommissionquery parameter. Devices no longer require manual decommissioning and will stop counting toward the licensed device limit 30 days after their most recent successful collection.- Affected operation:
DELETE /api/networks/{networkId}/deviceSources/{deviceSourceName}
- Affected operation:
-
Network Snapshots: Deprecated
collectionFailuresandparsingFailuresproperties, scheduled for removal in release 25.1. UsedeviceCollectionFailuresanddeviceProcessingFailuresinstead.- Affected operation:
GET /api/snapshots/{snapshotId}/metrics
- Affected operation:
-
Network Snapshots: Deprecated the
numParsingFailureDevicesproperty, scheduled for removal in release 25.1. UsenumProcessingFailureDevicesinstead.- Affected operation:
GET /api/snapshots/{snapshotId}/metrics
- Affected operation:
-
Network Setup: Deprecated the optional
typeproperty ofDeviceCredentialUpdate, scheduled for removal in release 25.1.- Affected operation:
PATCH /api/networks/{networkId}/deviceCredentials/{credentialId}
- Affected operation:
New Models
- Synthetic Devices: Added
SyntheticNatEntryfor use with InternetNode.
Model Changes
The following models have been updated to enhance API functionality:
-
Device
- Added:
collectionErrorvaluesTRANSIENT_SLOW_READ_RATE_DETECTEDandSOME_OID_FAILED - Added:
platformvaluehuawei_switchandvendorvalueHUAWEI - Added:
platformvaluemist_ap - Removed: Extraneous
platformvalues such asvcenter_api,nsx_t, andbluecat - Affected operations:
GET /api/networks/{networkId}/devicesGET /api/snapshots/{snapshotId}/devicesGET /api/snapshots/{snapshotId}/devices/{deviceName}
- Added:
-
DeviceCredentialUpdate
- Deprecated: The
typeproperty is now optional and deprecated for removal in release 25.1. - Affected operation:
PATCH /api/networks/{networkId}/deviceCredentials/{credentialId}
- Deprecated: The
-
DeviceSource, DeviceSourcePatch
- Added:
typevalueshuawei_switch_sshandmist_dashboard_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}
- Added:
-
Encryptor
- Updated: Made the
underlayConnectionproperty optional. - Affected operations:
GET /api/networks/{networkId}/encryptorsPUT /api/networks/{networkId}/encryptorsGET /api/networks/{networkId}/encryptors/{deviceName}PUT /api/networks/{networkId}/encryptors/{deviceName}PATCH /api/networks/{networkId}/encryptors/{deviceName}
- Updated: Made the
-
InternetNode
- Added:
translationsproperty. - Affected operations:
GET /api/networks/{networkId}/internet-nodePUT /api/networks/{networkId}/internet-node
- Added:
-
MissingDevice
- Added:
typeandpossibleTypesvalueshuawei_switch_ssh - Removed: Extraneous
typeandpossibleTypesvalues, such asvcenter_api,aws_api, andbluecat_https - Affected operation:
GET /api/snapshots/{snapshotId}/missingDevices
- Added:
-
NewNetworkCheck, NetworkCheckResult, NetworkCheckResultWithDiagnosis
- Added:
perfMonitoringEnabledproperty. - Affected operations:
GET /api/snapshots/{snapshotId}/checksPOST /api/snapshots/{snapshotId}/checksGET /api/snapshots/{snapshotId}/checks/{checkId}
- Added:
-
SnapshotMetrics
- Added:
deviceCollectionFailuresanddeviceProcessingFailuresproperties - Deprecated:
collectionFailuresandparsingFailuresproperties, scheduled for removal in release 25.1 - Added:
endpointCollectionFailures,endpointProcessingFailures, andnumProcessingFailureDevicesproperties - Deprecated:
numParsingFailureDevicesproperty, scheduled for removal in release 25.1 - Affected operation:
GET /api/snapshots/{snapshotId}/metrics
- Added:
-
Vulnerability
- Added:
osvaluehuawei_switchandvendorvalueHUAWEI - Added:
osvaluemist_ap - Removed: Extraneous
osvalues, such asunknown,aws_subnet, andnsx_t - Affected operation:
GET /api/snapshots/{snapshotId}/vulnerabilities
- Added:



