System Access URLs

In all URLs, core.aspx, is the name of the page that launches ASM Core.

Access ASM Core

URL: http://<server_name>/<virtual_directory>/Core.aspx
URL: http://<server_name>/<virtual_directory>/Core.aspx?Database=<name>
URL: http://<server_name>/<virtual_directory>/Core.aspx?NOAUTH=<Y>

Access the Self Service Portal

The inclusion of Lite in a URL denotes the Self Service Portal interface. However, in all URLs, portal.aspx, launches ASM Self-Service portal.

URL: http://<server_name>/<virtual_directory>/Core.aspx?Lite
OR
URL: http://<server_name>/<virtual_directory>/portal.aspx
URL: http://<server_name>/<virtual_directory>/Core.aspx?Lite&Database=<name>
OR
URL: http://<server_name>/<virtual_directory>/portal.aspx&Database=<name>

To learn about complex http queries for the Self Service Portal, refer to ASM Self Service Portal URLs.

Access Nano

Replacing core.aspx with Nano.aspx launches the Nano interface.

URL: http://<server_name>/<virtual_directory>/Nano.aspx
URL: http://<server_name>/<virtual_directory>/Nano.aspx?Database=<name>

API URLs

Admin

https://{host-name}/{core-system-name}/Alemba.Web/alemba/admin

Agent/User Role

https://{host-name}/{core-system-name}/Alemba.Web/alemba/api-explorer-choose

Last updated