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