Back to index
Summary
Retrieves all snapshots in an application.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringrequiredThe 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`