aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-create-schema-dublin-moco.json
blob: 4a50d1499b156d7764e8ce00dcced0f683c96d00 (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/v13/business/customers/customer/ovp",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-7c0cea00-bd21-4560-b31e-c03c5ad3ffa3",
      "Content-Type" : "application/json"
    },
    "json" : {
      "global-customer-id" : "ovp",
      "subscriber-name" : "ovp",
      "subscriber-type" : "INFRA"
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]