Service Discovery
The Service Discovery page lists the information related to the applications and their exposed endpoints. The Service Discovery tab displays all the endpoints details on a single page.
Expand an application to get more information about application endpoints.
About Endpoints in an application
| Name | Description |
|---|---|
| Endpoint URI | The endpoint URI. |
| Binding Type | The binding type can be SOAP or REST. |
| Internal Port | The container port used. |
| External URL | Click the URL to view the respective WSDL or JSON structure based on the binding type. You can also access Swagger UI by clicking the Swagger UI icon . For more information, see Accessing Swagger UI from the Application Monitor. |
| K8S Service Type |
The Kubernetes service type can be NodePort, LoadBalancer, or ClusterIP. Note: If you have not mapped any Kubernetes service, then the Kubernetes Service and Kubernetes Service Type fields have values as 'NA'.
|
| K8S Service Name | Kubernetes service name. |
Download JSON File
To download the application endpoints data as a JSON file, click Download JSON
in the upper-right corner. This JSON file contains all the data displayed on the UI. The default name of the file that gets downloaded is Service_TIME_STAMP.json.
Refresh from Cache
You can synchronize the data on the Service Discovery tab with the runtime by clicking Refresh from Cache
in the upper-right corner. If you make any changes in the runtime configurations, for example, changing the internal port numbers or adding or removing Kubernetes service, then you can synchronize the data on the UI by using this feature.
. For more information, see