Back to index
Summary
Retrieves a per-component grouped list of inventory items.projectNameStringrequiredThe name for the project that must be unique among all projects. environmentNameStringrequiredThe name of the environment. applicationNameStringrequiredThe name of the application. applicationEntityRevisionIdUUIDoptionalThe revision ID of the versioned object. environmentProjectNameStringoptionalName for the project to which the environment or environment template belongs to. |
Usage
Perl
$cmdr->getEnvironmentInventory( "test-projectName", # projectName "test-environmentName", # environmentName "test-applicationName" # applicationName # optionals );
ectool
ectool getEnvironmentInventory \ "test-projectName" `# projectName` \ "test-environmentName" `# environmentName` \ "test-applicationName" `# applicationName` \ # optionals