aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/aai_get_6490_service-subscriptions.json
blob: 760648307d8a0d5e336326b734293375cdce7024 (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
{
  "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"
    }
  }
}