bitdefender_list_endpoints
Retrieve managed and unmanaged endpoints with network details (IP, MAC, FQDN) and agent status. Filter by group or management to obtain endpoint IDs for subsequent operations.
Instructions
List managed/unmanaged endpoints (computers, VMs, EC2 instances) - name, FQDN, IP, MAC addresses, AD SID, group, and installed-agent flags. Endpoint IDs from this response are required by bitdefender_get_endpoint. Scope to a group with parentId (from bitdefender_list_custom_groups); omit for the root of the Network Inventory. Returns a paginated envelope: page/pagesCount/perPage/total/items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Results page number (1-based). Defaults to 1. | |
| filters | No | Optional filters, structured in sections/subsections (any selected filter within a subsection matches; matches across sections AND). Some filters require a specific GravityZone license to be active, otherwise they are silently ignored. | |
| perPage | No | Items per page (max 100). Defaults to 30. | |
| parentId | No | Group ID to scope the listing to. Defaults to Computers and Groups (root). | |
| isManaged | No | True to return only managed endpoints. Omit to return both managed and unmanaged. |