{
"id": "1",
"matchers": [
{
"team": "elk"
}
],
"startsAt": "2023-07-07T07:07:00Z",
"endsAt": "2023-08-08T08:08:00Z",
"createdBy": "cuiliang",
"comment": "test API"
}
curl --location --request POST 'http://127.0.0.1:9093/api/v2/silences' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "1",
"matchers": [
{
"team": "elk"
}
],
"startsAt": "2023-07-07T07:07:00Z",
"endsAt": "2023-08-08T08:08:00Z",
"createdBy": "cuiliang",
"comment": "test API"
}'
{
"silenceID": "string"
}