Back to index
Summary
Retrieves a new DevOps Insight data source.projectNameStringrequiredThe name for the project that must be unique among all projects. releaseNameStringrequiredThe name of the release. devOpsInsightDataSourceNameStringrequiredThe 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`