summaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/features/aai/src/main/resources/open-cli-sample/business/customer/customer-create-schema-elalto-moco.json
blob: bd3ee43e4b3c16d7158782b4c19063b76fd00318 (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/v16/business/customers/customer/hpa_cust",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-d90d62b3-f976-44a8-9b51-d18096eba60b",
      "Content-Type" : "application/json"
    },
    "json" : {
      "global-customer-id" : "hpa_cust",
      "subscriber-name" : "hpa_cust",
      "subscriber-type" : "INFRA"
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]