Deep Security Manager REST API

Path: / rest / authentication / logout

Ends the client session. The given session ID will not be usable after this call.


Method Summary
ResourceDescription
DELETE /rest/authentication/logout?sID=…Ends the client session.

Method Detail
HTTP Example:
DELETE /rest/authentication/logout?sID=…

API Example:

IAuthenticationAPI.endSession({'sID': /* sID session ID */});

Ends the client session. The given session ID will not be usable after this call.

Output:
java.lang.String - a response with status 200 OK when the logout succeeds. The returned string is purely informational and can be ignored.
Query parameters:
sID - session ID
Produces:
text/plain

Copyright © 2015 Trend Micro Inc. All Rights Reserved.