URL API AdminHost parameter

The AdminHost parameter defines the name of the system where the IBM® Cognos® TM1® Admin Host is running. The default value is localhost.

Format

&AdminHost=admin_host_name

Values

The value of the AdminHost parameter is the name of the system where the Cognos TM1 Admin server is running.

Example

function loadCubeview() {
   cubeView = document.getElementById("cubeviewId");

   cubeView.src = baseUrl + "#Action=Open&Type=CubeViewer
   &Cube=plan_BudgetPlan&View=Budget Input Detailed&AccessType=Public
   &AdminHost=localhost&TM1Server=Planning Sample";
};