Skip to content

Releases: rubrikinc/rubrik-sdk-for-python

Rubrik Python SDK v1.0.12

20 Feb 23:19
dfb92ab
Compare
Choose a tag to compare

Enhancements

  • increase CloudOut related functions default timeout value to 180
  • add support for AHV on-demand snapshots
  • assign_sla() will now always directly apply the SLA even if it's already inherited
  • added an optional param dict containing variables in a key:value format to send with GET & DELETE API calls

New Functions

  • update_aws_native_account()
  • refresh_vcenter()

Misc

  • add ability to pass "GET URL variables" as a dictionary

Rubrik Python SDK v1.0.11

08 Jan 23:42
fab37f9
Compare
Choose a tag to compare

CHANGELOG

  • All GET calls within a function will now honor the timeout value provided
  • Added timeout argument to configure_ntp and configure_timezone functions
  • Improved the error message for timeouts
  • Added support for "Forever" SLA in object_id
  • All API calls will now support the v2 endpoints introduced in Rubrik CDM v5.0
  • Various documentation formatting updates and improvements