runLicenseReport

Back to index

Summary

Run licenseReport to get license usage analytics data.

When a CloudBees CI or operations center instance has several licenses, this is the license with the greatest timestamp (the timestamp in the event sent from CloudBees CI). There can be only one license in existence per controller_url at a time.

instances
Collectionoptional
Instance identifiers.

Usage

Perl

$cmdr->runLicenseReport( # optionals );

ectool

ectool runLicenseReport \ # optionals

Examples

Perl

$cmdr->runLicenseReport({instances => "https://my.controller.com"});

ectool

ectool runLicenseReport --instances https://my.controller.com