aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/customer/customer-list-schema-casablanca-moco.json
blob: be7ab31e4cd141da22e44668539f64235f43f793 (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
[ {
  "request" : {
    "method" : "get",
    "uri" : "/aai/v13/business/customers",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-6e5c21be-a7a2-459d-8765-99f7663cdce9",
      "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"
      }, {
        "global-customer-id" : "mrkanag",
        "subscriber-name" : "mrkanag",
        "subscriber-type" : "INFRA",
        "resource-version" : "1538105836430"
      } ]
    }
  }
} ]