Daemon Lists

This section describes the API-supported endpoint actions and available methods for Daemon List APIs:

Available Methods for Daemon Lists
Available Filters on Daemon Lists

Available Methods for Daemon Lists

The following are available methods for Daemon Lists.

Methods for Daemon Lists

Method

Description

get list

GET <URL>

Available Filters on Daemon Lists

The following are available filters on Daemon Lists.

Filters on Device Groups Lists

Filter

Description

last_connection_date__gte(int)

Unix timestamp for the last connection date of the daemon, filter type greater than or equal (seconds)

last_connection_date__lt(int)

Unix timestamp for the last connection date of the daemon, filter type less than or equal (seconds)

Example

The following is an example of a filter that filters out a daemon whose last connection date is July 2015:

api/patch/daemons/?last_connection_date__gte=1435698000&last_connection_date__lt=1438376400