1 # Copyright 2019 Huawei Technologies Co., Ltd.
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
7 # http://www.apache.org/licenses/LICENSE-2.0
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
15 open_cli_schema_version: 1.0
17 description: List the configured complexes
22 author: ONAP HPA Integration Team (itohan.ukponmwan@intel.com)
28 description: onap complex
31 - name: physical-location-id
32 description: onap complex location id
35 - name: data-center-code
36 description: data center code
40 description: identity url
43 - name: resource-version
44 description: complex resource version
47 - name: physical-location-type
48 description: physical location type
52 description: onap complex street1
56 description: onap complex street2
60 description: onap complex city
64 description: onap complex state
68 description: onap complex postal code
72 description: onap complex country
76 description: onap complex region
80 description: onap complex latitude
84 description: onap complex longitude
88 description: onap complex elevation
92 description: onap complex lata
101 uri: /aai/v16/cloud-infrastructure/complexes/
106 physical-location-id: $b{complex.[*].physical-location-id}
107 data-center-code: $b{complex.[*].data-center-code}
108 complex-name: $b{complex.[*].complex-name}
109 identity-url: $b{complex.[*].identity-url}
110 resource-version: $b{complex.[*].resource-version}
111 physical-location-type: $b{complex.[*].physical-location-type}
112 street1: $b{complex.[*].street1}
113 street2: $b{complex.[*].street2}
114 city: $b{complex.[*].city}
115 state: $b{complex.[*].state}
116 postal-code: $b{complex.[*].postal-code}
117 country: $b{complex.[*].country}
118 region: $b{complex.[*].region}
119 latitude: $b{complex.[*].latitude}
120 longitude: $b{complex.[*].longitude}
121 elevation: $b{complex.[*].elevation}
122 lata: $b{complex.[*].lata}