aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-list-schema-casablanca-moco.json
blob: ee4835e043feb46ec6bf70a009cd2c97fcc50049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[ {
  "request" : {
    "method" : "get",
    "uri" : "/aai/v13/business/customers/customer/mrkanag/service-subscriptions",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-aa70d08c-0e55-422a-be1e-eede28708f70",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "service-subscription" : [ {
        "service-type" : "vfw-in",
        "resource-version" : "1538111525606"
      } ]
    }
  }
} ]