Argus
API Reference

API Reference

Argus REST API reference documentation.

The Argus API lets you programmatically interact with the platform.

Base URL

http://your-server-ip:7600/api/v1

Authentication

All API requests require an API key passed in the X-API-Key header. See Authentication for details.

Endpoints

EndpointMethodDescription
/ingestPOSTSend metrics data
/servicesGETList services
/alertsGETList alerts
/alerts/rulesGET/POSTManage alert rules
/investigationsGETList investigations

Rate Limits

The default rate limit is 600 requests per minute. This can be configured in your Argus instance settings.

On this page