CreateAlertSilenceTemplate
Create a reusable silence template for recurring maintenance windows
/api/v1/alerting/silence-templatesOperation ID
CreateAlertSilenceTemplateSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
nameStringRequiredHuman-readable template name
Example: Weekly Maintenance
descriptionStringRequiredDescription of the template purpose
Example: Suppress non-critical alerts during weekly maintenance
matchersListRequiredLabel matchers for the silence scope
Example: (nested array)
keyStringLabel key to match against
Example: severity
valueStringLabel value to match
Example: warning
matcherTypeStringMatch type: exact or regex
Example: exact
recurrenceObjectRequiredOptional recurrence configuration
cronStringCron expression for recurring silence windows
Example: 0 2 * * 0
durationIntegerDuration in minutes for each silence window
Example: 120
timezoneStringTimezone for cron evaluation
Example: Asia/Shanghai
createdByStringRequiredUser creating this template
Example: admin
