This is a reminder that this page is for you if you already purchased Geonode’s services and want to know how to use them. If you want a guide on how to purchase our services, you can check it out here.
List of all active sessions
To view a list of all active sessions currently being used with your account, you can make a request using the following command:
Request
GET
curl --user <username>:<password> https://monitor.geonode.com/sessions/{service-name}?page={page}&pageSize={pageSize}
Parameters
- Name
service-name
- Type
- ServiceType
- Description
(Required) The service name.
RESIDENTIAL-PREMIUM | RESIDENTIAL-UNMETERED | SHARED-DATACENTER
- Name
page
- Type
- number
- default
- (default = 1)
- Description
(optional)
- Name
pageSize
- Type
- number
- default
- (default = 250)
- Description
(optional) maximum of 250
Authentication (Basic Auth)
- Name
username
- Type
- string
- Description
(Required) Your API username.
- Name
password
- Type
- string
- Description
(Required) Your API password.
Expected Response
{
"sessions": [
{
"id": "30980dc3-05a0-4e35-a1a5-94db55626eb1",
"userSessionId": "1405ROzeggzz",
"userId": "geonode_KhHdXkvMxl",
"port": "10003",
"rotatingIntervalInSeconds": 178.542,
"durationInSeconds": 82.227
}
],
"count": 10,
"total": 104,
"page": 1,
"pageSize": 10
}