Create a contact point
POST/v1/grafana/api/v1/provisioning/contact-points
Create a contact point. Please ensure to change the region in the URL to match your account's region.
Request
- application/json
Body
disableResolveMessage boolean
name string
settings object
type string
uid string
Responses
- 400
- description
- schema
Not Found
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Error message"
}
Loading...