Getting application URL for Product Master service

After you complete installation, you must get application URL before you can use Product Master service.

Proceed as follows to get the URLs to log in to the application.
  1. Run the following command to get the URL for Admin UI:
    # oc get routes | grep productmaster-admin
    The result should look similar to the following example:
    NAME                    HOST/PORT      PATH               SERVICES                     PORT      TERMINATION     WILDCARD
    productmaster-admin     <host/port>                 productmaster-admin-service        9444       passthrough     None
  2. Run the following command to get the URL for Persona-based UI:
    # oc get routes | grep ibm-nginx-svc
    The result should look similar to the following example:
    NAME         HOST/PORT        PATH                   SERVICES                   PORT                TERMINATION      WILDCARD
    cpd          <host/port>                           ibm-nginx-svc          ibm-nginx-https-port      passthrough        None
The URL for both interfaces is the output of the HOST/PORT column that is appended with an https://.

Example

https://<host/port>