summaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/subscription/subscription-create-schema-casablanca-moco.json
blob: 52dfd8fb4127a57ad1302d2d21ccfbf76e322857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[ {
  "request" : {
    "method" : "put",
    "uri" : "/aai/v13/business/customers/customer/mrkanag/service-subscriptions/service-subscription/vfw-in",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-c2045a35-97a4-4ace-a7df-4db031ba0da9",
      "Content-Type" : "application/json"
    },
    "json" : {
      "service-type" : "vfw-in"
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]