timesys.utilities package
timesys.utilities.heartbeat.heartbeat()
Verify that auth is working and the server is responding
If successful, the server returns {'ok': True}. Otherwise an appropriate Exception will be raised.
-
Returns:
ok: True if the server accepted the request and was able to respond
-
Return type: dict
timesys.utilities.about.get_app_db_version()
Get app and vulnerability database version details from Vigiles.
-
Returns:
app_version: Current Vigiles app version
database_version: Current vulnerability database version
-
Return type: dict