create_connector
Creates a data source connector to automatically ingest artifacts from security tools like AWS GuardDuty, Qualys, or Tenable.
Instructions
Create a data source connector for automated artifact ingestion.
Args: name: Connector display name. connector_type: Type (use list_connector_types to see available). E.g. "aws_guardduty", "aws_inspector", "qualys", "tenable". connection_config: JSON object with type-specific connection params (credentials, regions, etc.). poll_config: Optional JSON object with polling settings (interval_minutes, enabled, etc.). mapping_config: Optional JSON object with field mapping overrides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| connector_type | Yes | ||
| connection_config | Yes | ||
| poll_config | No | {} | |
| mapping_config | No | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |