...
Endpoint | Routes to (cluster internal address) | Description |
/nifi | http://dcaemod-designtool:8080/nifi | Design tool Web UI |
/nifi-api | http://dcaemod-designtool:8080/nifi-api | Design tool API |
/nifi-jars | http://dcaemod-nifi-registry:18080/nifi-jars | Flow registry listing of JAR files built from component specs |
/onboarding | http://dcaemod-onboarding-api:8080/onboarding | Onboarding API |
/distributor | http://dcaemod-distributor-api:8080/distributor | Distributor API |
To access the design Web UI, for example, a user would use the URL : http://ingress_controller_address:ingress_controller_port/nifi.
ingress_controller_address is the the IP address or DNS FQDN of the ingress controller and
ingress_controller_port is the port on which the ingress controller is listening for HTTP requests. (If the port is 80, the HTTP default, then there is no need to specify a port.)
...
Configuration Item | Endpoint URL |
Registry client | http://dcaemod-nifi-registry:18080 |
Distribution target | http://dcaemod-runtime-api:9090 |
Using DCAE MOD without an Ingress Controller
...