aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-schema-1.1-moco.json
blob: 18bb05d78c2043e62f5140a1c57ba9d159711091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[ {
  "request" : {
    "method" : "put",
    "uri" : "/aai/v11/business/customers/customer/test",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "onap-cli",
      "Accept" : "application/json",
      "X-TransactionId" : "req-9ad55bff-efbb-4306-bc8a-b76687e8e065",
      "Content-Type" : "application/json"
    },
    "json" : {
      "global-customer-id" : "test",
      "subscriber-name" : "test",
      "subscriber-type" : "INFRA"
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]