Runtime REST API server missing in Link

The Runtime REST API server is configured during connector installation only if the HIP_REST_SERVER_ADDRESS environment variable exists in hip-server-native.env (native installation).
  1. Open Link in your browser. The default configuration will be available with https://<LINK_IP>:443.
  2. Open the Servers page from the Deploy menu.
  3. Click on the plus icon in the upper right corner of the page to add a new server.
  4. Configure the server details:
    • Name: “Link Runtime”
    • Type: “Web”
    • Base URL: https://localhost:8443/hip-rest (native) or https://hip-rest:8443/hip-rest” (docker).
  5. Test the connection by clicking the Test button. Go to the UNABLE TO PING RUNTIME REST API FROM LINK troubleshooting section if the connection fails.