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