Skip to content
Snippets Groups Projects
Commit 670ad344 authored by Vidya Ambadipudi's avatar Vidya Ambadipudi
Browse files

added new rest api and updated service port number

parent f390c286
No related branches found
No related tags found
No related merge requests found
...@@ -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
...@@ -43,7 +44,7 @@ java -jar target/looking-glass-service-0.0.1-SNAPSHOT.jar ...@@ -43,7 +44,7 @@ java -jar target/looking-glass-service-0.0.1-SNAPSHOT.jar
When the server starts, the application should be running here When the server starts, the application should be running here
``` ```
http://localhost:8080/ http://localhost:8009/
``` ```
## Local Setup for Angular ## Local Setup for Angular
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment