Skip to content

v2.2.0

Compare
Choose a tag to compare
@jskazinski jskazinski released this 28 Oct 22:54

[2.2.0] - 2021-10-28

  • New version command to display the version of this tool
  • Renamed example configuration redfishAPI.json file to redfishAPI.cfg
  • Modified .gitignore to ignore all *.cfg files (suggest renaming .json config files to .cfg)
  • Added show accounts to use /redfish/v1/AccountService to display all Accounts
  • Added create account to use /redfish/v1/AccountService/Accounts to create a new user account
  • Added update account to use /redfish/v1/AccountService/Accounts to update a user account
  • Added delete accounts to use /redfish/v1/AccountService/Accounts to remove one or more user accounts
  • Added create snapshot to use {VolumeId}/Actions/Volume.CreateReplicaTarget to create a volume snapshot
  • New assert [operator] command to aide with http url validation testing (see scripts\test_invalid_uris.rfs)
  • Added new label $httpstatus which is used by the assert command