aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-list-schema-dublin-moco.json
blob: b5dff83a6fdcc04bd0b1bf99163ba1c3b1a8d7e3 (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-59c70d03-10ab-42a8-b6a7-65a0c85f22e4",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "customer" : [ {
        "global-customer-id" : "Demonstration",
        "subscriber-name" : "Demonstration",
        "subscriber-type" : "INFRA",
        "resource-version" : "1564139322133"
      }, {
        "global-customer-id" : "ovp",
        "subscriber-name" : "ovp",
        "subscriber-type" : "INFRA",
        "resource-version" : "1567068664088"
      } ]
    }
  }
} ]