Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace FleetAgentConfiguration

Management Agent Configuration for a Fleet. Includes JRE scanning frequency and a list of include/exclude file system paths.

Properties

Optional agentPollingIntervalInMinutes

agentPollingIntervalInMinutes: undefined | number

Agent polling interval in minutes Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

javaUsageTrackerProcessingFrequencyInMinutes

javaUsageTrackerProcessingFrequencyInMinutes: number

The frequency (in minutes) of Java Usage Tracker processing. (That is, how often should JMS process data from the Java Usage Tracker.) Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

jreScanFrequencyInMinutes

jreScanFrequencyInMinutes: number

The frequency (in minutes) of JRE scanning. (That is, how often should JMS scan for JRE installations.) Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

linuxConfiguration

linuxConfiguration: FleetAgentOsConfiguration

macOsConfiguration

macOsConfiguration: FleetAgentOsConfiguration

timeLastModified

timeLastModified: Date

The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).

windowsConfiguration

windowsConfiguration: FleetAgentOsConfiguration

Optional workRequestValidityPeriodInDays

workRequestValidityPeriodInDays: undefined | number

The validity period in days for work requests. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj