location_add
Add a new location to LibreNMS by providing a name, latitude, and longitude. Optionally set whether coordinates are fixed or updated from the device.
Instructions
Add a new location to LibreNMS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | Location payload fields: - location (required): Location name - lat (required): Latitude coordinate (decimal degrees) - lng (required): Longitude coordinate (decimal degrees) - fixed_coordinates (optional): 0 = update from device, 1 = fixed (default: 1) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||