aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/aai/src/main/resources/onap-cli-schema/esr/ems/ems-show-schema-1.1.yaml
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-09-26 10:04:10 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-11-14 14:38:52 +0530
commit39f345954434553d10e0cea114e15e0521ec9471 (patch)
tree652c0dae69f8238c41f903d9697160e3b3ed2960 /plugins/aai/src/main/resources/onap-cli-schema/esr/ems/ems-show-schema-1.1.yaml
parent8e14f39a1c41a2b5bf793877926b312e4b6102d4 (diff)
Migrate onap-cli-schema into open-cli-schema
Issue-Id: CLI-66 Change-Id: I719719194bc5f21f4316380e606ce1a58f0f046c Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'plugins/aai/src/main/resources/onap-cli-schema/esr/ems/ems-show-schema-1.1.yaml')
-rw-r--r--plugins/aai/src/main/resources/onap-cli-schema/esr/ems/ems-show-schema-1.1.yaml66
1 files changed, 0 insertions, 66 deletions
diff --git a/plugins/aai/src/main/resources/onap-cli-schema/esr/ems/ems-show-schema-1.1.yaml b/plugins/aai/src/main/resources/onap-cli-schema/esr/ems/ems-show-schema-1.1.yaml
deleted file mode 100644
index c03a75bd..00000000
--- a/plugins/aai/src/main/resources/onap-cli-schema/esr/ems/ems-show-schema-1.1.yaml
+++ /dev/null
@@ -1,66 +0,0 @@
-open_cli_schema_version: 1.0
-
-name: ems-show
-
-description: Show the details of configured ems
-
-version: onap-1.1
-
-service:
- name: aai
- version: v11
- auth: basic
- mode: direct
-
-parameters:
- - name: ems-id
- description: Onap EMS unique id
- type: uuid
- short_option: x
- long_option: ems-id
- is_optional: false
-
-results:
- direction: landscape
- attributes:
- - name: name
- description: Onap ems name
- scope: short
- type: string
- - name: type
- description: Onap ems type
- scope: short
- type: string
- - name: vendor
- description: Onap ems vendor
- scope: short
- type: string
- - name: version
- description: Onap ems version
- scope: short
- type: string
- - name: url
- description: Onap ems url
- scope: short
- type: string
- - name: username
- description: Onap ems username
- scope: long
- type: string
-
-http:
- request:
- uri: /aai/v11/external-system/esr-ems-list/esr-ems/${ems-id}/esr-system-info-list/esr-system-info/${ems-id}
- method: GET
- success_codes:
- - 200
- result_map:
- name: $b{$.system-name}
- type: $b{$.type}
- vendor: $b{$.vendor}
- version: $b{$.version}
- url: $b{$.service-url}
- username: $b{$.user-name}
-
- sample_response:
- body: '{"esr-system-info-id":"example-esr-system-info-id-val-44791","system-name":"example-system-name-val-48687","type":"example-type-val-95885","vendor":"example-vendor-val-41061","version":"example-version-val-38559","service-url":"example-service-url-val-2663","user-name":"example-user-name-val-26126","password":"example-password-val-33838","system-type":"ems","protocal":"","ssl-cacert":"","ssl-insecure":false,"ip-address":"","port":"","cloud-domain":"","default-tenant":""}'