REST_ENDPOINT

Systemwide variable that allows you to define where the Java API and the Automic Web Interface can reach the REST API. The value defined here is the external URL that points to the REST endpoint.

Important! This variable is relevant only if your Automic Web Interface or your Agents connect to the Automation Engine using a third party load balancer, such as an ingress in container-based installations.

The REST endpoint to be used can be defined using the REST_ENDPOINT parameter in the system settings or in the host= parameter of the [REST] section of the configuration (INI) file of the Automation Engine. If both, host= and REST_ENDPOINT, have been defined, the value defined for REST_ENDPOINT is used.

  • Protocol: https
  • Restart required: No

Note: The Java API does not return the REST_ENDPOINT set in the UC_SYSTEM_SETTINGS variable when you use the GetRestEndpoints API call.

See also: