Skip to content
Start here

ISPs

List device ISPs
client.zeroTrust.dex.devices.isps.list(stringdeviceId, ISPListParams { account_id, per_page, cursor, 5 more } params, RequestOptionsoptions?): V4PagePagination<ISPs { isps } >
GET/accounts/{account_id}/dex/devices/{device_id}/isps
ModelsExpand Collapse
ISPs { isps }
isps: Array<ISP>
test_id: string

The test that generated this result.

test_result_id: string

The specific test result.

time_start: string

Timestamp of when the ISP was observed.

formatdate-time
ip?: IP { address, asn, aso, 4 more }

IP address information for the ISP hop. Fields marked as PII-gated (name, address, netmask, and all location sub-fields) will be returned as the literal string "REDACTED" for callers that do not have the PII permission. asn, aso, and version are always returned regardless of PII access.

address?: string

IP address. Returned as "REDACTED" without PII permission.

asn?: number

Autonomous System Number.

aso?: string

Autonomous System Organization name.

location?: Location { city, country_iso, state_iso, zip }

Geographic location information. All fields are returned as the literal string "REDACTED" for callers that do not have the PII permission.

city?: string

City name. Returned as "REDACTED" without PII permission.

country_iso?: string

Country ISO code. Returned as "REDACTED" without PII permission.

state_iso?: string

State/province ISO code. Returned as "REDACTED" without PII permission.

zip?: string

ZIP/postal code. Returned as "REDACTED" without PII permission.

name?: string

Named IP address (reverse DNS hostname when available). Returned as "REDACTED" without PII permission.

netmask?: string

Network mask. Returned as "REDACTED" without PII permission.

version?: number

IP version (1 for IPv4, 2 for IPv6, 0 if unknown).