Interface OdagConfigResponse

Hierarchy

  • OdagConfigResponse

Properties

appCleanupInterval: string

The interval (in minutes) of time that elapses between each cycle of looking for expired apps to delete.

concurrentRequests: string

The maximum number of concurrent ODAG Requests to process concurrently before queuing.

engineHost: string

The host of the Engine that the OdagService uses.

enginePort: number

The port of the Engine that the OdagService uses.

host: string

The host on which the OdagService is running.

linkCleanupInterval: string

The interval (in minutes) of time that elapses between each cycle of looking for expired links and requests to delete.

logLevel: string

The logging level.

logPath: string

The base path for the OdagService log files.

logToConsole: boolean

Should log messages be output to console.

port: number

The port on which the OdagService listens for REST calls.

protocol: string

Either http or https.

purgeOlderThan: number

The number of days to keep old OdagRequests and OdagLinks.

qrsHost: string

The host of the QRS that the OdagService uses.

qrsPort: number

The port of the QRS that the OdagService uses.

secure: boolean

True if the OdagService is running in secure (SSL) mode.