summaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/customer/customer-list-schema-casablanca-moco.json
blob: 671696f6389d3ac8be4d14520a6bfd386deec7c9 (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
[ {
  "request" : {
    "method" : "get",
    "uri" : "/aai/v13/business/customers",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-c0c84e34-0ea1-4e2c-b91e-5e12838530bf",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "customer" : [ {
        "global-customer-id" : "Customer1",
        "subscriber-name" : "Customer1",
        "subscriber-type" : "BSS",
        "resource-version" : "1535520279641"
      }, {
        "global-customer-id" : "generic",
        "subscriber-name" : "generic",
        "subscriber-type" : "BSS",
        "resource-version" : "1535628858377"
      } ]
    }
  }
} ]