Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails

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

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 = "OBJECT_STORAGE_URI"

outputUri

outputUri: string

The Object Storage URL or pre-authenticated request (PAR) for the command output.

Methods

getDeserializedJsonObj

getJsonObj