Parameters
Example Output
Workflow Library Example
List Device Instance Groups with Logicmonitor and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Device Data Source ID | The device-datasource ID you’d like to add an instance group for. |
| Device ID | Your device ID. |
| Fields | A comma delimited list of fields. Filters the response to only include the listed fields for each object. |
| Filter | Filters the response according to the operator and value specified. Note that you can use * to match on more than one character. You can use the ‘.’ character to filter values within an object (e.g. custom properties), and multiple filters can be separated by a comma. Operators include: Greater than or equals: >:Less than or equals: <:Greater than: >Less than: <Does not equal: !:Equals: :Includes: ~Does not include: !~For example, filter=id>100 will return the results where the resource id is greater than 100. |
| Offset | The number of results to offset the displayed results by. |
| Size | The number of results to display. Max is 1000. |
{
"total": 0,
"searchId": "string",
"items": [
{
"deviceDataSourceId": 0,
"name": "Ping Checks at HQ",
"description": "Test the availability of HQ",
"createOn": 0,
"id": 0,
"deviceId": 0,
"deviceDisplayName": "string"
}
]
}
Was this page helpful?