@@ -10,6 +10,7 @@ The following rest endpoints are exposed by the backend
...
@@ -10,6 +10,7 @@ The following rest endpoints are exposed by the backend
| --- | --- | --- | --- |
| --- | --- | --- | --- |
| /rest/routers/all | GET | Username and Password | Retrieves a list of all routers
| /rest/routers/all | GET | Username and Password | Retrieves a list of all routers
| /rest/commands/all | GET | Username and Password | Retrieves a list of all commands
| /rest/commands/all | GET | Username and Password | Retrieves a list of all commands
| /rest/user/getLoggedInUser | GET | - | Retrieves logged in user details
| /submit | POST | List of selected routers, Command to be executed, Arguments if required, Display format | Executes the query on a selected router and returns the result
| /submit | POST | List of selected routers, Command to be executed, Arguments if required, Display format | Executes the query on a selected router and returns the result