External DocumentationTo learn more, visit the Dell iDRAC documentation.
Actions
List Managers
Get a list of available managers.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Expand Results | Optional Redfish expand parameter to control how related resources are expanded in the response. Supported values: - *($levels=N) → Expand all navigation properties to N levels deep.- .($levels=N) → Expand subordinate links (outside of “Links” objects) to N levels.- ~($levels=N) → Expand dependent links (inside Links objects) to N levels.- Empty string → No expansion. |
{
"@odata.id": "/redfish/v1/Managers",
"@odata.type": "#ManagerCollection.ManagerCollection",
"Members": [
{
"@odata.id": "/redfish/v1/Managers/BMC"
}
],
"Members@odata.count": 1,
"Name": "Manager Collection"
}
Was this page helpful?