Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ManagedInstanceUsage

Managed instance usage during a specified time period. An entity that emits usage events to Java Management Service (JMS) is represented as a managed instance. A managed instance has a unique identity which is used by JMS to distinguish it from other managed instances. Currently, JMS supports only one kind of managed instance, a Management Agent.

Properties

Optional agent

agent: model.Agent

Optional approximateApplicationCount

approximateApplicationCount: undefined | number

The approximate count of applications reported by this managed instance. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional approximateInstallationCount

approximateInstallationCount: undefined | number

The approximate count of installations reported by this managed instance. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional approximateJreCount

approximateJreCount: undefined | number

The approximate count of Java Runtimes reported by this managed instance. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional drsFileStatus

drsFileStatus: model.DrsFileStatus

DRS file status

Optional hostId

hostId: undefined | string

The host OCID of the related managed instance.

Optional hostname

hostname: undefined | string

The hostname of the managed instance (if applicable).

managedInstanceId

managedInstanceId: string

The OCID of the related managed instance.

managedInstanceType

managedInstanceType: ManagedInstanceType

The type of the source of events.

Optional operatingSystem

operatingSystem: model.OperatingSystem

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