Get All Integrations
Retrieve all available integrations with pagination and filtering.Query Parameters
Page number (zero-based)
Number of items per page
Sort field and direction (e.g.,
name,asc)Filter by integration ID
Filter by integration name (partial match)
Filter by active status
Response
Returns an array of integration objects.Integration ID
Integration name
Short display name
Integration description
Type of integration (e.g., “COLLECTOR”, “FORWARDER”)
Whether integration is active
Associated server module information
Get Integration by ID
Retrieve a specific integration by ID.Path Parameters
Integration ID
Count Integrations
Get the total count of integrations matching criteria.Query Parameters
Supports the same filter criteria as the list endpoint.Filter Examples
Get Active Integrations Only
cURL
Search by Name
cURL
Get Collector Integrations
Python
Integration Types
Common integration types:COLLECTOR- Active data collectors (agents)FORWARDER- Passive log forwarders (syslog, API)SCANNER- Network and vulnerability scannersCLOUD- Cloud service integrationsWEBHOOK- Webhook receiversAPI- API-based integrations
Response Headers
Paginated responses include:X-Total-Count- Total number of integrationsLink- Pagination links (first, last, next, prev)
Python Example: List All Active Integrations
Python