Migrate plugins to use info section
[cli.git] / plugins / onap-1.1 / features / sdc / src / main / resources / open-cli-schema / vsp / vsp-checkin-schema.yaml
1 open_cli_schema_version: 1.0
2 name: vsp-checkin
3 description: Checkin 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   request:
22     uri: /onboarding-api/v1.0/vendor-software-products/${vsp-id}/actions
23     method: PUT
24     body: '{"action": "Checkin"}'
25   success_codes:
26     - 201
27     - 200
28   sample_response:
29     body: ''