21 lines
271 B
JSON
21 lines
271 B
JSON
|
|
{
|
||
|
|
"checks": [
|
||
|
|
{
|
||
|
|
"name": "test",
|
||
|
|
"kind": "http_request",
|
||
|
|
"parameters": {
|
||
|
|
"request": {
|
||
|
|
"target": "http://ich-bin-keine-domain.org"
|
||
|
|
},
|
||
|
|
"custom": {
|
||
|
|
"foo": true,
|
||
|
|
"bar": {
|
||
|
|
"baz": "BAZ",
|
||
|
|
"qux": 2.718
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|