rubrik-sdk-for-go
rubrik-sdk-for-go copied to clipboard
Rubrik SDK for Go
**Expected Behavior** When using the ConfigureNTP() function with CDM v5.0 or later, the NTP servers should be updated. ConfigureNTP() should also provide options for specifying a secure NTP server. **Current...
**Describe the solution you'd like** To be able to provide new functionality for release management and to automate the use of unit tests, this SDK should be configured to use...
**Is your feature request related to a problem? Please describe.** There are currently no unit test for this functions, proper unit tests should be written for this function so we...
**Is your feature request related to a problem? Please describe.** There are currently no unit test for this functions, proper unit tests should be written for this function so we...
**Is your feature request related to a problem? Please describe.** There are currently no unit test for this functions, proper unit tests should be written for this function so we...
**Describe the solution you'd like** Create a new function that adds a new node to a Cloud Cluster **Additional context** @vDingus
**What would you like to be added**: Add logging to each of the function calls **Why is this needed**: Easier troubleshoot and adds logging if need for customer environments
**Expected Behavior** NTP Configuration to be successfully applied during the bootstrap of a 5.0 Cluster **Current Behavior** The NTP Configuration does not apply. **Failure Information (for bugs)** Pre 5.0 `/internal/cluster/{id}/bootstrap`...
**Is your feature request related to a problem? Please describe.** AssignSLA currently has an idempotence check that will not assign an SLA if its already applied via inheritance. The function...
**What would you like to be added**: Determine a better way to handle idempotent checks. **Why is this needed**: We currently return an `err` if the idempotent check passes (i.e...