abuseipdb-client - v1.0.21
    Preparing search index...

    Interface APICheckBlockEndpointResponse

    AbuseIPDB's Check-Block endpoint JSON structure.

    interface APICheckBlockEndpointResponse {
        data: {
            addressSpaceDesc: string;
            maxAddress: string;
            minAddress: string;
            netmask: string;
            networkAddress: string;
            numPossibleHosts: number;
            reportedAddress: NonEmptyArr<ReportedAddressEntity>;
        };
    }
    Index

    Properties

    Properties

    data: {
        addressSpaceDesc: string;
        maxAddress: string;
        minAddress: string;
        netmask: string;
        networkAddress: string;
        numPossibleHosts: number;
        reportedAddress: NonEmptyArr<ReportedAddressEntity>;
    }