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": 10000 } ] } '
{ "success": true }
This endpoint allows you to release sticky sessions for multiple ports in a single request.
If you have sticky sessions running on multiple ports (10000, 10001, and 10002), this API allows you to release them in a single request.
10000
10001
10002
Basic authentication using username and password.
Show child attributes
Port number to release.
Successfully released the specified ports.
Indicates whether the session release was successful.
true
Was this page helpful?