GET https://api.pingera.ru/v1/checks
{
"checks": [
{
"active": true,
"created_at": "2025-05-19T12:16:03.957540",
"host": null,
"id": "3j8wnqlj2f6o",
"interval": 180,
"last_checked_at": "2025-05-19T19:33:55.218271",
"name": "Документация Pingera",
"parameters": {
"http_request": {
"body": "",
"headers": {},
"method": "GET",
"password": "",
"username": ""
},
"search_text": ""
},
}
...
]
}
$ pngr checks run custom -f my-ssl-check.json
...
Certificate Details:
│ • Subject: CN=api.pingera.ru
│ • Issuer: CN=R10,O=Let's Encrypt,C=US
│ • Valid From: 2025-08-03T12:07:32+00:00
│ • Valid Until: 2025-11-01T12:07:31+00:00
│ • Key Size: 2048 bits
│ • Signature Algorithm: sha256
│ • Date Valid: ✅ Valid
│ • Hostname: ✅ Match
│ • Trust Store: ✅ Trusted
│
│ Security Vulnerabilities:
│ • Beast: ✅ Not Vulnerable
│ • Ccs Injection: ✅ Not Vulnerable
│ • Heartbleed: ✅ Not Vulnerable
│ • Lucky13: ✅ Not Vulnerable
│ • Robot: ✅ Not Vulnerable
│ • Session Renegotiation: ✅ Not Vulnerable
│ • Tls Compression: ✅ Not Vulnerable
...