Registers an application's routable service endpoints to specific 5G Edge platforms.
Through your cloud service provider, you deploy your application's edge services to each of the 5G Edge platforms where you want them to be available. You then use the POST /serviceendpoints
request to register all of the endpoints of a service with the Edge Discovery Service. You are telling the Edge Discovery Service, "Service XYZ is deployed to platform A at endpoint 123.23.345.111, and to platform B and endpoint 345.56.567.123".
When a client device needs to connect to the deployed service, the GET /serviceendpoints
request identifies the best endpoint for that device to connect to out of all endpoints registered for the service.