The collection of Session resource instances.
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'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/SessionService/Sessions' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#SessionCollection.SessionCollection",
"@odata.id": "/redfish/v1/SessionService/Sessions",
"@odata.type": "#SessionCollection.SessionCollection",
"Description": "Session Collection",
"Members": [
{
"@odata.id": "/redfish/v1/SessionService/Sessions/51"
},
{
"@odata.id": "/redfish/v1/SessionService/Sessions/50"
}
],
"Members@odata.count": 2,
"Name": "Session Collection"
}