API Guide
Redfish resource model
Dell EMC incrementally improves the support for API and the associated operations during the life cycle of the products.
The limited Redfish implementation follows the industry-standard DMTF specifications. For more information, see the documentation
available on the DMTF website.
Topics:
• Redfish — SessionService
• Redfish — Account Service
• Redfish — Message Registry
• Redfish — Chassis
• Redfish — Systems
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
Input:
Output:
{
"@odata.context": "$metadata#SessionService.SessionService",
"@odata.id": "/api/SessionService",
"Id": "SessionServiceID",
"Description": "SessionService",
"Name": "SessionService",
"Status": {
"State": "Enabled",
"HealthRollup": "OK",
"Health": "OK"
},
"ServiceEnabled": true,
"SessionTimeout": 1800,
"Actions": null,
"Sessions": [
{
"@odata.id": "/api/SessionService/Sessions"
}
18
Redfish resource model 447