Integrations API

The Integrations API acts as an integration point for external services and exposes selected Moogsoft AIOps functionality to authorized external clients.

Contact Moogsoft Support if you experience difficulties or need further guidance.

Endpoints

See Integrations API Endpoint Reference for details of all the Integrations API endpoints.

API definition

All Integrations requests use the following URL format, where <server> is the hostname of the machine running the Moogsoft AIOps UI :

https://<server>/integrations/api/v1/<endpoint>

Examples:

https://example.com/integrations/api/v1/integrations
https://example.com/integrations/api/v1/integrations/{integrationId}
https://example.com/integrations/api/v1/integrations/{integrationId}/status

Authentication

In order to use the Integrations API, you must have the manage_integrations permission. See Role Permissions for more information.

All requests require a basic authentication header.