Dell Technologies · Rate Limits

Dell Technologies Rate Limits

Rate limits are scoped per Dell product API and per-device / per-array rather than per-developer-account. iDRAC Redfish limits concurrent sessions on the management controller; OpenManage Enterprise limits per-user concurrent operations; PowerStore limits per-array session and request concurrency. Consult the relevant product API reference for canonical numbers.

1 Limits Throttle: 429 Quota: 429
Enterprise ITInfrastructureServersStorageCloudRate Limiting

Limits

Per-Product Concurrency device-or-array
varies
see product-specific API reference

Policies

Per-Product Limits
Each Dell product API (iDRAC Redfish, OpenManage Enterprise, PowerStore, etc.) enforces its own session, concurrency, and operation limits at the device or array level. Refer to the relevant product API reference for canonical values.
Backoff Strategy
Clients should implement exponential backoff with jitter, honoring Retry-After when present.
Session Management
Several Dell management APIs require explicit session creation and cleanup; long-lived sessions can consume the per-device session pool and trigger 503 / connection refusal.

Sources