getPartialApplicationRevision

Back to index

Summary

Retrieves a partial application when a snapshot is created.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationName
Stringrequired
The name of the application.
revisionNumber
Integerrequired
Revision number.
environmentName
Stringoptional
The name of environment.
environmentProjectName
Stringoptional
The name of the environment's project. Required, if different from application's project.

Usage

Perl

$cmdr->getPartialApplicationRevision( "test-projectName", # projectName "test-applicationName", # applicationName "test-revisionNumber" # revisionNumber # optionals );

ectool

ectool getPartialApplicationRevision \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ "test-revisionNumber" `# revisionNumber` \ # optionals

Examples

Perl

$cmdr->getPartialApplicationRevision("Pet Store", "Deploy", 2);

ectool

ectool getPartialApplicationRevision "Pet Store" "Deploy" 2