Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace InstallationUsage

Installation usage during a specified time period. An installation is a collection of deployed instances of a specific Java Runtime that share the same install path.

Properties

Optional approximateApplicationCount

approximateApplicationCount: undefined | number

The approximate count of applications running on this installation Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional approximateManagedInstanceCount

approximateManagedInstanceCount: undefined | number

The approximate count of managed instances reporting this installation Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

architecture

architecture: string

The architecture of the operating system for the installation. Deprecated, use {@code operatingSystem} instead.

Optional installationKey

installationKey: undefined | string

The unique identifier for the installation of a Java Runtime at a specific path on a specific operating system.

jreDistribution

jreDistribution: string

The distribution of the Java Runtime that is deployed with the installation.

jreVendor

jreVendor: string

The vendor of the Java Runtime that is deployed with the installation.

jreVersion

jreVersion: string

The version of the Java Runtime that is deployed with the installation.

Optional operatingSystem

operatingSystem: model.OperatingSystem

os

os: string

The Operating System for the installation. Deprecated, use {@code operatingSystem} instead.

path

path: string

The file system path of the Java installation.

Optional timeEnd

timeEnd: Date

Upper bound of the specified time period filter. JMS provides a view of the data that is per day. The query uses only the date element of the parameter.

Optional timeFirstSeen

timeFirstSeen: Date

The date and time the resource was first reported to JMS. This is potentially before the specified time period provided by the filters. For example, a resource can be first reported to JMS before the start of a specified time period, if it is also reported during the time period.

Optional timeLastSeen

timeLastSeen: Date

The date and time the resource was last reported to JMS. This is potentially after the specified time period provided by the filters. For example, a resource can be last reported to JMS before the start of a specified time period, if it is also reported during the time period.

Optional timeStart

timeStart: Date

Lower bound of the specified time period filter. JMS provides a view of the data that is per day. The query uses only the date element of the parameter.

Functions

getDeserializedJsonObj

getJsonObj