【问题标题】:Retrieve list all Labels and their job names from Talend Administration Center using MetaServlet API使用 MetaServlet API 从 Talend Administration Center 检索所有标签及其作业名称的列表
【发布时间】:2019-11-28 21:44:36
【问题描述】:

我想从 TAC(Talend 管理中心)检索所有标签及其工作名称的列表 最好使用 Metaservlet API。

任何帮助将不胜感激!

【问题讨论】:

  • 您使用的是哪个版本的 Talend?

标签: talend


【解决方案1】:

您可以使用 metaservlet API 来查询任务列表,使用以下任一命令:

{
  "actionName": "getTasksRelatedToJobs",
  "authPass": "admin",
  "authUser": "admin@company.com"
}

{
  "actionName": "listTasks",
  "authPass": "admin",
  "authUser": "admin@company.com",
  "fastMode": "true"
}

【讨论】:

  • 感谢您的回答。我也在下面尝试过,它提供了我需要的所有信息。 { "actionName": "listProjects", "authPass": "xxx", "authUser": "xxx", "onlyActive": true, "onlyGit": false, "onlySvn": false, "withReference": false }
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2015-01-16
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多