xprtld session logout command fails (SDSCPE-24903)
When attempting to terminate a session using the xprtlc -b "session id" -l https://ManagementServer_hostname:14161/vom/api/logout command, the command fails.
Workaround: Use one of the alternatives:
-
https://ManagementServer_hostname:14161/vom/api/logout -
Use the cURL command
curl -g -k -b "session id" https://ManagementServer_hostname:14161/vom/api/logout
Related information