rubrikinc / rubrik-sdk-for-python

Rubrik SDK for Python
https://build.rubrik.com/sdks/python/
MIT License
29 stars 38 forks source link

The sla functions (create, get, etc..) need to support v2 SLAs #252

Open DamaniN opened 4 years ago

DamaniN commented 4 years ago

An update of CDM introduced v2 of the REST API. This change included a new set of SLA APIs. This SDK needs to be updated to support the newer SLA API.

dewbrik commented 3 years ago

We have a need for this as well for large workload onboarding project in 5.3. v2 endpoints respond asynchronously and allows for the script to complete without timeout errors.

kambleakash0 commented 2 years ago

This support has been added now. I can see V2 specific declarations in create_sla().