-
Notifications
You must be signed in to change notification settings - Fork 12
Settings usage
This wiki page is part of the usage pages of 5GTANGO's SONATA Service and Verification and Validation Platforms.
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.
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.
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.