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/v1Authentication
All API requests require an API key passed in the X-API-Key header. See Authentication for details.
Endpoints
| Endpoint | Method | Description |
|---|---|---|
/ingest | POST | Send metrics data |
/services | GET | List services |
/alerts | GET | List alerts |
/alerts/rules | GET/POST | Manage alert rules |
/investigations | GET | List investigations |
Rate Limits
The default rate limit is 600 requests per minute. This can be configured in your Argus instance settings.