summaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/service-type/service-type-create-schema-casablanca-moco.json
blob: c1382f2bba3013655b9624243d00c5e404a0502e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[ {
  "request" : {
    "method" : "put",
    "uri" : "/aai/v13/service-design-and-creation/services/service/a6402d68-0784-4972-aa99-c20caa46f459",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-11ae6b5e-d3f7-49d7-9192-2dcadb69d445",
      "Content-Type" : "application/json"
    },
    "json" : {
      "service-description" : "vfw-in",
      "service-id" : "a6402d68-0784-4972-aa99-c20caa46f459"
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]