curl --location --request GET 'http://127.0.0.1:9093/api/v2/silences'
[ { "id": "string", "status": { "state": "expired" }, "updatedAt": "2019-08-24T14:15:22Z", "matchers": [ { "name": "string", "value": "string", "isRegex": true, "isEqual": true } ], "startsAt": "2019-08-24T14:15:22Z", "endsAt": "2019-08-24T14:15:22Z", "createdBy": "string", "comment": "string" } ]