getSnapshots

Back to index

Summary

Retrieves all snapshots in an application.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationName
Stringrequired
The name of application from which the snapshot should be created.

Usage

Perl

$cmdr->getSnapshots( "test-projectName", # projectName "test-applicationName" # applicationName );

ectool

ectool getSnapshots \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName`

Examples

Perl

$cmdr->getSnapshots("Default", "Deploy");

ectool

ectool getSnapshots "Default" "Deploy"