--- /dev/null
+open_cli_schema_version: 1.0
+name: vsp-revert
+description: Revert Vendor Software Product
+version: onap-1.1
+service:
+  name: sdc
+  version: v1.0
+  auth: basic
+  mode: direct
+
+parameters:
+  - name: vsp-id
+    description: Onap VSP ID
+    type: string
+    short_option: x
+    long_option: vsp-id
+    is_optional: false
+  - name: vsp-version
+    description: VSP version
+    type: string
+    short_option: y
+    long_option: vsp-version
+    is_optional: false
+http:
+  request:
+    uri: /onboarding-api/v1.0/vendor-software-products/${vsp-id}/versions/${vsp-version}/actions
+    method: PUT
+    body: '{"action": "Undo_Checkout"}'
+  success_codes:
+    - 201
+    - 200
\ No newline at end of file
 
--- /dev/null
+[ {
+  "request" : {
+    "method" : "put",
+    "uri" : "/onboarding-api/v1.0/vendor-software-products/e65baf44883e4868ba96f9faed9ba97a/versions/0.2/actions",
+    "headers" : {
+      "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
+      "X-FromAppId" : "onap-cli",
+      "Accept" : "application/json",
+      "USER_ID" : "cs0008",
+      "X-TransactionId" : "req-1126bf53-958c-4f9d-95b7-233291c8ffb9",
+      "Content-Type" : "application/json"
+    },
+    "json" : {
+      "action" : "Undo_Checkout"
+    }
+  },
+  "response" : {
+    "status" : 200,
+    "json" : { }
+  }
+} ]
\ No newline at end of file
 
--- /dev/null
+onap_cli_sample_version: 1.0
+name: vsp-revert
+version: onap-1.1
+samples:
+  sample1:
+    name: vsp-revert
+    input: --vsp-id e65baf44883e4868ba96f9faed9ba97a --vsp-version 0.2
+    moco: vsp-revert-schema-1.1-moco.json
+    ouput:
\ No newline at end of file
 
--- /dev/null
+onap_cli_sample_version: 1.0
+
+name: vsp-submit
+version: onap-1.1
+samples:
+    sample1:
+        name: vsp-submit
+        input: --vsp-id E563CB23A6BE49AF9A84CF579DAFB929 --vsp-version 0.1
 
--- /dev/null
+onap_cli_sample_version: 1.0
+
+name: vsp-upload
+version: onap-1.1
+samples:
+    sample1:
+        name: vsp-upload
+        input: --vsp-id E563CB23A6BE49AF9A84CF579DAFB929  --vsp-file /home/user/vFW.zip
+        moco: vsp-upload-schema-1.1-moco.json
+        output: