Releases: rubrikinc/rubrik-sdk-for-python
Releases · rubrikinc/rubrik-sdk-for-python
Rubrik Python SDK v1.0.12
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 withGET
&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
CHANGELOG
- All GET calls within a function will now honor the timeout value provided
- Added timeout argument to
configure_ntp
andconfigure_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