summaryrefslogtreecommitdiffstats
path: root/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-validate-schema-1.1.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-validate-schema-1.1.yaml')
-rw-r--r--plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-validate-schema-1.1.yaml48
1 files changed, 0 insertions, 48 deletions
diff --git a/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-validate-schema-1.1.yaml b/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-validate-schema-1.1.yaml
deleted file mode 100644
index 243ddbb4..00000000
--- a/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-validate-schema-1.1.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-open_cli_schema_version: 1.0
-name: vsp-validate
-description: Validated the uploaded 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
-
-results:
- direction: portrait
- attributes:
- - name: status
- description: Validation status
- scope: short
- type: string
- - name: errors
- description: Validation messages
- scope: short
- type: json
-
-http:
- request:
- uri: /onboarding-api/v1.0/vendor-software-products/${vsp-id}/versions/${vsp-version}/orchestration-template-candidate/process
- method: PUT
- body: '{}'
- success_codes:
- - 201
- - 200
- result_map:
- status: $b{$.status}
- errors: $b{$.errors}
-