Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface MdnsResult

    interface MdnsResult {
        allowed: boolean;
        blocked: string[];
        discovered: string[];
        hostname: string;
        reason?: string;
        scanned?: boolean;
    }
    Index
    allowed: boolean
    blocked: string[]
    discovered: string[]
    hostname: string
    reason?: string
    scanned?: boolean

    False when no discovery was actually attempted, so an empty discovered list must not be read as "nothing is on the network".