Skip to content

Commit

Permalink
Updated APIData for #671
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapbrasser committed Sep 8, 2020
1 parent 4ee75be commit 156646a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Rubrik/Private/Get-RubrikAPIData.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2656,6 +2656,22 @@ function Get-RubrikAPIData {
Filter = ''
Success = '204'
}
'5.2' = @{
Description = 'Bulk delete all unmanaged snapshots for the objects specified by objectId/objectType pairings.'
URI = '/api/v1/data_source/snapshot/bulk_delete'
Method = 'Post'
Body = @{
objectDefinitions = @(
@{
objectId = 'objectId'
}
)
}
Query = ''
Result = ''
Filter = ''
Success = '204'
}
}
'Remove-RubrikVCenter' = @{
'1.0' = @{
Expand Down

0 comments on commit 156646a

Please sign in to comment.