HealthApi class
Properties
Methods
-
healthFirewall(
{String? uuidToken, String? ip}) → Future< void> - Check Logbot Firewall status
-
healthFirewallWithHttpInfo(
{String? uuidToken, String? ip}) → Future< Response> - Check Logbot Firewall status
-
healthSetup(
{String? uuidToken, String? ip}) → Future< void> - Check Logbot Setup status
-
healthSetupWithHttpInfo(
{String? uuidToken, String? ip}) → Future< Response> - Check Logbot Setup status
-
healthWriter(
{String? uuidToken, String? ip}) → Future< void> - Check Logbot Writer status
-
healthWriterWithHttpInfo(
{String? uuidToken, String? ip}) → Future< Response> - Check Logbot Writer status
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited