cURL
curl --request PUT \ --url https://monitor.geonode.com/sessions/release/proxies \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "data": [ { "sessionId": "random0001", "port": 10000 } ] }'
{ "success": true }
Release sticky sessions for a specified Geonode service by session ID and port.
Basic Authentication is required for this API.
Authorization
Session released successfully.
The response is of type object.
object
Was this page helpful?