create_eventsource
Create an EventSource in LogicMonitor from a full REST API definition, with optional overwrite of an existing EventSource with the same name.
Instructions
Create an EventSource via REST API from a full definition dict (requires write permission). Accepts REST API format (same as export_eventsource output). For LM Exchange format, use import_eventsource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overwrite | No | If true, delete existing EventSource with same name before creating | |
| definition | Yes | Full EventSource definition in REST API format |