getUtilityResources

On this page
Back to index

Summary

Retrieves all utility resources in an environment or environment template.
projectName
Stringrequired
The name for the project that must be unique among all projects.
environmentName
Stringoptional
Name of parent environment.
environmentTemplateName
Stringoptional
Name of parent environmentTemplate.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getUtilityResources( projectName: "test-projectName" /* optional arguments */ )