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

If an event delivery fails, the event service of iDRAC retries delivering the failed event. The number of retries and delivery intervals can be
configured using the following attributes:
• iDRAC.RedfishEventing.DeliveryRetryAttempts
• iDRAC.RedfishEventing.DeliveryRetryIntervalInSeconds
Event delivery retry settings in RACADM
iDRAC.RedfishEventing.DeliveryRetryAttempts (Read or Write)
iDRAC.RedfishEventing.DeliveryRetryIntervalInSeconds (Read or Write)
Eventing operations
The Redfish event service provides the following URIs:
Table 2. Eventing operations
HTTP method type Description URI Metadata reference
GET Get Event Service detailed
information
/redfish/v1/
EventService
EventService.xml
POST Register an event notification
receiver
/redfish/v1/
EventService/
Subscriptions
EventDestination.xml
DELETE Remove a subscription
/redfish/v1/
EventService/
Subscriptions/
<Subscription ID>
EventService.xml
Redfish resources
This section describes the resource URIs and related operations that are available in the iDRAC implementation of a Redfish service API.
AccountService
Description
This resource is used to represent a management account service for a Redfish implementation.
URL
/redfish/v1/Managers/<ID>/AccountService
Supported HTTP methods and privileges
HTTP method
Required privilege
GET Login
Chassis
Description
This resource is used to represent a chassis or other physical enclosure for a Redfish implementation.
10