Skip to main content

Web Gateway (Tools/APIs)

Manage the Web Gateway programmatically.

Background Information

The Web Gateway serves requests to REST services defined in InterSystems IRIS® data platform. It is a DLL or shared library installed on and loaded by the web server.

Usually you configure and manage the Web Gateway via the Web Gateway Management page; see the Web Gateway Guide.

Available Tools

Defines an API used to control a Web Gateway from InterSystems IRIS code. Its methods provide the infrastructure for accessing (and modifying) the Web Gateway's internal tables, configuration, and log files from participating servers. Methods in this class include:

  • ClearCache()

  • CloseConnections()

  • GetCSPIni()

  • GetInfo()

  • GetSystemStatus()

  • SetServerParams()

  • And others

You must have specific permissions to use these methods.

Availability: All namespaces.

Is a registry of Web Gateways managed by InterSystems IRIS. This class provides the following methods:

  • GetGatewayMgrs()

  • RemoveFilesFromCaches()

You must have specific permissions to use these methods.

Availability: All namespaces.

FeedbackOpens in a new tab