Connect to ADCM

You can connect to ADCM in two ways:

  • via browser UI;

  • via API.

Both ways are described in detail below.

Connecting via browser UI

In order to connect to ADCM via its browser UI, you should perform the following steps:

  1. Enter the IP address of the machine you need to access and the port you used when added the ADCM container in the address bar of your browser. The format should be the following: <IP address>:<port>.

    NOTE

    If you used the command from our Get started guide, the port should be 8000.

  2. Enter your credentials (User and Password) into corresponding fields in the Login window. Click Sign in.

    login
    Login window

Connecting via API

ADCM provides an API to access and work with ADCM objects. In order to connect to ADCM via its API, you should perform the following steps:

  1. Enter the <IP address>:<port>/api/v2/ in the address bar of your browser. <IP address> stands for the IP address of the machine where the ADCM is installed, <port> stands for the port where the ADCM container is running. API Root page opens.

  2. Click Log in in the upper right part of the screen and enter you credentials (Username and Password) in the window that opens. Click Log in.

    api root
    API Root page
Found a mistake? Seleсt text and press Ctrl+Enter to report it