Something in the request data indicates a conflict with the current state of the resource.
Create a new test configuration
This is an example of a typical 409 error responses you would encounter when making a POST request to/sla-api/v1/tests
.
{
"status":409,
"type":"/sla-api/v1/errors/quota-exceeded",
"title":"Quota failure",
"detail":"Quota exceeded",
"instance":"ea4afa39-29f1-4213-9d83-0a6b73a26edf"
}
This is an example of typical 409 error response you would encounter when making a PUT request to/sla-api/v1/tests{?slaTestId}
.
{
"status":409,
"type":"/sla-api/v1/errors/quota-exceeded",
"title":"Quota failure",
"detail":"Quota exceeded",
"instance":"ea4afa39-29f1-4213-9d83-0a6b73a26edf"
}