getTierMaps

Back to index

Summary

Retrieves all tier maps that are used by an application.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationName
Stringrequired
The name of the application.
applicationEntityRevisionId
UUIDoptional
The revision ID of the versioned object.
orderByEnvironmentUsage
Booleanoptional
True to return most recently used environment.

Usage

Perl

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

ectool

ectool getTierMaps \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ # optionals

Examples

Perl

$cmdr->getTierMaps("Default", "Take snapshot", {applicationEntityRevisionId => "4fa765dd-73f1-11e3-b67e-b0a420524153"});

ectool

ectool getTierMaps "Default" "Take snapshot" --applicationEntityRevisionId 4fa765dd-73f1-11e3-b67e-b0a420524153