cohesity / cohesity-powershell-module

This repository provides a PowerShell Module for Cohesity DataPlatform. https://cohesity.github.io/cohesity-powershell-module
Apache License 2.0
42 stars 16 forks source link

Fixed Issues: #201

Closed KavishreeShanmugam11 closed 1 year ago

KavishreeShanmugam11 commented 1 year ago
  1. Issue: On using QosPolicy, Category selection is not updated Cause: Category is not collected from user as input and v1 api doesn't contain any field related to category, by default it creates as file service category Fix: Created powershell script with v2 api, which collects category from user.
  2. Issue: On fetching alerts, cannot see “AlertDocument” which hold all the details of the alert Cause: Missing 'AlertDocument' declaration in cohesity model Fix: Included 'AlertDocument' in cohesity model
  3. Issue: Get-cohesitymssqlobject command fails in v1.8.1 Cause: Occurs due to type mismatch for the field 'instanceId' in latest 6.8 cohesity version, which was 'string' in previous versions of cluster models and now it is declared as 'List'. Fix: Changed 'instanceId' field type to string