Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Python
import latitudesh_python_sdk from latitudesh_python_sdk import Latitudesh import os with Latitudesh( bearer=os.getenv("LATITUDESH_BEARER", ""), ) as latitudesh: res = latitudesh.vpn_sessions.list(filter_location=latitudesh_python_sdk.FilterLocation.SAO) # Handle response print(res)
{ "data": [ { "id": "vpn_mw49QDB5qagKb", "type": "vpn_sessions", "attributes": { "user_name": "Alvaro", "port": "8443", "host": "fw04-mh1.maxi.host", "region": { "city": "São Paulo 275", "country": "United States 288", "site": { "id": "loc_kjQwdE2bqYNVP", "name": "São Paulo 275", "slug": "SAO", "facility": "São Paulo 275" } }, "expires_at": "2026-01-14T15:58:19+00:00", "created_at": "2026-01-14T15:57:19+00:00", "updated_at": "2026-01-14T15:57:19+00:00" } } ], "meta": {} }
ASH
BUE
CHI
DAL
FRA
LAX
LON
MEX
MEX2
MIA
MIA2
NYC
SAO
SAO2
SGP
SYD
TYO
TYO2
Success
Show child attributes
Was this page helpful?