Update the Deep Link URL

To update the deep link URL:

  1. Go to platform-admin/bin and log in.
    cd platform-admin/bin
    ./platform-admin.sh login --user-name=admin --password=password
  2. Run the following command on the Enterprise Console host:
    ./platform-admin.sh update-service-configurations --service controller --job update-configs --args controllerExternalUrl=<server-protocol>://<controller-host>:<controller-port>

    where server-protocol is http or https.