tickets_create_case
Create a new eSentire SOC support case with validated type, subtype, service, and comments to route a request to the real ticketing system.
Instructions
Create a new case in eSentire's ticketing system (WRITE -- reaches the real SOC).
This opens a genuine support case with eSentire. Confirm intent with a human before calling it. Validate case_type/case_subtype/service against tickets_case_type_configs first; invalid combinations are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact | No | Name or email of a contact. If it cannot be resolved, Atlas leaves the field blank and notes the failed lookup for the SOC -- it does not error. | |
| service | No | "Cloud" | "Dark Web" | "Endpoint" | "Atlas" | "Log" | "MVS" | "Network" | "Phishing" | "Other". | |
| comments | No | Initial comment text. | |
| location | No | Location name. Same silent-fallback behaviour as contact. | |
| username | No | Requesting user's name or ID. | |
| case_type | Yes | "General Request" | "Security Request" | "Technical Support" | "Atlas API Test". Use "Atlas API Test" for smoke-testing. | |
| description | No | Long description. Hard limit 4000 characters. | |
| case_subtype | No | Must be valid for the chosen case_type. | |
| customer_field1 | No | Free-form customer-defined field. | |
| customer_field2 | No | Free-form customer-defined field. | |
| customer_field3 | No | Free-form customer-defined field. | |
| customer_field4 | No | Free-form customer-defined field. | |
| customer_urgency | No | "CRITICAL" | "HIGH" | "MEDIUM" | "LOW". | |
| ticket_reference | No | Your own external reference, for correlation. | |
| short_description | Yes | Title of the case. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |