Seed Alert
Seed a billing alert for a tenant.
Seed a billing alert for a tenant.
Path Parameters
tenant_id*Tenant Id
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/test/seed/497f6eca-6276-4993-bfeb-53cbbbba6f08/alerts" \ -H "Content-Type: application/json" \ -d '{ "alert_type": "string", "message": "string", "severity": "string", "title": "string" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}