summaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/customer/customer-create-schema-casablanca-moco.json
blob: 7ca8a6b70212ffb8c278dfb5596cbe81f331c5ae (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/mrkanag",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-5dc2d328-9cc0-4297-8d6c-2108ee9c9036",
      "Content-Type" : "application/json"
    },
    "json" : {
      "global-customer-id" : "mrkanag",
      "subscriber-name" : "mrkanag",
      "subscriber-type" : "INFRA"
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]