summaryrefslogtreecommitdiffstats
path: root/products/onap-amsterdam/features/aai/src/test/resources/open-cli-sample/service-type/service-type-delete-schema-1.1-moco.json
blob: 682d32f195d2f229ef2ee9f234366935cddaf10e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[ {
  "request" : {
    "method" : "delete",
    "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-41247f9a-4124-4b09-b7e1-045a74e610fb",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 204,
    "json" : null
  }
} ]