From 3a301649f333c583130d5e2ef8921d48a7bed776 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 30 Oct 2017 10:54:18 +0530 Subject: Add samples for vsp-checkin CLI-57 Change-Id: Ia7f55d8c71f55e312da587a9cb7c6a4306bad6b1 Signed-off-by: Kanagaraj Manickam k00365106 --- .../vsp/vsp-checkin-schema-1.1.yaml | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-checkin-schema-1.1.yaml (limited to 'plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-checkin-schema-1.1.yaml') diff --git a/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-checkin-schema-1.1.yaml b/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-checkin-schema-1.1.yaml new file mode 100644 index 00000000..569dd3d7 --- /dev/null +++ b/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-checkin-schema-1.1.yaml @@ -0,0 +1,31 @@ +open_cli_schema_version: 1.0 +name: vsp-checkin +description: Checkin 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": "Checkin"}' + success_codes: + - 201 + - 200 -- cgit 1.2.3-korg