aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/onap-1.1/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-1.1.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/onap-1.1/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-1.1.yaml')
-rw-r--r--plugins/onap-1.1/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-1.1.yaml31
1 files changed, 0 insertions, 31 deletions
diff --git a/plugins/onap-1.1/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-1.1.yaml b/plugins/onap-1.1/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-1.1.yaml
deleted file mode 100644
index 235ff834..00000000
--- a/plugins/onap-1.1/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-1.1.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
-open_cli_schema_version: 1.0
-name: vf-model-checkin
-description: Checkin Virtual function
-
-info:
- product: onap-1.1
- service: sdc
- author: ONAP CLI Team onap-discuss@lists.onap.org
-
-
-parameters:
- - name: vf-id
- description: VF ID
- type: string
- long_option: vf-id
- short_option: b
- is_optional: true
-
-http:
- service:
- name: sdc
- version: v1.0
- auth: basic
- mode: direct
- request:
- uri: /sdc2/rest/v1/catalog/resources/${vf-id}/lifecycleState/checkin
- method: POST
- body: '{"userRemarks": "Checked in via CLI"}'
- success_codes:
- - 200
-