aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-create-schema-elalto-moco.json
blob: 31a4e0800a750c60bfaa90e689e86ad651f8fa1f (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/da43d94a-cd5f-4709-8c1b-593d7a3939c2",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-a49f56ef-61c6-4768-ae63-64742594a0bd",
      "Content-Type" : "application/json"
    },
    "json" : {
      "service-description" : "vFW",
      "service-id" : "da43d94a-cd5f-4709-8c1b-593d7a3939c2"
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]