rubrikinc / rubrik-powershell-sdk

The Rubrik Security Cloud SDK
https://www.powershellgallery.com/packages/RubrikSecurityCloud
MIT License
7 stars 9 forks source link

Update Get-RscSnapshot #87

Closed kanishk779-aman closed 3 months ago

kanishk779-aman commented 3 months ago

While debugging an issue I got confused due to conflicting names in RSC spark UI and our powershell SDK. So the Get-RscSnapshot uses the operation name as SnapshotListQuery but it should be SnapshotOfASnappableConnection . There is another SnapshotListQuery operation in the UI code which basically gets some information from hierarchyObjects. So I confused both of them and also the owner of both these APIs were different (Platform and DLC). I guess we should update the operation name in the powershell cmdlet. This will help us get rid of this confusion and also help us reach out to the right team when a CFD pops up, etc.