deviceFilter
Add DeviceFilter
Creates a new DeviceFilter definition and adds it to the system. DeviceFilters are reusable device selection criteria that can be referenced by reports and other API calls. Returns the updated list of device filters.
Add DeviceFilter
Submits a request to create a new DeviceFilter. Provide the DeviceFilter definition in the request body. Returns the updated list of device filters.
Update DeviceFilter by ID
Updates the DeviceFilter identified by the specified Name with a new filter definition. Returns the updated list of device filters.
Update DeviceFilter by ID
Submits a request to update an existing DeviceFilter. Provide the filter Name and new DeviceFilter definition in the request body.
Promote device filter to head
Moves the specified DeviceFilter to the top of the filter list, or creates it at the top of the list if it does not already exist. Use this endpoint to retrieve the current promotion state of a filter.
Promote device filter to head
Submits a request to promote the specified DeviceFilter to the head of the list, creating it if it does not already exist. Provide the DeviceFilter definition in the request body.
Delete matching DeviceFilter
Deletes the DeviceFilter matching the specified Name from the system. Returns no content on success.
Delete matching DeviceFilter
Submits a request to delete the DeviceFilter matching the specified Name. Provide the filter Name in the request body.