aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/functest-create-schema-moco.json
blob: 8a74e22df53ae09ec68e56c07e90936f8fdd1ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[ {
  "request" : {
    "method" : "post",
    "uri" : "/api/vnfsdk/v1/functest/taskmanager/onboard",
    "headers" : {
      "Accept" : "application/json",
      "Content-Type" : "application/json"
    },
    "json" : {
      "packageID" : "12345"
    }
  },
  "response" : {
    "status" : 201,
    "json" : {
      "taskID" : "4e45e692-0a84-44ef-8404-1816b029137e"
    }
  }
} ]