agentInfo

Namespace: (default namespace)
XML Schema: ns0.xsd

Information about an installed agent.

XML

Elements

name (type) min/max
occurs
description
engineServerUrl (string) 0/1
engineSsl (boolean) 1/1
idName (string) 0/1 Returns the name of the agent.
engineName (string) 0/1 Returns the name of the engine to which this agent is registered.
engineHost (string) 0/1 Returns the name of the host for the engine to which this agent is registered.
enginePort (string) 0/1 Returns the port for the remote engine to which this agent is registered.
executingProcessBeginning (dateTime) 0/1 Returns the timestamp at which the currently executing process began running.
executingProcessBeginningFormatted (string) 0/1 Returns the formatted timestamp at which the currently executing process began running.
executedProcessBeginningFormatted (string) 0/1 Returns the formatted timestamp at which the last process began executing.
executedProcessEndingFormatted (string) 0/1 Returns the formatted timestamp at which the last process finished executing.
executingProcessEnding (dateTime) 0/1 Returns the timestamp at which this process began executing. Returns null if this process is not finished yet or did not run to completion.
executingProcessCommand (string) 0/1 Returns the command line for the currently executing process.
executingProcessError (string) 0/1 If this process ended with an error, returns the error that occurred when the execution of a Process Action was attempted. Returns null if this process did not end with an error.
executingProcessResult (int) 0/1 If this process ran to completion, returns the process's exit code, as returned by the operating system. Returns null if the process has not completed yet or did not run to completion.
executingProcessResultStderr (string) 0/1 If this process ran to completion, returns the standard error (stderr) from the completed process. Returns null if the process has not completed yet or did not run to completion.

Furthermore, so as not to use all available memory, this variable holds at most 500 KB of standard error. After the first 500 KB of stderr is written, the stdout variable is cleared, and it begins collecting the next 500 KB of stderr. This behavior repeats as necessary.

executingProcessResultStdout (string) 0/1 If this process ran to completion, returns the standard output (stdout) from the completed process. Returns null if the process has not completed yet or did not run to completion.

Furthermore, so as not to use all available memory, this variable holds at most 500 KB of standard output. After the first 500 KB of stdout is written, the stdout variable is cleared, and it begins collecting the next 500 KB of stdout. This behavior repeats as necessary.

executingProcessProcessCompletionState (string) 0/1 Indicates how this process terminated: normally, with an error that occurred when the execution of the process was attempted, after timing out but still running to completion, after being destroyed due to a timeout, after being destroyed when a signal was received, or after being destroyed due to the process being interrupted.
executingProcessFlowChartName (string) 0/1 Returns the name of the flow chart which assigned this process to the agent.
executingProcessEngineName (string) 0/1 Returns the name of the engine which assigned this process to the agent.
executingProcessElapsedTime (string) 0/1 Returns the number of milliseconds that this process executed. Returns 0 if this process is not finished yet or did not run to completion.
executedProcessBeginning (dateTime) 0/1 Returns the timestamp at which the last process began executing.
executedProcessEnding (dateTime) 0/1 Returns the timestamp at which the last process began executing. Returns null if this process is not finished yet or did not run to completion.
executedProcessCommand (string) 0/1 Returns the command line for the last executed process.
executedProcessError (string) 0/1 If the last process ended with an error, returns the error that occurred when the execution of a Process Action was attempted. Returns null if the last process did not end with an error.
executedProcessResult (int) 0/1 If the last process ran to completion, returns the process's exit code, as returned by the operating system. Returns null if the last process has not completed yet or did not run to completion.
executedProcessResultStderr (string) 0/1 If the last process ran to completion, returns the standard error (stderr) from the completed process. Returns null if the last process has not completed yet or did not run to completion.

Furthermore, so as not to use all available memory, this variable holds at most 500 KB of standard error. After the first 500 KB of stderr is written, the stdout variable is cleared, and it begins collecting the next 500 KB of stderr. This behavior repeats as necessary.

executedProcessResultStdout (string) 0/1 If the last process ran to completion, returns the standard output (stdout) from the completed process. Returns null if the last process has not completed yet or did not run to completion.

Furthermore, so as not to use all available memory, this variable holds at most 500 KB of standard output. After the first 500 KB of stdout is written, the stdout variable is cleared, and it begins collecting the next 500 KB of stdout. This behavior repeats as necessary.

executedProcessProcessCompletionState (string) 0/1 Indicates how the last process terminated: normally, with an error that occurred when the execution of the last process was attempted, after timing out but still running to completion, after being destroyed due to a timeout, after being destroyed when a signal was received, or after being destroyed due to the process being interrupted.
executedProcessFlowChartName (string) 0/1 Returns the name of the flow chart that assigned the last process to the agent.
executedProcessEngineName (string) 0/1 Returns the name of the engine that assigned the last process to the agent.
executedProcessElapsedTime (string) 0/1 Returns the number of milliseconds that the last process executed. Returns 0 if the last process is not finished yet or did not run to completion.
status (string) 0/1 Returns this agent's status.
pool (string) 0/1 Returns this agent's pool.
uniqueId (int) 0/1

JSON

