setAnalyticsServerConfiguration

On this page
Back to index

Summary

Sets the Analytics Server configuration.
analyticsServerUrl
Stringoptional
CloudBees CD/RO server communicates with the Analytics server using this URL. This URL must be set if Analytics is enabled. Enclose the IPV6 address in square brackets. Example: [<IPv6-ADDRESS>].
enabled
Booleanoptional
If true, enables Analytics.
password
Stringoptional
The password for authenticating with the Analytics server.
testConnection
Booleanoptional
Use to test the connection to the Analytics server should be tested before saving the configuration. Default is false.
userName
Stringoptional
The user name for authenticating with the Analytics server.

Usage

Perl

$cmdr->setAnalyticsServerConfiguration( # optionals );

ectool

ectool setAnalyticsServerConfiguration \ # optionals