Device Groups
API Supported Endpoint Actions and Available Methods for Device Group APIs include:
• | Available Methods for Device Groups |
• | Available Filters on Device Groups List |
Available Methods for Device Groups
The following are available methods for Device Groups.
Method |
Description |
get list |
GET <URL> |
get instance details |
GET <URL><id>/ |
create instance |
POST <URL> |
Available Filters on Device Groups List
The following are available filters on Device Groups List.
Filter |
Description |
||||||||||||||||||||||||||||||
id (int) |
Exact match on the id of Device group |
||||||||||||||||||||||||||||||
name (string) |
Name of the Device group |
||||||||||||||||||||||||||||||
path (string) |
Tath for Device group |
||||||||||||||||||||||||||||||
source (int) |
Source types:
|
||||||||||||||||||||||||||||||
type (int) |
External types for Device group:
|
Example
The following is a filter to filter out a Device group, where group name is some-lan-group:
api/inventory/host-groups/?name=some-lan-group