See the API's various operations for details on their request parameters and response data:
You can also run this API with a Postman collection.
| Operation | Method | Endpoint |
|---|---|---|
| Agent Groups | ||
| List agent groups | GET | /sla-api/v1/agent-groups |
| Quotas | ||
| List Test Configuration Quotas | GET | /sla-api/v1/test-quotas |
| Tests | ||
| List test configurations | GET | /sla-api/v1/tests |
| Create a new test configuration | POST | /sla-api/v1/tests |
| Delete a test configuration | DELETE | /sla-api/v1/tests/{slaTestId} |
| Get a test configuration | GET | /sla-api/v1/tests/{slaTestId} |
| Update a test configuration | PUT | /sla-api/v1/tests/{slaTestId} |
| Reports | ||
| List availability reports | GET | /sla-api/v1/tests/{slaTestId}/reports/availability |
| List performance reports | GET | /sla-api/v1/tests/{slaTestId}/reports/performance |
