Deprecated operations

Listed by deprecation date (newest first).

2024 October

getNetworkDevices

getNetworkDevices is deprecated in favor of the following operations, based on your use case:

Replacement operations

Use case: gathering device serial numbers, names, notes, models, MACs, and other hardware metadata, including network assignments

getOrganizationDevices provides all this information, and offers more query parameter options for filtering the result, including filtering on networkIds.

getOrganizationDevicesUplinksAddressesByDevice lists the current uplink addresses for devices in an organization.

getOrganizationDevicesStatuses

getOrganizationDevicesStatuses is deprecated in favor of the following operations, based on your use case:

Replacement operations

Use case: continuous monitoring of device up/down/alerting/dormant status and/or status history

Most of the time, most devices in a network should be in an online status. The operation getOrganizationDevicesAvailabilitiesChangeHistory provides the most efficient means of gathering status information over time. Thus, by monitoring the change history, you can assert device status by comparing the changes provided by this operation with a one-time snapshot of the statuses provided in getOrganizationDevicesAvailabilities. This is substantially more efficient than polling device statuses on an interval, because an empty response in the change history means were no status changes during that time for any device in an entire organization.

Use case: one-time poll of device up/down/alerting/dormant status

getOrganizationDevicesAvailabilities provides status information for devices in a more performant manner than the deprecated statuses operation.

Use case: Polling device power module status

getOrganizationDevicesPowerModulesStatusesByDevice lists the most recent status information for power modules in rackmount MX and MS devices that support them.

getOrganizationDevicesUplinksAddressesByDevice lists the current uplink addresses for devices in an organization.

Use case: Polling device provisioning status

getOrganizationDevicesProvisioningStatuses provides the provisioning status for each device.

2024 May

getNetworkHealthAlerts

getNetworkHealthAlerts is deprecated in favor of getOrganizationAssuranceAlerts which offers more extensive filtering capabilities

2024 March

Camera analytics

The following operations are deprecated in favor of the newer boundaries operations.

2023 August

claimIntoOrganization

claimIntoOrganization is deprecated in favor of claimIntoOrganizationInventory, which offers full feature parity.