API Guide
Table Of Contents
- iDRAC8 with Lifecycle Controller Version 2.70.70.70 Redfish API Guide
- Contents
- Overview
- Redfish-based systems management
- Redfish resources
- AccountService
- DellJobCollection
- AttributeRegistry
- BaseMessages
- AssemblyCollection
- Chassis
- ComputerSystem
- DellJob
- EventDestination
- Bios
- BIOS-Settings resource
- BootOption
- ChassisCollection
- ComputerSystemCollection
- LogEntry
- Manager
- ManagerAccount
- Memory collection
- DellBootSources
- Settings resource
- DellBootSourcesRegistry
- DellUpdateService
- DellManager
- Drive
- EthernetInterfaceCollection
- NetworkAdapter collection
- NetworkInterface collection
- EthernetInterfaces
- EventService
- FabricCollection
- PCIe
- HostInterfaceCollection
- JSONSchemas
- LogEntryCollection
- LogService
- LogServiceCollection
- ManagerCollection
- ManagerAccountCollection
- ManagerNetworkProtocol
- MemoryCollection
- MessageRegistryFile
- MessageRegistryFileCollection
- Messages
- NetworkAdapterCollection
- NetworkInterfaceCollection
- PCIeDevice
- PCIeFunction
- Processor
- Port
- PortCollection
- Power
- PrivilegeRegistry
- ProcessorCollection
- Role
- RoleCollection
- SecureBoot
- SerialInterfaceCollection
- ServiceRoot
- Session
- SessionService
- SimpleStorage
- SoftwareInventoryCollection
- SerialInterfaces
- StorageCollection
- Storage collection
- Subscriptions
- Switches
- TaskCollection
- TaskService
- Thermal
- UpdateService
- VirtualMedia
- VLanNetworkInterface
- VolumeCollection
- NetworkPort
- NetworkPortCollection
- NetworkDeviceFunctionCollection
- Redundancy
- Examples
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