Skip to content

Rubrik Python SDK v2.0

Compare
Choose a tag to compare
@drew-russell drew-russell released this 14 May 18:51
· 457 commits to master since this release
d6bf709

Note - This release fundamental changes how errors are handled by the SDK which may result in breakages in any current scripts

Enhancements

  • add support for API authentication
  • implements new error handling that raises custom errors instead of calling SystemExit() (Potential breaking change)
  • new unit test coverage
  • support mysql in on_demand_snapshot()
  • support mssql_db and mssql_instance in object_id()
  • support mssql_host in 1assign_sla()1
  • add support for onezone_ia storage class in aws_s3_cloudout()

New Functions

  • create_user()
  • read_only_authorization()
  • minimum_installed_cdm_version()
  • update_aws_s3_cloudout()

Bug Fixes

  • configure_dns_servers()
  • configure_search_domain()
  • object_id()
  • refresh_vcenter()
  • azure_cloudout()