Back to index
Summary
Sets the DevOps Insight Server configuration. The API is disabled and deprecated. Use setAnalyticsServerConfiguration instead.This command is deprecated and will be removed in the future. |
elasticSearchUrlStringoptionalCloudBees CD/RO server retrieves data from ElasticSearch using this URL. This URL must be set if DevOps Insight is enabled. If using an IPv6 address, enclose the address in square brackets. Example: [<IPv6-ADDRESS>] .enabledBooleanoptionalIf true, enables DevOps Insight. logStashUrlStringoptionaldeprecatedThis is the URL where LogStash receives data from CloudBees CD/RO server. This URL must be set if DevOps Insight is enabled. If using an IPv6 address, enclose the address in square brackets. Example: [<IPv6-ADDRESS>] .passwordStringoptionalThe password for authenticating with the DevOps Insight Server. testConnectionBooleanoptionalWhether the connection to the DevOps Insight Server should be tested before saving the configuration. Defaults to false. userNameStringoptionalThe user name for authenticating with the DevOps Insight Server. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.setDevOpsInsightServerConfiguration( /* optional arguments */ )