getEnvironmentInventory

On this page
Back to index

Summary

Retrieves a per-component grouped list of inventory items.
projectName
Stringrequired
The name for the project that must be unique among all projects.
environmentName
Stringrequired
The name of the environment.
applicationName
Stringrequired
The name of the application.
applicationEntityRevisionId
Stringoptional
The revision ID of the versioned object.
environmentProjectName
Stringoptional
Name 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