您可以使用 Orchestrator REST 的清单服务按层次结构浏览 Orchestrator 和插件清单。
前提条件
确认您已导入 Orchestrator 中的示例工作流软件包。该软件包随附在 Orchestrator 示例应用程序 ZIP 文件中,您可从 Orchestrator 文档页面中下载该文件。
过程
查找“发送问候”工作流
您可以浏览 Orchestrator 清单来查找“发送问候”工作流。
在清单服务的 URL 发起 GET 请求:
GET https://localhost:8281/vco/api/inventory/
在 Orchestrator 中系统对象驻留的 URL 发起 GET 请求:
GET https://localhost:8281/vco/api/inventory/System/
在 Orchestrator 中所有工作流驻留的 URL 发起 GET 请求:
GET https://localhost:8281/vco/api/inventory/System/Workflows/
在示例工作流类别的 URL 发起 GET 请求:
GET https://localhost:8281/vco/api/inventory/System/Workflows/Samples/
使用“你好世界”工作流类别的下行链路(可在其中找到“发送问候”工作流)。