send_event_with_id_to_external_input_job
Send a security alert with a unique event ID to an Arcanna external input job for ingestion and receive event tracking details.
Instructions
Send a JSON security alert/incident/event to Arcanna for ingestion.
Parameters:
-----------
job_id : int
Unique identifier for the external input job.
event : dict
A raw dictionary containing event/alert/incident data.
event_id: str
Unique identifier for the event.
Returns:
--------
dict
A dictionary containing event tracking details with the following keys:
- event_id (str): Unique identifier for the event.
- job_id (int): Unique identifier of the job where the event has been sent to.
- ingest_timestamp (str): Timestamp when the data was ingested.
- status (str): Status that tells if the event has been sent to ingestion successfully
- error_message (str): Error details in case of failure; empty if successful.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| event | Yes | ||
| event_id | Yes |