aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/onap-1.1/features/aai/src/main/resources/open-cli-schema/esr/vim/vim-list-schema-1.1.yaml
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-12-06 13:09:45 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-12-06 13:09:45 +0530
commitb69ed9bc0ad7cdedee57df63e94d3767ccd173b7 (patch)
treef6f8e4dd4f5b30aa138d44bc4664bedb02ac9d04 /plugins/onap-1.1/features/aai/src/main/resources/open-cli-schema/esr/vim/vim-list-schema-1.1.yaml
parent271cc28e5ad26cdc72db5b3b837545e717c6f225 (diff)
Rename product names to use amsterdam
Issue-ID: CLI-66 Change-Id: Ief9c03adec45f037baea82d344addb1c6b538bd9 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'plugins/onap-1.1/features/aai/src/main/resources/open-cli-schema/esr/vim/vim-list-schema-1.1.yaml')
-rw-r--r--plugins/onap-1.1/features/aai/src/main/resources/open-cli-schema/esr/vim/vim-list-schema-1.1.yaml93
1 files changed, 0 insertions, 93 deletions
diff --git a/plugins/onap-1.1/features/aai/src/main/resources/open-cli-schema/esr/vim/vim-list-schema-1.1.yaml b/plugins/onap-1.1/features/aai/src/main/resources/open-cli-schema/esr/vim/vim-list-schema-1.1.yaml
deleted file mode 100644
index c946db86..00000000
--- a/plugins/onap-1.1/features/aai/src/main/resources/open-cli-schema/esr/vim/vim-list-schema-1.1.yaml
+++ /dev/null
@@ -1,93 +0,0 @@
-open_cli_schema_version: 1.0
-
-name: vim-list
-
-description: List the configured vims
-
-
-info:
- product: onap-1.1
- service: aai
- author: ONAP CLI Team onap-discuss@lists.onap.org
-
-parameters:
- - name: cloud-name
- description: Onap cloud name
- type: string
- short_option: x
- long_option: cloud-name
- is_optional: false
- - name: region-name
- description: Onap region name
- type: string
- short_option: y
- long_option: region-name
- is_optional: false
-
-results:
- direction: landscape
- attributes:
- - name: vim-id
- description: Onap vim id
- scope: short
- type: string
- - name: name
- description: Onap vim name
- scope: short
- type: string
- - name: type
- description: Onap vim type
- scope: long
- type: string
- - name: vendor
- description: Onap vim vendor
- scope: short
- type: string
- - name: version
- description: Onap vim version
- scope: long
- type: string
- - name: url
- description: Onap vim url
- scope: long
- type: string
- - name: username
- description: Onap vim username
- scope: long
- type: string
- - name: cloud-domain
- description: Onap vim cloud domain
- scope: long
- type: string
- - name: default-tenant
- description: Onap vim tenant
- scope: short
- type: string
- - name: resource-version
- description: Onap vim resource version
- scope: short
- type: string
-
-http:
- service:
- auth: basic
- mode: direct
- request:
- uri: /aai/v11/cloud-infrastructure/cloud-regions/cloud-region/${cloud-name}/${region-name}/esr-system-info-list
- method: GET
- success_codes:
- - 200
- result_map:
- vim-id: $b{$.esr-system-info.[*].esr-system-info-id}
- name: $b{$.esr-system-info.[*].system-name}
- type: $b{$.esr-system-info.[*].type}
- vendor: $b{$.esr-system-info.[*].vendor}
- version: $b{$.esr-system-info.[*].version}
- url: $b{$.esr-system-info.[*].service-url}
- username: $b{$.esr-system-info.[*].user-name}
- cloud-domain: $b{$.esr-system-info.[*].cloud-domain}
- default-tenant: $b{$.esr-system-info.[*].default-tenant}
- resource-version: $b{$.esr-system-info.[*].resource-version}
-
- sample_response:
- body: '{esr-system-info":[{"esr-system-info-id":"example-esr-system-info-id-val-62966","system-name":"example-system-name-val-76894","type":"example-type-val-32301","vendor":"example-vendor-val-38139","version":"example-version-val-42345","service-url":"example-service-url-val-33729","user-name":"example-user-name-val-32122","password":"example-password-val-56539","system-type":"example-system-type-val-80707","protocal":"example-protocal-val-30105","ssl-cacert":"example-ssl-cacert-val-52110","ssl-insecure":true,"ip-address":"example-ip-address-val-10140","port":"example-port-val-26369","cloud-domain":"example-cloud-domain-val-22303","default-tenant":"example-default-tenant-val-26326"}]}'