Firmware Paths
Get Firmware Paths
Returns all firmware upgrade paths known to the platform.
Results can be filtered using the query parameters specified below.
Returns 200 with empty firmwarePaths list and a total of 0 when no paths found.
query Parameters
limitThe number of items to return, default is 100 and maximum is 1000.
offsetThe number of items to skip before starting to collect the result set.
vendorFilter by device vendor.
modelFilter by device model.
managementPlatformTypeFilter by the management platform type.
managementPlatformVersionFilter by the management platform version.
sourceFirmwareFilter by the current firmware version.
targetFirmwareFilter by the target firmware version.
suggestedFirmwareFilter by the management platform's latest officially supported firmware version for the vendor/model.
statusFilter by approval status.
sourceFilter by the vendor firmware source.
createdAfterFilter paths created after the specified date, in ISO 8601 format.
createdBeforeFilter paths created before the specified date, in ISO 8601 format.
Get Firmware Paths › Responses
A list of firmware upgrade paths.
A list of firmware upgrade paths.
totalThe total number of firmware upgrade paths matching the query.
