API Guide

Table Of Contents
Examples for $select
Resource Type Example
Resource.Resource
https://<IP>/redfish/v1/Chassis/System.Embedded.1?$select=AssetTag
https://<IP>/redfish/v1/Chassis/System.Embedded.1?$select=Status
https://<IP>/redfish/v1/Chassis/System.Embedded.1?$select=Status/
State
https://<IP>/redfish/v1/Chassis/System.Embedded.1?$select=Assembly
https://<IP>/redfish/v1/Chassis/System.Embedded.1?$select=Links/
ComputerSystems
https://<IP>/redfish/v1/Chassis/System.Embedded.1?
$select=Links/Oem/Dell/DellEnclosureEMMCollection
https://<IP>/redfish/v1/Chassis/System.Embedded.1?$select=Location/
Placement
https://<IP>/redfish/v1/Chassis/System.Embedded.1?$select=Location/
Placement/Rack
https://<IP>/redfish/v1/Chassis/System.Embedded.1?$select=Assembly/
@odata.id
Resource.ResourceColl
ection
https://<IP>/redfish/v1/Systems?$select=Members
Resource.Referenceabl
eMember
https://<IP>/redfish/v1/Chassis/System.Embedded.1/Power?
$select=PowerControl
Examples for $filter
Resource Type
Example
Resoure.ResourceCollection
https://<IP>/redfish/v1/Managers/
iDRAC.Embedded.1/Logs/Sel?$filter=Severity
eq "OK"
Examples 125