API Guide

Table Of Contents
Example
response body
{
"@odata.context": "$metadata",
"value":[
{
"name": "CompositionService",
"url": "/redfish/v1/CompositionService",
"kind": "Singleton"
},
{
"name": "AccountService",
"url": "/redfish/v1/AccountService",
"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"
}
]
}
RedfishSessionService
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 resource model
647