Back to index
Summary
Retrieves all inventory items for a given environment.projectNameStringrequiredThe name for the project that must be unique among all projects. environmentNameStringrequiredThe name of the environment. includeResourceDetailsBooleanoptionalTrue to include resource details (default is false). |
Usage
Perl
$cmdr->getEnvironmentInventoryItems( "test-projectName", # projectName "test-environmentName" # environmentName # optionals );
ectool
ectool getEnvironmentInventoryItems \ "test-projectName" `# projectName` \ "test-environmentName" `# environmentName` \ # optionals