GetExecutionsExecution

data class GetExecutionsExecution(val category: String, val counters: String, val createDate: String, val endDate: String, val executedBy: String, val executionId: String, val id: String, val isParent: Boolean, val mode: String, val outputs: String, val parameters: String, val parentExecutionId: String, val ramRole: String, val startDate: String, val status: String, val statusMessage: String, val statusReason: String, val templateId: String, val templateName: String, val templateVersion: String, val updateDate: String)

Constructors

Link copied to clipboard
constructor(category: String, counters: String, createDate: String, endDate: String, executedBy: String, executionId: String, id: String, isParent: Boolean, mode: String, outputs: String, parameters: String, parentExecutionId: String, ramRole: String, startDate: String, status: String, statusMessage: String, statusReason: String, templateId: String, templateName: String, templateVersion: String, updateDate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The category of template. Valid: AlarmTrigger, EventTrigger, Other and TimerTrigger.

Link copied to clipboard

The counters of OOS Execution.

Link copied to clipboard

The time when the execution was created.

Link copied to clipboard

The time when the execution was ended.

Link copied to clipboard

The user who execute the template.

Link copied to clipboard

ID of the OOS Executions.

Link copied to clipboard
val id: String

ID of the OOS Executions.

Link copied to clipboard

Whether to include subtasks.

Link copied to clipboard

The mode of OOS Execution. Valid: Automatic, Debug.

Link copied to clipboard

The outputs of OOS Executions.

Link copied to clipboard

The parameters required by the template

Link copied to clipboard

The id of parent OOS Execution.

Link copied to clipboard

The role that executes the current template.

Link copied to clipboard

The time when the template was started.

Link copied to clipboard

The Status of OOS Execution. Valid: Cancelled, Failed, Queued, Running, Started, Success, Waiting.

Link copied to clipboard

The message of status.

Link copied to clipboard

The reason of status.

Link copied to clipboard

The id of execution template.

Link copied to clipboard

The name of execution template.

Link copied to clipboard

The version of execution template.

Link copied to clipboard

The time when the template was updated.