aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/aai_get_6490_service-subscriptions.json
diff options
context:
space:
mode:
authorromaingimbert <romain.gimbert@orange.com>2019-03-07 09:23:10 +0100
committerromaingimbert <romain.gimbert@orange.com>2019-03-07 16:35:45 +0100
commitd801fdc32a34621aed239f5429c55cda0344eac9 (patch)
tree0b94398131dc3b3b661f1e8e8f482020753abd2e /src/test/resources/mappings/aai_get_6490_service-subscriptions.json
parentea0c457917a9c6a2f53c0896a69ca132aa6ca9e8 (diff)
Improve nbi status
-add components to check connectivity with onap (sdc, aai, so, dmaap) -activate full status with ?fullStatus=true -change test -change mock tests folders Change-Id: Iddcd7fce3c1b3b5abfea14c46b2f611f27057319 Issue-ID: EXTAPI-209 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
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.json36
1 files changed, 0 insertions, 36 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
deleted file mode 100644
index 7606483..0000000
--- a/src/test/resources/mappings/aai_get_6490_service-subscriptions.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "request": {
- "method": "GET",
- "url": "/aai/v14/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",
- "service-instances": {
- "service-instance": [
- {
- "service-instance-id": "39ff3f9d-f210-4566-9d19-fa37edf1697d",
- "service-instance-name": "vPCRF",
- "model-invariant-id": "a09e799f-58eb-4c00-bfcc-4fa371a557e3",
- "model-version-id": "4c393977-09ea-42c2-bcd9-f50302ebba48",
- "resource-version": "1524672125232"
- }
- ]
- }
-
- }
- ]
- },
- "headers": {
- "Content-Type": "application/json"
- }
- }
-}