{
"muting_rule": {
"name": "<string>",
"comment": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"ends_at": "2023-11-07T05:31:56Z",
"label_matchers": [
{
"name": "<string>",
"type": "EXACT",
"value": "<string>"
}
],
"slug": "<string>",
"starts_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}{
"muting_rule": {
"name": "<string>",
"comment": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"ends_at": "2023-11-07T05:31:56Z",
"label_matchers": [
{
"name": "<string>",
"type": "EXACT",
"value": "<string>"
}
],
"slug": "<string>",
"starts_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}Chronosphere API token
A successful response.
Show child attributes
The name of the MutingRule. You can modify this value after the MutingRule is created.
Descriptive comment that explains why the muting rule was created.
Timestamp of when the MutingRule was created. Cannot be set by clients.
Required. Timestamp of when the muting rule stops being active.
Required. Specifies which series are silenced by the muting rule. Alerting series must match all muting rule matchers to be silenced. You can't update this value. Updates must specify the original value.
Show child attributes
Required. Always matches against an exact label name.
Required. Determines how the label value is matched.
EXACT, REGEX, NOT_EXACT, NOT_REGEXP Required. Matches against a label value based on the configured type.
The unique identifier of the MutingRule. If a slug isn't provided, one is generated based on the name field. You can't modify this field after the MutingRule is created.
Required. Timestamp of when the muting rule becomes active. You can't update this value. Updates must specify the original value.
Timestamp of when the MutingRule was last updated. Cannot be set by clients.