summaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/functest-create-schema-moco.json
diff options
context:
space:
mode:
Diffstat (limited to 'products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/functest-create-schema-moco.json')
-rw-r--r--products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/functest-create-schema-moco.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/functest-create-schema-moco.json b/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/functest-create-schema-moco.json
new file mode 100644
index 00000000..8a74e22d
--- /dev/null
+++ b/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/functest-create-schema-moco.json
@@ -0,0 +1,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"
+ }
+ }
+} ] \ No newline at end of file