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

Property Description
ServiceTag System Service Tag
DellAttributes
Description
This resource is used to represent the iDRAC Configuration and the related settings resource for pending configuration.
URL
/redfish/v1/Managers/<ID>/Attributes
Supported HTTP methods and privileges
HTTP method Required privilege
GET Login
PATCH SystemControl
Updatable properties
Property
Description
Attributes Collection of all the attributes and their values supported by the
iDRAC configuration.
Supported status codes
HTTP status code
Extended information
200 Base.1.0.Success
400
Base.1.0.PropertyValueNotInList
Base.1.0.PropertyValueTypeError
500 Base.1.0.InternalError
Supported action — ClearPending
Description
This action is used to clear the pending values.
URL
/redfish/v1/Managers/<ID>/Attributes/Settings/Actions/Oem/DellManager.ClearPending
Supported HTTP methods and privileges
HTTP method
Required privilege
POST SystemControl
Supported status codes
HTTP status code
Extended information
200 Base.1.0.Success
46