From 898feacee7ec16bd20cbcf532e159d90fc62ce45 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Fri, 14 Dec 2018 10:20:16 +0100 Subject: [PATCH] fixed route path --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e011d778..e08b6419 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab