Number of APIs: 4
GET https://{{host}}/sla-api/v1/tests
Returns all test configurations, or a filtered set you use the slaTestIds
parameter to control.
GET https://{{host}}/sla-api/v1/tests/:slaTestId
Return the contents of one test configuration. Set the slaTestId
parameter to indicate which test configuration to retrieve.
3. Update a test configuration
PUT https://{{host}}/sla-api/v1/tests/:slaTestId
Use this operation change an existing test configuration, such as changing the agent group or adding a performance target. Set the slaTestId
parameter to indicate which test configuration to update.
4. Delete a test configuration
DELETE https://{{host}}/sla-api/v1/tests/:slaTestId
Deletion cannot be undone. Once you delete a test configuration, you can't retrieve it or any data that it has collected. Set the slaTestId
parameter to indicate which test configuration to delete.
ENDPOINTS