aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/auth/src/main/resources/open-cli-schema
diff options
context:
space:
mode:
authorKanagaraj Manickam <mkr1481@gmail.com>2019-08-29 15:44:10 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-08-29 15:44:10 +0530
commit8e80ed629dc934e105835c653cd988f488e4e6fe (patch)
tree1b723201267aa2a65f4b0473c0352b6b97915839 /products/onap-dublin/auth/src/main/resources/open-cli-schema
parent70dac125e796d52b874f4e7f3839f9cf042e0f98 (diff)
Split sdc into onboarding and catalog
Issue-ID: CLI-166 Change-Id: I25bac40b8e5ebb92fd852c27782ef56ce0c7a795 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-dublin/auth/src/main/resources/open-cli-schema')
-rw-r--r--products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-catalog-dublin.yaml (renamed from products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-dublin.yaml)2
-rw-r--r--products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-onboarding-dublin.yaml50
2 files changed, 51 insertions, 1 deletions
diff --git a/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-dublin.yaml b/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-catalog-dublin.yaml
index 4ddec702..3a5872bc 100644
--- a/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-dublin.yaml
+++ b/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-catalog-dublin.yaml
@@ -14,7 +14,7 @@
open_cli_schema_version: 1.0
-name: sdc-basic-login
+name: sdc.catalog-basic-login
description: ONAP basic login auth command
diff --git a/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-onboarding-dublin.yaml b/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-onboarding-dublin.yaml
new file mode 100644
index 00000000..dc075c0b
--- /dev/null
+++ b/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-onboarding-dublin.yaml
@@ -0,0 +1,50 @@
+# Copyright © Intel Corporation 2019
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+open_cli_schema_version: 1.0
+
+name: sdc.onboarding-basic-login
+
+description: ONAP basic login auth command
+
+
+info:
+ product: onap-dublin
+ service: sdc-basic-auth
+ type: auth
+ author: ONAP CLI Team onap-discuss@lists.onap.org
+
+
+results:
+ direction: portrait
+ attributes:
+ - name: Authorization
+ description: Authorization
+ scope: short
+ type: string
+ - name: X-TransactionId
+ description: X-TransactionId
+ scope: short
+ type: string
+ default_value: req-$s{uuid}
+ - name: X-FromAppId
+ description: X-FromAppId
+ scope: short
+ type: string
+ default_value: ONAP CLI
+ - name: USER_ID
+ description: USER_ID for sdc
+ scope: short
+ type: string
+ default_value: ${host-username} \ No newline at end of file