Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace InstanceAgentCommandExecutionSummary

Execution details for a command.

Properties

content

The execution output from a command.

deliveryState

deliveryState: DeliveryState

The command delivery state.

  • {@code VISIBLE} - The command is visible to the instance.
  • {@code PENDING} - The command is pending acknowledgment from the instance.
  • {@code ACKED} - The command has been received and acknowledged by the instance.
  • {@code ACKED_CANCELED} - The canceled command has been received and acknowledged by the instance.
  • {@code EXPIRED} - The instance has not requested for commands and the command's delivery has expired.

Optional displayName

displayName: undefined | string

A user-friendly name. Does not have to be unique.

instanceAgentCommandId

instanceAgentCommandId: string

The OCID of the command.

instanceId

instanceId: string

The OCID of the instance.

lifecycleState

lifecycleState: LifecycleState

The command execution lifecycle state.

  • {@code ACCEPTED} - The command has been accepted to run.
  • {@code IN_PROGRESS} - The command is in progress.
  • {@code SUCCEEDED} - The command was successfully executed.
  • {@code FAILED} - The command failed to execute.
  • {@code TIMED_OUT} - The command execution timed out.
  • {@code CANCELED} - The command execution was canceled.

sequenceNumber

sequenceNumber: number

A large, non-consecutive number that Oracle Cloud Agent assigns to each created command. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

timeCreated

timeCreated: Date

The date and time the command was created, in the format defined by RFC3339.

timeUpdated

timeUpdated: Date

The date and time the command was last updated, in the format defined by RFC3339.

Functions

getDeserializedJsonObj

getJsonObj