core/examples/http_request.hmdl.json
2023-04-24 12:19:10 +02:00

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
}
}
}
}
]
}