aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-amsterdam/features/aai/src/test/resources/open-cli-sample/service-type/service-type-create-schema-1.1-moco.json
blob: d41ec6e35131e2ae135a7eac711e244f08932ddd (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/v11/service-design-and-creation/services/service/de1fa33f-f676-42e5-b79a-a39825c19b1d",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "onap-cli",
      "Accept" : "application/json",
      "X-TransactionId" : "req-db81a881-11a9-4eca-9611-e0abdfa81597",
      "Content-Type" : "application/json"
    },
    "json" : {
      "service-description" : "test",
      "service-id" : "de1fa33f-f676-42e5-b79a-a39825c19b1d"
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]