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

Access ASM Core and Go To a Specific Database

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

Access ASM Core and Bypass Windows Authentication

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

Access ASM Core and Go To a Specific Entity/Page

To access ASM Core and go directly to a specific entity, such as you might require for deep linking, enter:

https://<servername>/<virtualdirectory>/core.aspx?link=<ENTITY><REFNUMBER> 

Valid Entity Types are:

  • ReviewWorkflowGroup

  • ReviewAgreement

  • ReviewBulletin

  • ReviewCall

  • ReviewCI

  • ReviewCMDBLink

  • ReviewContract

  • ReviewCostCentre

  • ReviewIPKGroup

  • ReviewJurisdiction

  • ReviewKnowledgeEntry

  • ReviewLocation

  • ReviewOrganization

  • ReviewPerson

  • ReviewRequest

  • ReviewServiceOrder

  • ReviewSubscriberGroup

  • ReviewTask

  • ReviewThreshold

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

Access the Self Service Portal and Go To a Specific Database

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

Access Nano and Go To a Specific Database

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

API URLs

Accessing the API allows for programmatic interaction with the system, enabling automation, data integration, and retrieval of information without manual intervention. It provides flexibility to query data, automate workflows, and integrate with other systems efficiently, which can save time and reduce errors compared to manual use of the application.

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