Prettify json mock data for easier editing in the future

This commit is contained in:
Łukasz Mierzwa
2017-04-01 10:49:07 -07:00
parent a79f30195c
commit 58ba0cdaa9

View File

@@ -1,40 +1,40 @@
{
"status": "success",
"data": [
{
"id": "1",
"matchers": [
{
"name": "instance",
"value": "web1",
"isRegex": false
}
],
"startsAt": "2017-02-18T01:34:34Z",
"endsAt": "0001-01-01T00:00:00Z",
"createdAt": "2017-02-18T01:34:34Z",
"createdBy": "john@example.com",
"comment": "Silenced instance"
},
{
"id": "2",
"matchers": [
{
"name": "alertname",
"value": "Host_Down",
"isRegex": false
},
{
"name": "cluster",
"value": "dev",
"isRegex": false
}
],
"startsAt": "2017-02-18T01:34:34Z",
"endsAt": "0001-01-01T00:00:00Z",
"createdAt": "2017-02-18T01:34:34Z",
"createdBy": "john@example.com",
"comment": "Silenced Host_Down alerts in the dev cluster"
}
{
"id": "1",
"matchers": [
{
"name": "instance",
"value": "web1",
"isRegex": false
}
],
"startsAt": "2017-02-18T01:34:34Z",
"endsAt": "0001-01-01T00:00:00Z",
"createdAt": "2017-02-18T01:34:34Z",
"createdBy": "john@example.com",
"comment": "Silenced instance"
},
{
"id": "2",
"matchers": [
{
"name": "alertname",
"value": "Host_Down",
"isRegex": false
},
{
"name": "cluster",
"value": "dev",
"isRegex": false
}
],
"startsAt": "2017-02-18T01:34:34Z",
"endsAt": "0001-01-01T00:00:00Z",
"createdAt": "2017-02-18T01:34:34Z",
"createdBy": "john@example.com",
"comment": "Silenced Host_Down alerts in the dev cluster"
}
]
}