如何使用 Postman 调用 Control-M API?
How to call Control-M API's using Postman?
我一直在尝试使用 BMC 提供的 Control-M API 文档,但无法成功调用 API。
当尝试首先使用 /login
资源提供登录凭据以获取可用于进一步资源调用的 apiKey
时,我收到了各种错误响应。即使用 POST
时 405 method not allowed
,使用 GET
时 404 Page not found
。此时我不确定 Control-M API 版本(9.20.105)是否存在问题,或者我是否使用了正确的端点(CTRLM URL)?
is is not possible via postman?
Note: I am not sure if I am allowed to paste my clients URL here.
如果有人可以说明一个可公开测试的实时 Control-M API 调用,我将非常有帮助。
如果您安装了带自动化功能的 Control-M API,您可以使用它的 swagger 作为参考。
如果在名为 myControlM 的主机上安装了 Control-M,您应该能够浏览到:
https://myControlM:8443/automation-api
我一直在尝试使用 BMC 提供的 Control-M API 文档,但无法成功调用 API。
当尝试首先使用 /login
资源提供登录凭据以获取可用于进一步资源调用的 apiKey
时,我收到了各种错误响应。即使用 POST
时 405 method not allowed
,使用 GET
时 404 Page not found
。此时我不确定 Control-M API 版本(9.20.105)是否存在问题,或者我是否使用了正确的端点(CTRLM URL)?
is is not possible via postman? Note: I am not sure if I am allowed to paste my clients URL here.
如果有人可以说明一个可公开测试的实时 Control-M API 调用,我将非常有帮助。
如果您安装了带自动化功能的 Control-M API,您可以使用它的 swagger 作为参考。
如果在名为 myControlM 的主机上安装了 Control-M,您应该能够浏览到:
https://myControlM:8443/automation-api