Get Executions Execution
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)
Properties
Link copied to clipboard
The time when the execution was created.
Link copied to clipboard
The user who execute the template.
Link copied to clipboard
ID of the 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 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.