diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-04-11 09:50:30 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-04-11 09:50:30 +0530 |
commit | ac243ea5d897b10a5bd123d40e4343aca08be498 (patch) | |
tree | 08a29c26a96401887454f71ac035b1dcbb0a4304 /products/onap-beijing/features | |
parent | 18eda781e110df9069650b99970e12eba8fabb89 (diff) |
Change the type-serach to aai-type-serach
Issue-ID: CLI-100
Change-Id: I261e2d167d92c2331f506a5ac604cf923da2bf0b
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-beijing/features')
-rw-r--r-- | products/onap-beijing/features/aai/src/main/resources/open-cli-schema/search/node-type-search-schema.yaml | 126 |
1 files changed, 63 insertions, 63 deletions
diff --git a/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/search/node-type-search-schema.yaml b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/search/node-type-search-schema.yaml index 1156f5f8..f550964f 100644 --- a/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/search/node-type-search-schema.yaml +++ b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/search/node-type-search-schema.yaml @@ -1,63 +1,63 @@ -# 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: 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}
-
+# 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} + |