mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
API: get poller group (#15493)
* API: get poller group * missed string in doc * return all poller groups if name/id aren't specified * add missing doc link * style fixes * more style --------- Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
@@ -96,6 +96,8 @@ Route::prefix('v0')->namespace('\App\Api\Controllers')->group(function () {
|
||||
Route::patch('services/{id}', 'LegacyApiController@edit_service_for_host')->name('edit_service_for_host');
|
||||
Route::post('bgp/{id}', 'LegacyApiController@edit_bgp_descr')->name('edit_bgp_descr');
|
||||
Route::post('syslogsink', 'LegacyApiController@post_syslogsink')->name('post_syslogsink');
|
||||
|
||||
Route::get('poller_group/{poller_group_id_or_name?}', 'LegacyApiController@get_poller_group')->name('get_poller_group');
|
||||
});
|
||||
|
||||
// restricted by access
|
||||
|
Reference in New Issue
Block a user