Interface APICheckBlockEndpointResponse

AbuseIPDB's Check-Block endpoint JSON structure.

Hierarchy

  • APICheckBlockEndpointResponse

Properties

Properties

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

Type declaration

  • addressSpaceDesc: string
  • maxAddress: string
  • minAddress: string
  • netmask: string
  • networkAddress: string
  • numPossibleHosts: number
  • reportedAddress: NonEmptyArr<ReportedAddressEntity>

Generated using TypeDoc