-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Operations - Integrations - API
-
None
-
1
Current State:
At present the MS Teams / Slack Ops Integration is included in the List Integrations API, however when trying to use Get Integration to retrieve it's details the following is returned:
{
"errors": [
{
"code": "INTEGRATION_TYPE_NOT_SUPPORTED",
"title": "Integration type [msteams-plugin] is not supported."
}
]
}
Proposed Future State:
In order to allow customers to use external monitoring tools, support should be added for the msteams-plugin / slack-plugin integration in the endpoint Get Integration.
Alternative (e.g. Third Party Plugin):
There is no workaround for this.