API Guide

"kind": "Singleton"
},
{
"name": "Systems",
"url": "/redfish/v1/Systems",
"kind": "Singleton"
},
{
"name": "Chassis",
"url": "/redfish/v1/Chassis",
"kind": "Singleton"
},
{
"name": "Managers",
"url": "/redfish/v1/Managers",
"kind": "Singleton"
},
{
"name": "TaskService",
"url": "/redfish/v1/TaskService",
"kind": "Singleton"
},
{
"name": "SessionService",
"url": "/redfish/v1/SessionService",
"kind": "Singleton"
},
{
"name": "Registries",
"url": "/redfish/v1/Registries",
"kind": "Singleton"
},
{
"name": "MessageRegistryCollection",
"url": "/redfish/v1/MessageRegistryCollection",
"kind": "Singleton"
}
]
}
Redfish—SessionService
This resource enables you to access the session service. Using this resource, you can view the sessions, create a session, delete a session,
and so on.
Use the URI in this resource to access the session service and the associated actions.
/redfish/v1/SessionService
This URI represents the collection of session services.
GET method for SessionService
This method returns a collection of session service.
Description
Returns a collection of session service.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "$metadata#SessionService.SessionService",
"@odata.id": "/api/SessionService",
"Id": "SessionServiceID",
Redfish resource model 601