Interface GetHostStatusResponse

interface GetHostStatusResponse {
    error: string;
    id: number;
    result: [string, HostStatus, string];
}

Hierarchy (view full)

Properties

Properties

error: string
id: number

mostly usless id that increments with every request

result: [string, HostStatus, string]

host id - ddf084f5f3d7945597991008949ea7b51e6b3d93 status - "Online" version - "1.3.15"