Get Data Input Statuses
Retrieve the status of all important data sources.Query Parameters
Page number (zero-based)
Number of items per page
Sort field and direction (e.g.,
dataType,asc)Response
Returns an array of data input status objects.Unique data source identifier
Type of data source (e.g., “windows”, “linux”, “firewall”)
Human-readable name of the data source
Whether the data source is currently active
Last time data was received (ISO 8601 format)
Number of events received in current period
Get Data Source by ID
Retrieve a specific data source by ID.Path Parameters
Data source identifier
Count Data Sources
Get the total count of data sources matching criteria.Query Parameters
Supports filtering criteria parameters (e.g.,dataType.equals=windows).
Data Source Types
Common data source types include:windows- Windows Event Logslinux- Linux/Unix Syslogfirewall- Firewall logsids-ips- Intrusion Detection/Prevention Systemsweb-proxy- Web proxy logsantivirus- Antivirus/EDR logsnetwork- Network device logscloud- Cloud service logs (AWS, Azure, GCP)database- Database audit logsapplication- Application logs
Response Headers
Paginated responses include these headers:X-Total-Count- Total number of data sourcesLink- Pagination links (first, last, next, prev)