modifyUtilityResource

On this page
Back to index

Summary

Modifies a utility resource.
projectName
Stringrequired
The name for the project that must be unique among all projects.
utilityResourceName
Stringrequired
Name for utilityResource; must be unique among all utility resources for the environment or environment template.
description
Stringoptional
Comment text describing this object that is not interpreted at all by CloudBees CD/RO.
environmentName
Stringoptional
Name of parent environment.
environmentTemplateName
Stringoptional
Name of parent environmentTemplate.
newName
Stringoptional
The new name for an existing object that is being renamed.
resourceName
Stringoptional
The name of the default resource for this utility resource.

Usage

Perl

$cmdr->modifyUtilityResource( "test-projectName", # projectName "test-utilityResourceName" # utilityResourceName # optionals );

ectool

ectool modifyUtilityResource \ "test-projectName" `# projectName` \ "test-utilityResourceName" `# utilityResourceName` \ # optionals