summaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-create-schema-dublin-moco.json
blob: 69423848adfef40d8876e7ea20a32a61f8ce4d19 (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/tosca_vnf_validation",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-278f4b1f-de6f-4709-8fa2-f0d06a3e8fd7",
      "Content-Type" : "application/json"
    },
    "json" : {
      "service-description" : "tosca_vnf_validation",
      "service-id" : "tosca_vnf_validation"
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]