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>
Parameters
- Name
service-name
- Type
- PAY-AS-YOU-GO-RESIDENTIAL
- Description
(Required) The service name. Currently the only option is PAY-AS-YOU-GO-RESIDENTIAL.
Authentication (Basic Auth)
- Name
username
- Type
- string
- Description
(Required) Your API username.
- Name
password
- Type
- string
- Description
(Required) Your API password.
Expected Response
{
"sessions": [
{
"sessionId": "re1AbdY0KkiQqlcN",
"port": 10000,
"country": null,
"expireAt": "2023-01-17T08:08:53.000Z",
"createdAt": "2023-01-17T07:58:53.375Z",
"domain": "ip-api.com",
"url": "http://ip-api.com/json",
"timezone": "UTC"
},
///...
]
}