Back to index
Summary
Retrieves properties for an entity hierarchy.applicationEntityRevisionIdStringoptionalThe revision ID of the versioned object. applicationNameStringoptionalThe name of the application container of the property sheet that owns the property. applicationTierNameStringoptionalThe name of the application tier container of the property sheet that owns the property. catalogItemRunIdStringoptionalThe primary key of the CatalogItemRun container of the property sheet that owns the property. clusterNameStringoptionalThe name of the cluster which owns property sheet. componentNameStringoptionalThe name of the component container of the property sheet that owns the property. environmentNameStringoptionalThe name of the environment container of the property sheet that owns the property. environmentTemplateNameStringoptionalThe name of the environment template container of the property sheet that owns the property. environmentTemplateTierNameStringoptionalThe name of the environment template tier container of the property sheet that owns the property. environmentTierNameStringoptionalThe name of the environment tier container of the property sheet that owns the property. flowNameStringoptionalThe name of the flow container of the property sheet that owns the property. flowRuntimeIdStringoptionalThe primary key or name of the flowRuntime container of the property sheet that owns the property. flowRuntimeNameStringoptionalThe name of the flow runtime container of the property sheet that owns the property. flowRuntimeStateIdStringoptionalThe primary key or name of the flowRuntimeState container of the property sheet that owns the property. flowRuntimeStateNameStringoptionalThe name of the flow state container of the property sheet that owns the property. flowStateNameStringoptionalThe name of the flow state container of the property sheet that owns the property. gateTypeStringoptionalThe type of the gate which owns property sheet. Possible values: "POST" , "PRE" microserviceNameStringoptionalThe name of the microservice container of the property sheet. pipelineNameStringoptionalThe name of the pipeline container of the property sheet that owns the property. procedureNameStringoptionalThe name of the procedure container of the property sheet that owns the property. processNameStringoptionalThe name of the process, if the container is a process or process step. processStepNameStringoptionalThe name of the process step, if the container is a process step. projectNameStringoptionalThe name of the project container of the property sheet that owns the property. releaseNameStringoptionalThe name of the release container of the property sheet that owns the property. resourceTemplateNameStringoptionalThe name of the resource template container of the property sheet that owns the property. scmSyncNameStringoptionalThe name of the SCM Sync container of the property sheet that owns the property. snapshotNameStringoptionalThe name of the snapshot container of the property sheet that owns the property. stageNameStringoptionalThe name of the stage container of the property sheet that owns the property. taskNameStringoptionalThe name of the task which owns property sheet. triggerNameStringoptionalThe name of the trigger which owns property sheet. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getPropertyHierarchy( /* optional arguments */ )