- Added 'forcefolderrename' argument to replace characters that are disallowed in Windows folder names with underscores
- Made change to allow for the scheme to be included in the 'rhost' argument
- Version change only
- Add '@Redfish.ActionInfo' as a search item when crawling the service
- Added detection for Windows to rename directories to not use characters that conflict with folder name limitations
- Added --trace option to provide Redfish operation tracing between the tool and the service in the output directory
- Added --maxlogentries option to limit the number of log entries obtained from each log service discovered
- Added capturing of response information when a resource cannot be parsed
- Allow for any encoding type
- Added Dockerfile
- Replaced internal copy of redfishtoollib to leverage the python-redfish-library
- Made enhancement to skip resources not containing
@odata.id
instead of crashing - Removed password from readme file generation
- Made enhancements to be able to create a mockup of a server with a malformed
/redfish
resource
- Added check to avoid parsing the resources that are referenced by Location properties
- Made change to allow for
/redfish
to not be present on the service, but report an error if not found
- Fixed checking of Uri tag in CSDL files hosted by a service
- Fixed bug in nextLink handling
- Synched redfishtoolTransport.py with latest version from redfishtool
- Fixed print statement usage for when an error is encountered while accessing $metadata
- Reformatted code to be PEP8 conformant
- Added support for getting time statistics when collecting resources
- Added support for pulling the $metadata resource
- Added support for pulling the JSON Schema repository
- Added support for pulling OEM resources
- Fixed @odata.type parsing to include support for no versioning
- Cleaning help options
- Create directory if specified by "-D" if it is not empty
- Add optional copyright, header and time information to the /redfish, /redfish/v1 and /redfish/v1/odata resources
- Print status code if there is an error in retrieving redfish data with the transport
- Wait time and timeout for Redfish transport have been changed to 5 and 20 respectively
- Support to recursively navigate tree instead of using static navigation structure
- Added "--custom" option to support chosing custom navigation and updated structure to include all remaining navigation properties
- Captures GET headers in headers.json for each api
- Captures execution time in time.json for each api
- Adds @redfish.copyright property to each resource; Can specify copyright with "-C
<copyright_message>
" and longform "--Copyright" - Updated redfishtool library to 0.9.3
- Initial Public Release