How to find the protocol and hostname used by OpManager to load APM Plugin under Applications tab

How to find the protocol and hostname used by OpManager to load APM Plugin under Applications tab

When OpManager loads the Applications Manager plugin in its UI, it uses a specific hostname, port, and protocol (HTTP/HTTPS). Follow the steps below to identify these details.

  1. Log in to OpManager
    Open your web browser and log in to the OpManager console using your credentials.



  2. Open the browser's Developer Tools
    While on the OpManager page, press
    Ctrl + Shift + I (Windows/Linux) or Cmd + Option + I (Mac) to open the browser's Developer Tools (Inspect) panel. Then, click on the Network tab at the top of the Developer Tools panel. 



  3. Navigate to the Applications Manager plugin page
    In the OpManager console, go to
    Applications tab to trigger the plugin network requests. Then, in the Developer Tools Network tab's search/filter bar, search for MyPage.do or showresource.do



  4. Identify the URL with the hostname, port, and protocol
    Click on the first result which has document as value for Type column. Under the Headers tab, the Request URL field displays the full URL used by OpManager to load the Applications Manager Plugin. This URL contains the protocol (http or https), hostname, and port number.

    For example, a URL like https://appmanager-host:9090/MyPage.do
    indicates:
    • Protocol: https
    • Hostname: appmanager-host
    • Port: 9090

       


NotesNote: Make sure the browser's Developer Tools (Inspect) Network tab is open before navigating to the Applications page. Otherwise, the network requests may not be captured and the search results will be empty.


                  New to ADSelfService Plus?