Closed VirtuallyDan closed 2 years ago
Hi @VirtuallyDan , this is due to the incorrect enum value specified in cohesity model for 'storageTier' field. Replaced the value with respect to the api response now. Fix will be available in next release (v1.8.2) sson. Will file a bug to the api team ASAP.
Hi @VirtuallyDan , Fix is available now - Cohesity Powershell
🐛 Bug Report
When I run Get-CohesityClusterConfiguration, there is an error converting "SATA-SSD" to type "system.nullable" [Cohesity.Model.CountByTier+StorageTierEnum]
The Cohesity node is a ROBO node running on HPE hardware.
To Reproduce
Expected behavior
$Config variable would have the configuration object so I can manipulate the objects and send it to Set-CohesityClusterConfiguration
Actual Behavior
Get-CohesityClusterConfiguration: Error converting value "SATA-SSD" to type 'System.Nullable`1[Cohesity.Model.CountByTier+StorageTierEnum]'. Path 'diskCountByTier[0].storageTier', line 1, position 2050.