summaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/aai_get_6490_service-subscriptions.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/mappings/aai_get_6490_service-subscriptions.json')
-rw-r--r--src/test/resources/mappings/aai_get_6490_service-subscriptions.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/test/resources/mappings/aai_get_6490_service-subscriptions.json b/src/test/resources/mappings/aai_get_6490_service-subscriptions.json
new file mode 100644
index 0000000..5582990
--- /dev/null
+++ b/src/test/resources/mappings/aai_get_6490_service-subscriptions.json
@@ -0,0 +1,24 @@
+{
+ "request": {
+ "method": "GET",
+ "url": "/aai/v11/business/customers/customer/6490/service-subscriptions"
+ },
+ "response": {
+ "status": 200,
+ "jsonBody": {
+ "service-subscription": [
+ {
+ "service-type": "vFW-service-2VF-based",
+ "resource-version": "1519809287769"
+ },
+ {
+ "service-type": "vFW",
+ "resource-version": "1519660513613"
+ }
+ ]
+ },
+ "headers": {
+ "Content-Type": "application/json"
+ }
+ }
+} \ No newline at end of file