Change the type-serach to aai-type-serach 59/42159/1
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Wed, 11 Apr 2018 04:20:30 +0000 (09:50 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Wed, 11 Apr 2018 04:20:30 +0000 (09:50 +0530)
Issue-ID: CLI-100

Change-Id: I261e2d167d92c2331f506a5ac604cf923da2bf0b
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
products/onap-beijing/features/aai/src/main/resources/open-cli-schema/search/node-type-search-schema.yaml

index 1156f5f..f550964 100644 (file)
@@ -1,63 +1,63 @@
-# Copyright 2018 Huawei Technologies Co., Ltd.\r
-#\r
-# Licensed under the Apache License, Version 2.0 (the "License");\r
-# you may not use this file except in compliance with the License.\r
-# You may obtain a copy of the License at\r
-#\r
-#     http://www.apache.org/licenses/LICENSE-2.0\r
-#\r
-# Unless required by applicable law or agreed to in writing, software\r
-# distributed under the License is distributed on an "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-# See the License for the specific language governing permissions and\r
-# limitations under the License.\r
-\r
-open_cli_schema_version: 1.0\r
-name: type-search\r
-description: type-search \r
-#sample:  https://172.19.44.123:8443/aai/v11/search/nodes-query?search-node-type=customer&filter=global-customer-id:EQUALS:Orange \r
-\r
-info:\r
-  product: onap-beijing\r
-  service: aai\r
-  author: ONAP CLI Team onap-discuss@lists.onap.org\r
-\r
-parameters:\r
-  - name: node-type-name\r
-    description: node type name\r
-    type: string\r
-    short_option: n\r
-    long_option: node-type-name\r
-    is_optional: false\r
-  - name: filter\r
-    description: filter for earch, like ,global-customer-id:EQUALS:Orange\r
-    type: string\r
-    short_option: c\r
-    long_option: filter\r
-    is_optional: false\r
-results:\r
-  direction: landscape\r
-  attributes:\r
-    - name: resource-type\r
-      description: Onap resource-type\r
-      scope: short\r
-      type: string\r
-    - name: resource-link\r
-      description: Onap resource-link\r
-      scope: short\r
-      type: string\r
-    \r
-http:\r
-  service:\r
-    auth: basic\r
-    mode: direct\r
-  request:\r
-    uri: /aai/v11/search/nodes-query?search-node-type=${node-type-name}&filter=${filter}\r
-    method: GET\r
-  success_codes:\r
-    - 200\r
-    - 201\r
-  result_map:\r
-    resource-type: $b{result-data.[*].resource-type}\r
-    resource-link: $b{result-data.[*].resource-link}\r
-    \r
+# Copyright 2018 Huawei Technologies Co., Ltd.
+#
+# 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: aai-type-search
+description: type-search
+#sample:  https://172.19.44.123:8443/aai/v11/search/nodes-query?search-node-type=customer&filter=global-customer-id:EQUALS:Orange
+
+info:
+  product: onap-beijing
+  service: aai
+  author: ONAP CLI Team onap-discuss@lists.onap.org
+
+parameters:
+  - name: node-type-name
+    description: node type name
+    type: string
+    short_option: n
+    long_option: node-type-name
+    is_optional: false
+  - name: filter
+    description: filter for earch, like ,global-customer-id:EQUALS:Orange
+    type: string
+    short_option: c
+    long_option: filter
+    is_optional: false
+results:
+  direction: landscape
+  attributes:
+    - name: resource-type
+      description: Onap resource-type
+      scope: short
+      type: string
+    - name: resource-link
+      description: Onap resource-link
+      scope: short
+      type: string
+
+http:
+  service:
+    auth: basic
+    mode: direct
+  request:
+    uri: /aai/v11/search/nodes-query?search-node-type=${node-type-name}&filter=${filter}
+    method: GET
+  success_codes:
+    - 200
+    - 201
+  result_map:
+    resource-type: $b{result-data.[*].resource-type}
+    resource-link: $b{result-data.[*].resource-link}
+