Skip to content
Start here

Devices

DevicesISPs

List device ISPs
client.ZeroTrust.DEX.Devices.ISPs.List(ctx, deviceID, params) (*V4PagePagination[ISPs], error)
GET/accounts/{account_id}/dex/devices/{device_id}/isps
ModelsExpand Collapse
type ISPs struct{…}
ISPs []ISPsISP
TestID string

The test that generated this result.

TestResultID string

The specific test result.

TimeStart Time

Timestamp of when the ISP was observed.

formatdate-time
IP ISPsISPsIPOptional

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 stringOptional

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

ASN int64Optional

Autonomous System Number.

Aso stringOptional

Autonomous System Organization name.

Location ISPsISPsIPLocationOptional

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

City stringOptional

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

CountryISO stringOptional

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

StateISO stringOptional

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

Zip stringOptional

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

Name stringOptional

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

Netmask stringOptional

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

Version int64Optional

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