Ports
Workload XM on-premises uses the following ports:
Service | Web Port | GRPC Port |
---|---|---|
API Server | 12011, 12012 | |
Databus API Server | 12021, 12022 | |
Analytic Database Server | 12031 | 12032 |
Baseline Server | 12041 | 12042 |
Databus Server | 12051 | 12052 |
Entities Server | 12061 | 12062 |
Pipelines Server | 12071 | 12072 |
Admin API Server | 12111 | 12112 |
The following ports are exposed service-wide:
- The Phoenix Query Server Port (phoenix.queryserver.port) is the port for the Phoenix Query Server that will be used by Workload XM.
- The Impala Daemon Port (impala.daemon.port) is the port for the Impala Daemon that will be used by Workload XM.
For each role, refer to the chart below for a complete list of configurable ports and their default values. The purpose of each type of port is as follows:
- UI Port (ui.port ) - Serves the Workload XM UI. It is served over HTTPS if TLS/SSL is enabled, and over HTTP otherwise.
- API Port (api.port) - Listens to REST calls to API-based servers. It is served over HTTPS if TLS/ssl is enabled, and over HTTP otherwise.
- Metrics Port (webservice.port) - Exposes an interface to metrics that Workload XM roles collect.
- GRPC Port (grpc.port) - Listens to GRPC requests against the backend servers. This protocol is used for inter-role communication.
Service | UI Port
(ui.port) |
API Port
(api.port) |
Metrics Port
(webservice.port) |
GRPC Port
(grpc.port) |
---|---|---|---|---|
Console Server | 12001 | |||
API Server | 12012 | 12011 | ||
Databus API Server | 12022 | 12021 | ||
Analytic Database Server | 12031 | 12032 | ||
Baseline Server | 12041 | 12042 | ||
Databus Server | 12051 | 12052 | ||
Entities Server | 12061 | 12062 | ||
Pipelines Server | 12071 | 12072 | ||
SDX Server | 12081 | 12082 | ||
Admin API Server | 12111 | 12112 |