mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
API: System endpoint, more health graphs (#8730)
* API: System endpoint, more health graphs * Add new line api_functions * Get count of relationships Using eloquent * Add new lines in Models
This commit is contained in:
committed by
Tony Murray
parent
57a23a7548
commit
2d7423cdaa
@@ -43,6 +43,7 @@ $app->group(
|
||||
$app->group(
|
||||
'/v0',
|
||||
function () use ($app) {
|
||||
$app->get('/system', 'authToken', 'server_info')->name('server_info');
|
||||
$app->get('/bgp', 'authToken', 'list_bgp')->name('list_bgp');
|
||||
$app->get('/bgp/:id', 'authToken', 'get_bgp')->name('get_bgp');
|
||||
$app->get('/ospf', 'authToken', 'list_ospf')->name('list_ospf');
|
||||
|
||||
Reference in New Issue
Block a user