❤️Health check
This article describes the health check functionality of the PORTOS API.
Get health check
{
"status": "Unhealthy",
"totalDuration": "00:00:00.7933458",
"entries":
{
"diskstorage":
{
"data":
{},
"description": "Minimum configured megabytes for disk C:\\ is 512 but actual free space are 252 megabytes",
"duration": "00:00:00.0414471",
"status": "Degraded"
},
"license":
{
"data":
{
"remaningDays": 196,
"expirationDate": "2021-05-13T00:00:00"
},
"description": "Licencia exspiruje za 196 dní.",
"duration": "00:00:00.0000619",
"status": "Healthy"
},
"fiscalPrinters":
{
"data":
{
"entries":
[
{
"key": "Fiscal2",
"result":
{
"data":
{},
"status": "Healthy"
}
},
{
"key": "eKasa",
"result":
{
"data":
{},
"description": "Tlačiareň nie je pripravená. Skontrolujte, či je tlačiareň zapnutá a pripojená do chráneného dátového úložiska.",
"status": "Degraded"
}
},
{
"key": "Virtual",
"result":
{
"data":
{},
"description": "Tlačiareň nie je zastihnuteľná na adrese 'usb-printer' (chyba: PrinterNotOpened).",
"status": "Unhealthy"
}
}
]
},
"duration": "00:00:00.7677499",
"status": "Unhealthy"
},
"orderEndpoints":
{
"data":
{
"entries":
[
{
"key": "Kuchyna",
"result":
{
"data":
{},
"description": "Tlačiareň nie je zastihnuteľná na adrese 'usb-printer' (chyba: PrinterNotOpened).",
"status": "Unhealthy"
}
},
{
"key": "01",
"result":
{
"data":
{},
"status": "Healthy"
}
}
]
},
"duration": "00:00:00.0056070",
"status": "Unhealthy"
},
"portos.Features.Qerko":
{
"data":
{
"displayName": "Qerko"
},
"duration": "00:00:00.0113119",
"status": "Healthy"
}
}
}Response payload
Health status
Health report
Health report entry
Health report exception
Health check result
Health checks
Core health checks
Name
Entry key name
Note
Disk storage health check
License health check
Fiscal printers health check
Order endpoints health check
Feature health checks
Last updated