Describe Redfish schema type
redfish_describe_schemaGet distilled Redfish schema metadata for a resource type, or narrow to a single property or action definition with URIs, properties, and enums.
Instructions
Return distilled schema metadata for one Redfish resource type from the bundled index artifact. Full summaries are large, so pass property_name or action_name to retrieve just one definition. Returns: Full summary with URIs, properties, actions, versions, and enum metadata; or one narrowed property/action definition. Example: redfish_describe_schema(resource_type='ComputerSystem', property_name='PowerState')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_name | No | Optional single action to describe instead of the full summary, with or without the leading '#'. | |
| property_name | No | Optional single property to describe instead of the full summary. | |
| resource_type | Yes | Redfish schema type name such as ComputerSystem or Chassis. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||