Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace InstanceAgentCommandExecutionOutputViaObjectStorageTupleDetails

The execution output from a command when saved to an Object Storage bucket.

Properties

bucketName

bucketName: string

The Object Storage bucket for the command output.

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.

namespaceName

namespaceName: string

The Object Storage namespace for the command output.

objectName

objectName: string

The Object Storage object name for the command output.

Const outputType

outputType: string = "OBJECT_STORAGE_TUPLE"

Methods

getDeserializedJsonObj

getJsonObj