mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add API-routes for listing MPLS SAPs and services (#13561)
* add apis for mpsl services and saps * updated docs * removed dbFetch, orm instead * changed queries * Removed unused variables * Update api_functions.inc.php * Update api_functions.inc.php * Update api_functions.inc.php * Update api_functions.inc.php Co-authored-by: laf <gh+n@laf.io>
This commit is contained in:
@@ -139,6 +139,8 @@ Route::group(['prefix' => 'v0', 'namespace' => '\App\Api\Controllers'], function
|
||||
Route::group(['prefix' => 'routing'], function () {
|
||||
Route::get('bgp/cbgp', 'LegacyApiController@list_cbgp')->name('list_cbgp');
|
||||
Route::get('vrf', 'LegacyApiController@list_vrf')->name('list_vrf');
|
||||
Route::get('mpls/services', 'LegacyApiController@list_mpls_services')->name('list_mpls_services');
|
||||
Route::get('mpls/saps', 'LegacyApiController@list_mpls_saps')->name('list_mpls_saps');
|
||||
});
|
||||
|
||||
Route::group(['prefix' => 'resources'], function () {
|
||||
|
Reference in New Issue
Block a user