Skip to content

Settings usage

José Bonnet edited this page Jun 21, 2019 · 8 revisions

This wiki page is part of the usage pages of 5GTANGO's SONATA Service and Verification and Validation Platforms.

Platform settings

5GTANGO's Verification and Validation (V&V) Platform supports the setting of different Service Platforms (SPs) where services can be instantiated and tested. These setting are done through the endpoint

$ curl "$VNV_URL/api/v3/settings/platforms"

This endpoint maps directly to the V&V's Platform Adapter component. Further details can be checked in that component's wiki pages.

VIMs' settings

5GTANGO's Service Platform (SP) supports the definition of multiple VIMs through the following endpoint:

$ curl "$SP_URL/api/v3/settings/vims"

This endpoint maps directly to the SP's Infrastructure Abstraction component. Further details can be checked in that component's wiki pages.

WIMs' settings

5GTANGO's Service Platform (SP) supports the definition of multiple WIMs through the following endpoint:

$ curl "$SP_URL/api/v3/settings/wims"

This endpoint maps directly to the SP's Infrastructure Abstraction component. Further details can be checked in that component's wiki pages.