DM-
SV01 Server ● BMC User Manual ● Rev. 2.1
63
When performing further requests, this token must be added to the header for authentication. As an
example, this can be done in Postman by means of the “Headers'' tab in the request parameters
workspace, as shown in Figure 73.
Figure 73: Adding the token for authentication
3.3.3 Session Logout
The user can perform a session logout in the BMC by means of the DELETE operation described below.
In the URI, it is required to add the session ID to be deleted. As an example, the session created in
section “3.3.1 Session Login” could be deleted by using the URI below:
●
https://<BMC_IP>/redfish/v1/SessionService/Sessions/jl9y8Zjudl.
Function
BMC Logout
Operation
DELETE
URI
https://<BMC_IP>/redfish/v1/SessionService/Sessions/<session_ID>
Payload
None
Header
X-Auth-
Token: “<token>”
Expected
response
200 OK