getDeploymentHistoryItems

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 history item. Note that response have no deployment history items if there were no environment inventory items associated with the last deployment.
processName
Stringoptional
Name of 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

Examples

Perl

$cmdr->getDeploymentHistoryItems("Tutorials", {applicationName => "Deploy"});

ectool

ectool getDeploymentHistoryItems "Tutorials" --applicationName "Deploy"