--- /dev/null
+open_cli_schema_version: 1.0
+name: vsp-checkout
+description: Checkout 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": "Checkout"}'
+ success_codes:
+ - 201
+ - 200
--- /dev/null
+[ {
+ "request" : {
+ "method" : "put",
+ "uri" : "/onboarding-api/v1.0/vendor-software-products/5ca119e2326045d1857ae3f04a816434/versions/0.1/actions",
+ "headers" : {
+ "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
+ "X-FromAppId" : "onap-cli",
+ "Accept" : "application/json",
+ "USER_ID" : "cs0008",
+ "X-TransactionId" : "req-2d65c9e6-6a19-4390-9009-780bd810ab16",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "action" : "Checkout"
+ }
+ },
+ "response" : {
+ "status" : 200,
+ "json" : { }
+ }
+} ]
\ No newline at end of file
--- /dev/null
+onap_cli_sample_version: 1.0
+name: vsp-checkout
+version: onap-1.1
+samples:
+ sample1:
+ name: vsp-checkout
+ input: --vsp-id 5ca119e2326045d1857ae3f04a816434 --vsp-version 0.1
+ moco: vsp-checkout-schema-1.1-moco.json
+ ouput:
\ No newline at end of file
name: vsp-create
input: --vsp-name kanag-cli-vfw --vsp-description VSP created from CLI for vFW --vsp-vendor-name Kanag --vsp-vendor-id b1caa2ec31ba4b738cbe5aab362b35aa --license-agreement-id b373c16f28854c6db9e027929ae5e5ed --feature-group-id efea8b9817b344c4b93c45dc141f6703 -d --vsp-license-version 4.0
moco: vsp-create-schema-1.1-moco.json
- ouput:|
+ ouput: |
+ +----------+----------------------------------+
|property |value |
+----------+----------------------------------+
|ID |5ca119e2326045d1857ae3f04a816434 |