Skip to content

Commit

Permalink
Updated APIData for #689
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapbrasser committed Sep 13, 2020
1 parent 3d0cd1e commit 029a915
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Rubrik/Private/Get-RubrikAPIData.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2317,6 +2317,21 @@ function Get-RubrikAPIData {
Success = '200'
ObjectTName = 'Rubrik.VMwareVM'
}
'5.2' = @{
Description = 'Update a VM with the specified SLA Domain.'
URI = '/api/v2/sla_domain/{id}/assign'
Method = 'Patch'
Body = @{
managedIds = [System.Collections.ArrayList]@()
configuredSlaDomainId = 'configuredSlaDomainId'
existingSnapshotRetention = 'existingSnapshotRetention'
}
Query = ''
Result = ''
Filter = ''
Success = '200'
ObjectTName = 'Rubrik.VMwareVM'
}
}
'Protect-RubrikVolumeGroup' = @{
'1.0' = @{
Expand Down

0 comments on commit 029a915

Please sign in to comment.