type APICommandInquireHostResponseBody = { badSshKeys?: Record; hostName: string; hostOS: string; hostUUID: string; isConnected: boolean; isInetConnected: boolean; isOSRegistered: boolean; };