Autoconfiguration
Overview
These are the properties used to autoconfigure the Atoti Server that will connect to Atoti Limits.
File values
Key | Description | Default value |
---|---|---|
limits.autoconfiguration.as-of-date | The Atoti Server’s AsOfDate dimension | |
limits.autoconfiguration.atoti-server-url | The URL of the Atoti Server cube’s REST service | |
limits.autoconfiguration.authentication | REQUIRED. The Base64 encoded authentication string used to connect with the REST service. This should correspond to the Base64 encoded representation of user:password |
|
limits.autoconfiguration.connection-attempts | The number of attempts to connect to the module before quitting. If less than zero, the Atoti Server will continuously try to connect. | -1 |
limits.autoconfiguration.connection-delay | The time delay in milliseconds between consecutive attempts to connect to the module. | 10000 |
limits.autoconfiguration.content-server.authentication | REQUIRED. Base-64 encoded authentication used to connect to the connected Atoti Server’s Content server. | |
limits.autoconfiguration.content-server.name | The name given to the connected Atoti Server’s Content server. | |
limits.autoconfiguration.content-server.url | The URL of the connected Atoti Server’s Content server. | |
limits.autoconfiguration.content-server.version | The connected Atoti Server’s Content server version | |
limits.autoconfiguration.enabled | True if autoconfiguration is enabled on the Atoti Server, false if a connection to Atoti Limits is not desired. | true |
limits.autoconfiguration.level-path-url | The URL used to locate the LevelPathRestService | |
limits.autoconfiguration.limits-authentication | REQUIRED. The Base64 encoded authentication string used to connect with Limits | |
limits.autoconfiguration.limits-ping-url | The URL of the limits ping endpoint that is used to check if the server is running. |
|
limits.autoconfiguration.limits-rest-url | REQUIRED. The URL to Atoti Limits rest services. This is required for the LookUpPostProcessor to know how to communicate with Limits. | |
limits.autoconfiguration.root-url | The root URL of the connected Atoti server. | |
limits.autoconfiguration.server-name | The name of the Atoti Server | |
limits.autoconfiguration.server-version | The version of the connected Atoti Server |