property type description
engineServerUrl engineServerUrl (string)
engineSsl engineSsl (boolean)
idName idName (string) Returns the name of the agent.
engineName engineName (string) Returns the name of the engine to which this agent is registered.
engineHost engineHost (string) Returns the name of the host for the engine to which this agent is registered.
enginePort enginePort (string) Returns the port for the remote engine to which this agent is registered.
executingProcessBeginning executingProcessBeginning (dateTime) Returns the timestamp at which the currently executing process began running.
executingProcessBeginningFormatted executingProcessBeginningFormatted (string) Returns the formatted timestamp at which the currently executing process began running.
executedProcessBeginningFormatted executedProcessBeginningFormatted (string) Returns the formatted timestamp at which the last process began executing.
executedProcessEndingFormatted executedProcessEndingFormatted (string) Returns the formatted timestamp at which the last process finished executing.
executingProcessEnding executingProcessEnding (dateTime) Returns the timestamp at which this process began executing. Returns null if this process is not finished yet or did not run to completion.
executingProcessCommand executingProcessCommand (string) Returns the command line for the currently executing process.
executingProcessError executingProcessError (string) If this process ended with an error, returns the error that occurred when the execution of a Process Action was attempted. Returns null if this process did not end with an error.
executingProcessResult executingProcessResult (int) If this process ran to completion, returns the process's exit code, as returned by the operating system. Returns null if the process has not completed yet or did not run to completion.
executingProcessResultStderr executingProcessResultStderr (string) If this process ran to completion, returns the standard error (stderr) from the completed process. Returns null if the process has not completed yet or did not run to completion.

Furthermore, so as not to use all available memory, this variable holds at most 500 KB of standard error. After the first 500 KB of stderr is written, the stdout variable is cleared, and it begins collecting the next 500 KB of stderr. This behavior repeats as necessary.

executingProcessResultStdout executingProcessResultStdout (string) If this process ran to completion, returns the standard output (stdout) from the completed process. Returns null if the process has not completed yet or did not run to completion.

Furthermore, so as not to use all available memory, this variable holds at most 500 KB of standard output. After the first 500 KB of stdout is written, the stdout variable is cleared, and it begins collecting the next 500 KB of stdout. This behavior repeats as necessary.

executingProcessProcessCompletionState executingProcessProcessCompletionState (string) Indicates how this process terminated: normally, with an error that occurred when the execution of the process was attempted, after timing out but still running to completion, after being destroyed due to a timeout, after being destroyed when a signal was received, or after being destroyed due to the process being interrupted.
executingProcessFlowChartName executingProcessFlowChartName (string) Returns the name of the flow chart which assigned this process to the agent.
executingProcessEngineName executingProcessEngineName (string) Returns the name of the engine which assigned this process to the agent.
executingProcessElapsedTime executingProcessElapsedTime (string) Returns the number of milliseconds that this process executed. Returns 0 if this process is not finished yet or did not run to completion.
executedProcessBeginning executedProcessBeginning (dateTime) Returns the timestamp at which the last process began executing.
executedProcessEnding executedProcessEnding (dateTime) Returns the timestamp at which the last process began executing. Returns null if this process is not finished yet or did not run to completion.
executedProcessCommand executedProcessCommand (string) Returns the command line for the last executed process.
executedProcessError executedProcessError (string) If the last process ended with an error, returns the error that occurred when the execution of a Process Action was attempted. Returns null if the last process did not end with an error.
executedProcessResult executedProcessResult (int) If the last process ran to completion, returns the process's exit code, as returned by the operating system. Returns null if the last process has not completed yet or did not run to completion.
executedProcessResultStderr executedProcessResultStderr (string) If the last process ran to completion, returns the standard error (stderr) from the completed process. Returns null if the last process has not completed yet or did not run to completion.

Furthermore, so as not to use all available memory, this variable holds at most 500 KB of standard error. After the first 500 KB of stderr is written, the stdout variable is cleared, and it begins collecting the next 500 KB of stderr. This behavior repeats as necessary.

executedProcessResultStdout executedProcessResultStdout (string) If the last process ran to completion, returns the standard output (stdout) from the completed process. Returns null if the last process has not completed yet or did not run to completion.

Furthermore, so as not to use all available memory, this variable holds at most 500 KB of standard output. After the first 500 KB of stdout is written, the stdout variable is cleared, and it begins collecting the next 500 KB of stdout. This behavior repeats as necessary.

executedProcessProcessCompletionState executedProcessProcessCompletionState (string) Indicates how the last process terminated: normally, with an error that occurred when the execution of the last process was attempted, after timing out but still running to completion, after being destroyed due to a timeout, after being destroyed when a signal was received, or after being destroyed due to the process being interrupted.
executedProcessFlowChartName executedProcessFlowChartName (string) Returns the name of the flow chart that assigned the last process to the agent.
executedProcessEngineName executedProcessEngineName (string) Returns the name of the engine that assigned the last process to the agent.
executedProcessElapsedTime executedProcessElapsedTime (string) Returns the number of milliseconds that the last process executed. Returns 0 if the last process is not finished yet or did not run to completion.
status status (string) Returns this agent's status.
pool pool (string) Returns this agent's pool.
uniqueId uniqueId (int)