aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/aai_get_service-subscription.json
blob: 03558a97675b54261b12a845780cb7386b719cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "request": {
    "method": "GET",
    "url": "/aai/v11/business/customers/customer/6490/service-subscriptions/service-subscription/vFW/service-instances/service-instance/e4688e5f-61a0-4f8b-ae02-a2fbde623bcb"
  },
  "response": {
    "status": 200,
    "jsonBody": {
        "service-instance-id": "e4688e5f-61a0-4f8b-ae02-a2fbde623bcb",
        "service-instance-name": "NewFreeRadius-service-instance-01",
        "model-invariant-id": "709d157b-52fb-4250-976e-7133dff5c347",
        "model-version-id": "98d95267-5e0f-4531-abf8-f14b90031dc5",
        "resource-version": "1518508381261",
        "relationship-list": {
          "relationship": [
            {
              "related-to": "generic-vnf",
              "related-link": "/aai/v11/network/generic-vnfs/generic-vnf/cb80fbb6-9aa7-4ac5-9541-e14f45de533e",
              "relationship-data": [
                {
                  "relationship-key": "generic-vnf.vnf-id",
                  "relationship-value": "cb80fbb6-9aa7-4ac5-9541-e14f45de533e"
                }
              ],
              "related-to-property": [
                {
                  "property-key": "generic-vnf.vnf-name",
                  "property-value": "NewFreeRadius-VNF-instance-01"
                }
              ]
            },
            {
              "related-to": "generic-vnf",
              "related-link": "/aai/v11/network/generic-vnfs/generic-vnf/cb80fbb6-9aa7-4ac5-9541-e14f45de533e",
              "relationship-data": [
                {
                  "relationship-key": "generic-vnf.vnf-id",
                  "relationship-value": "cb80fbb6-9aa7-4ac5-9541-e14f45de533e"
                }
              ],
              "related-to-property": [
                {
                  "property-key": "generic-vnf.vnf-name",
                  "property-value": "NewFreeRadius-VNF-instance-01"
                }
              ]
            }
          ]
        }
    },
    "headers": {
      "Content-Type": "application/json"
    }
  }
}