aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/functest-show-status-schema-moco.json
blob: 1e6d03214bac7fc6cb273ded1fcd1271827956c5 (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/status/4e45e692-0a84-44ef-8404-1816b029137e",
    "headers" : {
      "Accept" : "application/json",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "oResultCode" : "SUCCESS",
      "operFinished" : true,
      "operResultMessage" : "test msg"
    }
  }
} ]