getDevOpsInsightDataSource

Back to index

Summary

Retrieves a new DevOps Insight data source.
projectName
Stringrequired
The name for the project that must be unique among all projects.
releaseName
Stringrequired
The name of the release.
devOpsInsightDataSourceName
Stringrequired
The DevOps Insight data source name.

Usage

Perl

$cmdr->getDevOpsInsightDataSource( "test-projectName", # projectName "test-releaseName", # releaseName "test-devOpsInsightDataSourceName" # devOpsInsightDataSourceName );

ectool

ectool getDevOpsInsightDataSource \ "test-projectName" `# projectName` \ "test-releaseName" `# releaseName` \ "test-devOpsInsightDataSourceName" `# devOpsInsightDataSourceName`

Examples

Perl

$cmdr->getDevOpsInsightDataSource("Default", "Weekly Overview", {includeDetails => true});

ectool

ectool getDevOpsInsightDataSource Default "Weekly Overview" --includeDetails true