Interface nodesQemuAgentExecStatusExecStatus

Returned by GET /nodes/{node}/qemu/{vmid}/agent/exec-status

Hierarchy

  • nodesQemuAgentExecStatusExecStatus

Indexable

[additionalProperties: string]: any

Properties

err-data?: string

stderr of the process

err-truncated?: boolean

true if stderr was not fully captured

exitcode?: number

process exit code if it was normally terminated.

exited: boolean

Tells if the given command has exited yet.

out-data?: string

stdout of the process

out-truncated?: boolean

true if stdout was not fully captured

signal?: number

signal number or exception code if the process was abnormally terminated.

Generated using TypeDoc