cURL
curl --request PUT \ --url https://monitor.geonode.com/sessions/release/proxies \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "data": [ { "port": 10001 } ] }'
{ "success": true }
This API allows users to release a specific proxy session by providing a port number.
Basic authentication using username and password.
Session released successfully.
The response is of type object.
object
Was this page helpful?