Class: ServerInfo

ServerInfo

The ServerInfo class.

Constructor

new ServerInfo()

See:

Extends

Members

activityActive :Integer

Activate activity statistics (set to 1 to activate).

Type:
  • Integer
Default Value:
  • 0

activityDataExpiration :Integer

Timeout in days for activity statistics data on the file system. Set to 0 to disable automatic cleanup of activity statistics data by time.

Type:
  • Integer
Default Value:
  • 0

activityDataSizeLimit :Integer

Limit in GiB for activity statistics data on file system. Set to 0 to disable automatic cleanup of activity statistics data by size.

Type:
  • Integer
Default Value:
  • 0

counterDatabaseTimeout :Integer

Timeout in days for in counter data stored on database. Set to 0 to disable automatic cleanup.

Type:
  • Integer
Default Value:
  • 0

counterOnlineTimeout :Integer

Timeout in hours for in memory counter data.

Type:
  • Integer
Default Value:
  • 1

(readonly) id :Integer

The ID of this object.

Type:
  • Integer
Inherited From:

name :String

The name of this object.

Type:
  • String
Inherited From:

properties :Object.<string, string>

A place to store arbitrary string properties. In some cases objects store their configuration inside this hash/dictionary. If you store custom properties make sure you prefix them with your moduleId.

Type:
  • Object.<string, string>
Inherited From:
See:
  • upgrade_module

reference :String

The reference of this object. May only contain the characters A-Za-z0-9_.+: -.

Type:
  • String
Inherited From:
Default Value:
  • ""

(readonly) serverId :Integer

Cluster ID of the Fabasoft app.telemetry Server.

Type:
  • Integer

(readonly) serverOperatingSystem :String

Operating system of the machine hosting the Fabasoft app.teleemtry Server service.

Type:
  • String

(readonly) serverVersion :String

Fabasoft app.teleemtry Server version.

Type:
  • String

status :ElementStatus

The object status.

Type:
Inherited From:
Default Value:
  • ElementStatus.Active

statusDataExpiration :Integer

Timeout in days for status change entries on database.

Type:
  • Integer
Default Value:
  • 30

(readonly) supportedDatabases :Array.<string>

Database systems provided by the Fabasoft app.telemetry Server.

Type:
  • Array.<string>

telemetryDataExpiration :Integer

Timeout in days for deleting Software-Telemetry data from the file system. Set to 0 to disable automatic cleanup of Software-Telemetry data by time.

Type:
  • Integer
Default Value:
  • 0

telemetryDataSizeFree :Integer

Size limit in GiB which to keep free on the file system where Software-Telemetry data are located. Software-Telemetry data will be deleted to free disk space in case of disk space shortage. The actual free disk space may not be detectable correctly by Fabasoft app.telemetry on all devices.

Type:
  • Integer
Default Value:
  • 0

telemetryDataSizeLimit :Integer

Size limit in GiB for Software-Telemetry data on the file system. Set to 0 to disable automatic cleanup of Software-Telemetry data by size. The limit may be exceeded temporarily.

Type:
  • Integer
Default Value:
  • 0