Migrate plugins to use info section
[cli.git] / plugins / onap-1.1 / features / sdc / src / main / resources / open-cli-schema / vsp / vsp-checkout-schema.yaml
1 open_cli_schema_version: 1.0
2 name: vsp-checkout
3 description: Checkout Vendor Software Product
4
5 info:
6   product: onap-1.1
7   service: sdc
8   author: ONAP CLI Team onap-discuss@lists.onap.org
9
10 parameters:
11   - name: vsp-id
12     description: Onap VSP ID
13     type: string
14     short_option: x
15     long_option: vsp-id
16     is_optional: false
17 http:
18   service:
19     auth: none
20     mode: direct
21   service:
22     auth: none
23     mode: direct
24   request:
25     uri: /onboarding-api/v1.0/vendor-software-products/${vsp-id}/actions
26     method: PUT
27     body: '{"action": "Checkout"}'
28   success_codes:
29     - 201
30     - 200
31   sample_response:
32     body: ''