getLicense

Back to index

Summary

Retrieves information for one license.
productName
Stringrequired
Product name of the license.
featureName
Stringrequired
Feature name of the license.

Usage

Perl

$cmdr->getLicense( "test-productName", # productName "test-featureName" # featureName );

ectool

ectool getLicense \ "test-productName" `# productName` \ "test-featureName" `# featureName`

Examples

Perl

$cmdr->getLicense('CloudBees CD/RO', 'Server');

ectool

ectool getLicense "CloudBees CD/RO" "Server"