ngsiem_data_connector_info
Returns the catalog of available NG-SIEM data connectors. Connectors are the templates that data connections are built from. Use this
Added in version 4.13.0
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
filter | str | No | FQL (Falcon Query Language) filter expression to limit results. “Supported fields: C(name), C(vendor_name), C(type), C(subscription).” “C(type) accepts: C(PUSH), C(PULL).” “Examples: C(name:‘S3’), C(vendor_name:‘AWS’), C(type:‘PULL’).” | |
limit | int | No | 100 | Maximum number of data connectors to return. Must be between 1 and 500. |
offset | int | No | 0 | Starting index for pagination. Use with I(limit) to paginate through large result sets. |
sort | str | No | Property to sort results by. |
Examples
Section titled “Examples”- name: Get all available data connectors crowdstrike.falcon.ngsiem_data_connector_info:
- name: Search connectors by name pattern crowdstrike.falcon.ngsiem_data_connector_info: filter: "name:'*S3*'" limit: 50
- name: Filter connectors by vendor crowdstrike.falcon.ngsiem_data_connector_info: filter: "vendor_name:'AWS'"
- name: Filter PULL connectors crowdstrike.falcon.ngsiem_data_connector_info: filter: "type:'PULL'"Return Values
Section titled “Return Values”| Key | Type | Description |
|---|---|---|
data_connectors | - | |
meta | M |