Dell Servers · Rate Limits
Dell Servers Rate Limits
The Dell server-management APIs are firmware-resident on iDRAC, OME, and related appliances inside the customer's own network. There are no vendor-imposed cloud rate limits. Throughput is bounded by the iDRAC's embedded controller (modest CPU and memory), the OME appliance sizing, and the network path from clients to the BMC. Excessive concurrent sessions against a single iDRAC or aggressive Redfish polling can degrade BMC responsiveness — Dell guidance is to space telemetry / inventory polls and prefer streaming (SSE) over polling for high-frequency data.
3 Limits
Throttle: 429
HardwareInfrastructureServer ManagementRedfishRate Limiting
Limits
iDRAC concurrent sessions device
see iDRAC user guide for the active firmware version
iDRAC enforces a small concurrent-session ceiling (typically single-digit). Excess sessions are rejected with 503 / 429 depending on firmware.
Redfish polling cadence device
operator-tunable; Dell recommends spacing inventory polls
Frequent polling against a single iDRAC can starve the BMC. Dell recommends Server-Sent Events (telemetry streaming) over polling.
OpenManage Enterprise appliance throughput appliance
operator-defined — bounded by OME appliance sizing
OME is a customer-deployed virtual appliance; throughput is a function of the assigned vCPU / memory / storage and the count of managed nodes.
Policies
Streaming Over Polling
For high-frequency telemetry, use the iDRAC Telemetry Streaming (Server-Sent Events) endpoint rather than periodic Redfish GETs.
Session Lifecycle
Reuse iDRAC sessions where possible and explicitly delete sessions after use to avoid hitting the device's session ceiling.
Stagger Fleet Polling
When inventorying a fleet, randomize start times and parallelism so peaks do not saturate any single iDRAC or the OME appliance.
Firmware-Version Awareness
Specific limits and supported endpoints vary by iDRAC generation (8 vs 9 vs 10) and firmware revision. Always validate against the active iDRAC user guide.