Table of Contents | ||
---|---|---|
|
...
Service information to be registered to MSB can be added as an annotation "msb.onap.org/service-info" to K8s service spec YAML.
Example:
...
The customized publish path of this service attribute can be used to support the current API. If this parameter is specified when registering the service, the service will be published to api gateway under the specified customer path other than the the fixed format: api/{serviceName} /{version}.
for example, A&AI defines two services for its Cloud Infrastructure API, the "aai-cloudInfrastructure" is published under /api/aai-cloudInfrastructure/v1/ which is the consistent, standard API URL, and the "aai-cloudInfrastructure-deprecated" is published under /cloud-infrastructure/ which is the same as its current API URL.
...
Service Name | Description | Service Type | version | URL | Cstomized Path | Published URL | Visual Range | LB Method | Port | Enable SSL |
---|---|---|---|---|---|---|---|---|---|---|
portal | RESTful service provided by Portal Platform | api | 2 | / | N/A | /api/portal/v2/ | Internal | Round robin | 8989 |
Usecase UI
...