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
To connect to ADCM via its browser UI, perform the following steps:
-
Enter the IP address of the machine you need to access and the port you used when adding the ADCM container in the address bar of your browser. The format should be the following: <IP address>:<port>.
NOTEIf you used the command from the Get started guide, the port should be
8000
. -
Enter your credentials (User and Password) into the corresponding fields in the Login window. Click Sign in.
The Login window
Connecting via API
ADCM provides an API to access and work with ADCM objects. To connect to ADCM via its API, perform the following steps:
-
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.
-
Click Log in in the upper right part of the screen and enter your credentials (Username and Password) in the window that opens. Click Log in.
The API Root page