Does OpsIQ support REST and GraphQL integrations?

Yes, OpsIQ supports integrations through standard REST or GraphQL-style APIs. The connector model focuses on the capabilities that the external system exposes.

Authentication methods include:

  • Bearer
  • API key
  • Basic
  • OAuth 2.0
  • HMAC
  • Custom schemes

The connector also declares the context, identity, actions, triggers, and synchronization it supports.

Related articles