abuseipdb-client - v1.0.21
Preparing search index...
APICheckBlockEndpointResponse
Interface APICheckBlockEndpointResponse
AbuseIPDB's Check-Block endpoint JSON structure.
See
Check-Block Endpoint API
interface
APICheckBlockEndpointResponse
{
data
:
{
addressSpaceDesc
:
string
;
maxAddress
:
string
;
minAddress
:
string
;
netmask
:
string
;
networkAddress
:
string
;
numPossibleHosts
:
number
;
reportedAddress
:
NonEmptyArr
<
ReportedAddressEntity
>
;
}
;
}
Index
Properties
data
Properties
data
data
:
{
addressSpaceDesc
:
string
;
maxAddress
:
string
;
minAddress
:
string
;
netmask
:
string
;
networkAddress
:
string
;
numPossibleHosts
:
number
;
reportedAddress
:
NonEmptyArr
<
ReportedAddressEntity
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
abuseipdb-client - v1.0.21
Loading...
AbuseIPDB's Check-Block endpoint JSON structure.
See
Check-Block Endpoint API