mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
api: Added the ability to list devices by location in the api (#5693)
* Adding location based filter for api-device calls * I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. * configured linting etc, now pr should pass * rebase and add entry to docs
This commit is contained in:
@@ -729,6 +729,7 @@ Input:
|
||||
- mac: search by mac address
|
||||
- ipv4: search by IPv4 address
|
||||
- ipv6: search by IPv6 address (compressed or uncompressed)
|
||||
- location: search by location
|
||||
- query: If searching by, then this will be used as the input.
|
||||
Example:
|
||||
```curl
|
||||
|
||||
Reference in New Issue
Block a user