Skip to main content

executions

Overview

Nameexecutions
TypeResource
Idgoogle.workloadmanager.executions

Fields

NameDatatypeDescription
namestringThe name of execution resource. The format is projects/{project}/locations/{location}/evaluations/{evaluation}/executions/{execution}
statestringOutput only. [Output only] State
endTimestringOutput only. [Output only] End time stamp
evaluationIdstringOutput only. [Output only] Evaluation ID
inventoryTimestringOutput only. [Output only] Inventory time stamp
labelsobjectLabels as key value pairs
runTypestringtype represent whether the execution executed directly by user or scheduled according evaluation.schedule field.
startTimestringOutput only. [Output only] Start time stamp

Methods

NameAccessible byRequired ParamsDescription
getSELECTevaluationsId, executionsId, locationsId, projectsIdGets details of a single Execution.
listSELECTevaluationsId, locationsId, projectsIdLists Executions in a given project and location.
_listEXECevaluationsId, locationsId, projectsIdLists Executions in a given project and location.
runEXECevaluationsId, locationsId, projectsIdCreates a new Execution in a given project and location.