getDevOpsInsightDataSource

On this page
Back to index

Summary

Creates 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`