getPartialApplicationRevision

On this page
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.

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