Files
ITWorx-Pulse-Public/config/probes/probe.example.json
T
ITWorx Pulse release export bd774932d5
Public source validation / validate (push) Failing after 3m8s
Publish ITWorx Pulse source
2026-09-03 02:09:19 +02:00

24 lines
484 B
JSON

{
"schemaVersion": 1,
"id": "b1111111-1111-4111-8111-111111111111",
"name": "Pulse self-check",
"type": "http",
"target": {
"scheme": "https",
"host": "pulse.example.invalid",
"port": 443,
"path": "/health/ready"
},
"intervalSeconds": 30,
"timeoutSeconds": 5,
"enabled": false,
"expectedStatusCodes": [
200
],
"followRedirects": false,
"verifyTls": true,
"contentAssertion": null,
"secretReference": null,
"networkPolicyId": null
}