Getting application URL for Product Master service

Important: IBM Cloud Pak® for Data Version 4.8 will reach end of support (EOS) on 31 July, 2025. For more information, see the Discontinuance of service announcement for IBM Cloud Pak for Data Version 4.X.

Upgrade to IBM Software Hub Version 5.1 before IBM Cloud Pak for Data Version 4.8 reaches end of support. For more information, see Upgrading from IBM Cloud Pak for Data Version 4.8 to IBM Software Hub Version 5.1.

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

Procedure

Proceed as follows to get the URL to log in to the application.

  1. Get URL for Admin UI by using the following command.
    # oc get routes | grep productmaster-admin
    Result
    NAME                    HOST/PORT      PATH               SERVICES                     PORT      TERMINATION     WILDCARD
    productmaster-admin     <host/port>                 productmaster-admin-service        9444       passthrough     None
  2. Get URL for Persona-based UI by using the following command.
    # oc get routes | grep ibm-nginx-svc
    Result
    NAME         HOST/PORT        PATH                   SERVICES                   PORT                TERMINATION      WILDCARD
    cpd          <host/port>                           ibm-nginx-svc          ibm-nginx-https-port      passthrough        None

Results

The URL for both interfaces is the output of the HOST/PORT column that is appended with an https://.

Example

https://<host/port>