Public source validation / validate (push) Failing after 3m8s
24 lines
484 B
JSON
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
|
|
}
|