{
"comment": "string",
"createdBy": "string",
"endsAt": "string",
"id": "string",
"matchers": [
{
"name": "string",
"type": 0,
"value": "string"
}
],
"startsAt": "string",
"status": {
"state": "string"
},
"updatedAt": "string"
}
curl --location --request POST '/v1/proxy/cluster//custom/alertmanager/v1/silence/_/actions/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "string",
"createdBy": "string",
"endsAt": "string",
"id": "string",
"matchers": [
{
"name": "string",
"type": 0,
"value": "string"
}
],
"startsAt": "string",
"status": {
"state": "string"
},
"updatedAt": "string"
}'
{
"data": null,
"errorData": null,
"message": "string",
"Data": "string"
}