...
Table of Contents | ||
---|---|---|
|
Register a VIM
http://msb.api.discovery.simpledemo.onap.org:30280/iui/aai-esr-gui/extsys/vim/vimView.html
...
Create a complex in AAI
See How-To: Register a VIM/Cloud Instance to ONAP
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
PUT https://aai.api.simpledemo.openecomp.org:30233/aai/v14/cloud-infrastructure/complexes/complex/clli1 Authorization:Basic QUFJOkFBSQ== X-TransactionId:jimmy-postman X-FromAppId:AAI Content-Type:application/json Accept:application/json Cache-Control:no-cache Body: { "physical-location-id": "clli1", "data-center-code": "data-center-code-BINZ", "complex-name": "clli1", "identity-url": "identity-url-BINZ", "physical-location-type": "physical-location-type-val-28399", "street1": "example-street1-val-28399", "street2": "example-street2-val-28399", "city": "example-city-val-28399", "state": "example-state-val-28399", "postal-code": "example-postal-code-val-28399", "country": "example-country-val-28399", "region": "example-region-val-28399", "latitude": "1111", "longitude": "2222", "elevation": "example-elevation-val-28399", "lata": "example-lata-val-28399" } |
Register a VIM via ESR GUI: http://msb.api.discovery.simpledemo.onap.org:30280/iui/aai-esr-gui/extsys/vim/vimView.html
Policy
...