Skip to content
Snippets Groups Projects
Commit 898feace authored by Erik Reid's avatar Erik Reid
Browse files

fixed route path

parent 56cb8533
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ Any non-empty responses are JSON formatted messages.
}
```
* /jobs/interfaces/*`hostname`*
* /data/interfaces/*`hostname`*
The response will be a list of information about
the interfaces present on the requested host
......@@ -181,7 +181,7 @@ Any non-empty responses are JSON formatted messages.
}
```
* /jobs/snmp/*`hostname`*
* /data/snmp/*`hostname`*
The response will be a list of information about
the interfaces discovered through snmp
......@@ -204,7 +204,7 @@ Any non-empty responses are JSON formatted messages.
}
```
* /jobs/bgp/*`hostname`*
* /data/bgp/*`hostname`*
The response will be a list of information about
the bgp peerings configured for the requested host
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment