summaryrefslogtreecommitdiffstats
path: root/ms/generic-resource-api/src/test/resources/GR_API.http
diff options
context:
space:
mode:
Diffstat (limited to 'ms/generic-resource-api/src/test/resources/GR_API.http')
-rw-r--r--ms/generic-resource-api/src/test/resources/GR_API.http8
1 files changed, 7 insertions, 1 deletions
diff --git a/ms/generic-resource-api/src/test/resources/GR_API.http b/ms/generic-resource-api/src/test/resources/GR_API.http
index 18a71f7..5c5d827 100644
--- a/ms/generic-resource-api/src/test/resources/GR_API.http
+++ b/ms/generic-resource-api/src/test/resources/GR_API.http
@@ -1328,8 +1328,14 @@ Authorization: Basic {{token}}
Content-Type: application/json
Accept: application/json
-### top level get
+### top level single service get
GET {{hostname}}/restconf/config/GENERIC-RESOURCE-API:services/service/5c4f2d89-57a3-47e9-b49b-d3c63eb0b3ca/
Authorization: Basic {{token}}
Content-Type: application/json
+Accept: application/json
+
+### top level all services get
+GET {{hostname}}/restconf/config/GENERIC-RESOURCE-API:services/
+Authorization: Basic {{token}}
+Content-Type: application/json
Accept: application/json \ No newline at end of file