mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-25 22:05:40 +00:00
Improve documentation of idrac_redfish_info module (#12329)
Signed-off-by: Jens Meißner <meissner@b1-systems.de>
This commit is contained in:
parent
ccad1c8353
commit
40bb8ea1ae
1 changed files with 3 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ short_description: Gather PowerEdge server information through iDRAC using Redfi
|
|||
description:
|
||||
- Builds Redfish URIs locally and sends them to remote iDRAC controllers to get information back.
|
||||
- For use with Dell EMC iDRAC operations that require Redfish OEM extensions.
|
||||
- This module is limited to retrieving iDRAC-specific data. For standard Redfish attributes, use M(community.general.redfish_info) instead.
|
||||
extends_documentation_fragment:
|
||||
- community.general._attributes
|
||||
- community.general._attributes.info_module
|
||||
|
|
@ -24,12 +25,12 @@ options:
|
|||
category:
|
||||
required: true
|
||||
description:
|
||||
- Category to execute on iDRAC.
|
||||
- Category to execute on iDRAC. V(Manager) is currently the only supported category.
|
||||
type: str
|
||||
command:
|
||||
required: true
|
||||
description:
|
||||
- List of commands to execute on iDRAC.
|
||||
- List of commands to execute on iDRAC. Currently, only V(GetManagerAttributes) is supported.
|
||||
- V(GetManagerAttributes) returns the list of dicts containing iDRAC, LifecycleController and System attributes.
|
||||
type: list
|
||||
elements: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue