Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace InstanceAgentPlugin

An Oracle Cloud Agent plugin.

Properties

Optional message

message: undefined | string

An optional message from the plugin.

name

name: string

The plugin name.

status

status: Status

The plugin status.

These are the available statuses: * {@code RUNNING} - The plugin is running. * {@code STOPPED} - The plugin is stopped. * {@code NOT_SUPPORTED} - The plugin is not supported on this platform. * {@code INVALID} - The plugin status is not recognizable by the service.

To determine whether the plugin is enabled, use the {@link #getInstance(GetInstanceRequest) getInstance} operation in the Core Services API. To enable or disable the plugin, use the {@link #updateInstance(UpdateInstanceRequest) updateInstance} operation in the Core Services API.

timeLastUpdatedUtc

timeLastUpdatedUtc: Date

The last updated time of the plugin, in UTC.

Functions

getDeserializedJsonObj

getJsonObj