aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/functest-show-result-schema-moco.json
blob: 2e4e75cfe1e20de3c17af5acbd7fc94cda114e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[ {
  "request" : {
    "method" : "get",
    "uri" : "/api/vnfsdk/v1/functest/taskmanager/result/4e45e692-0a84-44ef-8404-1816b029137e",
    "headers" : {
      "Accept" : "application/json",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "testID" : "Huawei",
      "testDescription" : "Huawei test",
      "testResult" : "PASS"
    }
  }
} ]