Alert and Notifications 服务能否与 cf 应用程序以外的任何应用程序一起使用?

Can the Alert and Notifications service be used with anything other than cf apps?

有没有什么方法可以在 Bluemix 之外的应用程序 运行 中使用警报通知服务?

同样的服务也可以从 IBM Marketplace 获得。

您可以在这里订阅服务

https://www.ibm.com/marketplace/cloud/alert-notification/us/en-us

感谢和问候 苏达卡尔

如果您使用 Bluemix 控制台创建警报通知服务实例但不将其绑定到 Bluemix 应用程序,控制台将自动创建一组服务凭证。这些可以从 Bluemix 控制台中查看。它们包括 URL、名称和密码。您可以将它们复制到 Bluemix 之外的应用程序 运行。

要在控制台外管理服务凭证,请使用 cf service-key 命令。中间命令输出你需要的url,name,password:

cf create-service-key 'IBM Alert Notification-a1' MyKey
cf service-key 'IBM Alert Notification-a1' MyKey
cf delete-service-key 'IBM Alert Notification-a1' MyKey