Back to index
Summary
Retrieves all tier maps that are used by an application.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringrequiredThe name of the application. applicationEntityRevisionIdUUIDoptionalThe revision ID of the versioned object. orderByEnvironmentUsageBooleanoptionalTrue 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