Skip to main content

Server (Tools/APIs)

Obtain information about the InterSystems IRIS® data platform server and its environment.

Background Information

InterSystems IRIS is an application server, which works in conjunction with a web server and with the Web Gateway. For information on the Web Gateway and on supported web servers, see Introduction to the Web Gateway.

This topic discusses the application server, as opposed to the third-party web server.

Available Tools

Provides methods like the following:

  • GetInstanceName()

  • GetUniqueInstanceName()

  • GetNodeName()

  • TempDirectory()

  • And others

Availability: All namespaces.

Provides methods like the following:

  • BinaryDirectory()

  • InstallDirectory()

  • ManagerDirectory()

  • And others

Availability: All namespaces.

Note

The special variable $SYSTEM is bound to the %SYSTEM package. This means that instead of ##class(%SYSTEM.class).method(), you can use $SYSTEM.class.method().

FeedbackOpens in a new tab