Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace InstanceAgentCommandExecutionOutputViaTextDetails

The execution output from a command when returned in plain text.

Properties

exitCode

exitCode: number

The exit code for the command. Exit code {@code 0} indicates success. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional message

message: undefined | string

An optional status message that Oracle Cloud Agent can populate for additional troubleshooting.

Const outputType

outputType: string = "TEXT"

Optional text

text: undefined | string

The command output.

Optional textSha256

textSha256: undefined | string

SHA-256 checksum value of the text content.

Methods

getDeserializedJsonObj

getJsonObj