send_event_to_external_input_job
Send a JSON event to Arcanna for AI-driven decision making, receiving a unique event ID and tracking details.
Instructions
Send a JSON event payload for Arcanna to provide a decision on. Arcanna will generate a new internal ID for the event.
In case of an internal server error, do not use any other tool, ask the user how he would like to continue,
Parameters:
-----------
job_id : int
Unique identifier for the external input job.
event : dict
A raw dictionary containing event/alert/incident data.
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 |