[
{
"startsAt": "2019-08-24T14:15:22Z",
"endsAt": "2019-08-24T14:15:22Z",
"annotations": {
"property1": "string",
"property2": "string"
},
"labels": {
"property1": "string",
"property2": "string"
},
"generatorURL": "http://example.com"
}
]
curl --location --request POST 'http://127.0.0.1:9093/api/v2/alerts' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"startsAt": "2019-08-24T14:15:22Z",
"endsAt": "2019-08-24T14:15:22Z",
"annotations": {
"property1": "string",
"property2": "string"
},
"labels": {
"property1": "string",
"property2": "string"
},
"generatorURL": "http://example.com"
}
]'
{}