API Guide

Table Of Contents
redfish/v1/odata
This API represents chassis details.
GET method for odata
This method returns chassis details.
Description Returns the chassis details.
Privilege VIEW
HTTP response
code
200
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"
}
]
}
718
Redfish resource model