aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/aai_get_generic_service-subscriptions.json
blob: 5cf9dddd2ff3566668d3580ce4502e5ad1211e2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "request": {
    "method": "GET",
    "url": "/aai/v11/business/customers/customer/generic/service-subscriptions"
  },
  "response": {
    "status": 200,
    "jsonBody": {
        "service-subscription": [
          {
            "service-type": "vFW",
            "resource-version": "1519660513613"
          }
        ]
    },
    "headers": {
      "Content-Type": "application/json"
    }
  }
}