The Session resource describes a single connection (session) between a client and a Redfish service instance.
Privilege: Login
Note: This URI has been updated to meet the latest Redfish specification based URI naming conventions. The following non-compliant URI may get deprecated in future releases. Old URI: '/redfish/v1/Sessions/{SessionId}'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/SessionService/Sessions/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#Session.Session",
"@odata.id": "/redfish/v1/SessionService/Sessions/50",
"@odata.type": "#Session.v1_7_2.Session",
"ClientOriginIPAddress": "100.71.133.111",
"CreatedTime": "2025-11-06T23:41:37-06:00",
"Description": "User Session",
"Id": "50",
"Name": "User Session",
"Password": null,
"SessionType": "ManagerConsole",
"UserName": "root"
}