cURL
curl --request GET \ --url https://monitor.geonode.com/sessions/proxies \ --header 'Authorization: Basic <encoded-value>'
{ "sessions": [ { "id": "a7f7c7a3-aaaa-4908-b7bd-71091daadaa6", "userSessionId": "vzzzzd", "userId": "geonode_userid", "port": "10000", "domain": "ip-api.com", "country": "dz", "rotatingIntervalInSeconds": 179.32, "durationInSeconds": 2.785 } ], "count": 1, "total": 1, "page": 1, "pageSize": 250 }
Retrieve a paginated list of all active sessions associated with your Geonode account.
Show child attributes
Was this page helpful?