getDeploymentHistoryItems

On this page
Back to index

Summary

Retrieves all the deployment history items for a specific environment.
projectName
Stringrequireddeprecated
Name for the project; must be unique among all projects.
applicationName
Stringoptional
Application that owns the deployment history item.
environmentName
Stringoptional
The name of the environment.
environmentProjectName
Stringoptional
Name for the project to which the environment or environment template belongs to.
latest
Booleanoptional
Retrieves only latest deployment information.
processName
Stringoptional
Process that owns the deployment history item.
snapshotName
Stringoptional
Snapshot that owns the deployment history item.

Usage

Perl

$cmdr->getDeploymentHistoryItems( "test-projectName" # projectName # optionals );

ectool

ectool getDeploymentHistoryItems \ "test-projectName" `# projectName` \ # optionals