Interface ShardHealthResponse

Shard health check response (unauthenticated).

interface ShardHealthResponse {
    app: string;
    centralUrl: string;
    clients: number;
    features: ShardFeatures;
    guildId: string;
    guildName: string;
    ok: boolean;
    publicUrl: string;
    registered: boolean;
    runtime: string;
    startedAt: string;
    udpVoice: Record<string, unknown>;
    udpVoiceEnabled: boolean;
    udpVoiceEndpoint: string;
}

Properties

app: string
centralUrl: string
clients: number
features: ShardFeatures
guildId: string
guildName: string
ok: boolean
publicUrl: string
registered: boolean
runtime: string
startedAt: string
udpVoice: Record<string, unknown>
udpVoiceEnabled: boolean
udpVoiceEndpoint: string