API Guide
Table Of Contents
- iDRAC9 with Lifecycle Controller Version 3.00.00.00 Redfish API Guide
- Overview
- Redfish-based systems management
- Redfish resources
- AccountService
- Chassis
- ComputerSystem
- EthernetInterfaces
- EventService
- EventDestination
- JSONSchemas
- LogEntry
- LogService
- Manager
- OEMManager
- ManagerAccount
- ManagerNetworkProtocol
- MessageRegistry
- Power
- Processor
- Role
- SerialInterfaces
- ServiceRoot
- Session
- SessionService
- SimpleStorage
- TaskService
- Thermal
- VirtualMedia
- VLanNetworkInterface
- BIOS
- SecureBoot
- UpdateService
- SoftwareInventory
- AttributeRegistry
- DellBootSourcesRegistry
- DellBootSources
- DellManager
- DellServiceRoot
- DellAttributes
- DellUpdateService
- DellCertificates
- DellJob
- Examples

Supported HTTP methods and response content type
HTTP method Response content type
GET application/json
Supported status codes
HTTP status code
200
400
500
BIOS
Description
This resource is used for representing the BIOS configuration and the related resources to Reset BIOS, Change Password, and the
Settings resource.
URL
/redfish/v1/Systems/<ID>/Bios
Supported HTTP methods and privileges
HTTP method
Required privilege
GET Login
Supported status codes
HTTP status code
Extended information
200
500 Base.1.0.InternalError
Supported action — ResetBIOS
Description
This action is used for resetting the BIOS attributes to default.
URL
/redfish/v1/Systems/<ID>/Bios/Actions/Bios.ResetBios
Supported HTTP methods and privileges
HTTP method
Required privilege
POST SystemControl
Supported status codes
HTTP status code
Extended information
200 Base.1.0.Success
37