Listing endpoints from the group
action1_list_group_contentsList all endpoints in a specified group to view device details, status, and configuration.
Instructions
Listing endpoints from the group. Lists all endpoints included in the specified group. Perm: view_endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| os | No | Filter by operation system. | |
| from | No | Provide the number of the first record to be returned. | |
| limit | No | Set the maximum number of items to be returned (the page size). | |
| cursor | No | Pagination cursor. | |
| fields | No | Some API requests support the optional 'fields' parameter that specifies which object... | |
| filter | No | Provide a case-insensitive substring to filter and narrow down returned results (i.e., if... | |
| org_id | No | Org UUID. | |
| sortby | No | Define the sorting order by a certain field. | |
| status | No | Filter by online status. | |
| verbose | No | Skip per-item compactor. | |
| group_id | Yes | Provide an endpoint group ID. | |
| auto_paginate | No | Walk all pages. | |
| online_status | No | Filter by last seen online status. | |
| update_status | No | Filter by update status. | |
| reboot_required | No | Filter by reboot requirement of the endpoint. | |
| response_format | No | Output format. Default markdown. | |
| vulnerability_status | No | Filter by vulnerability status. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| has_more | No | ||
| next_cursor | No |