-
Notifications
You must be signed in to change notification settings - Fork 12
Policies usage
José Bonnet edited this page Jun 26, 2019
·
4 revisions
This page is part of the usage pages of 5GTANGO's SONATA Service Platform.
5GTANGO's Service Platform (SP) supports the definition of multiple placement policies for the NSs stored in the Catalogue, through the following endpoint:
$ curl "$SP_URL/api/v3/policies/placement"
This endpoint maps directly to the SP's Policies Manager component. Further details can be checked in that component's wiki pages.
5GTANGO's Service Platform (SP) supports the definition of multiple run-time policies for the NSs stored in the Catalogue, through the following endpoint:
$ curl "$SP_URL/api/v3/policies"
This endpoint maps directly to the SP's Policies Manager component. Further details can be checked in that component's wiki pages.