Skip to content

Rubrik Python SDK v2.0.9

Latest
Compare
Choose a tag to compare
@drew-russell drew-russell released this 05 Jun 19:56
· 46 commits to master since this release
c27c30c

Added

  • get_all_hosts()
  • get_all_vcenters()
  • Added a new logging_level argument to the Connect function that lets users choose which logging level they would like to show in their logs. Note -- this change has limited functionality as all log messages are categorized as debug still. Additional enhancements will be added in the next release. (Issue 222)

Changed

  • object_id() search for vCenter objects now filters based on primary_cluster_id=local (Issue 214)

Fixed

  • object_id will return the ID for all cases using the database name and the database hosts for the oracle_db object type (Issue 199)
  • Fixed case-sensitivity for object_id (Issue 216)
  • Incorrect string join on get_vsphere_vm & get_sql_db trailing & in query (Issue 221)
  • Better encode special characteres in GET requests. (Issue 227)