API ReferenceAlerts Config
Create Alert Type
Create a new alert type.
Authorization
bearerAuth superadmin, superuserAuthorization<token>
In: header
Scope: superadmin, superuser
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/alerts-config/alert-types" \ -H "Content-Type: application/json" \ -d '{ "params_validation": {}, "detector": "string", "name": "string" }'{ "id": 0.1, "params_validation": {}, "description": "string", "detector": "string", "name": "string"}