Powershell scripts for VPlex performance monitoring
This post contains scripts that allow you to monitor EMC VPlex clusters with powershell. There are examples and parameters contained in the powershell script that give good examples of how to run the scripts. As well, see the attached screenshots which give examples as well.
As a side note, there is a REST function within the powershell script that can be reused to implement any available REST call from the API documentation.
Thanks for the excellent post! I am trying to get a cluster configdump from VPlex using the REST API. I am using PowerShell v3.0 which simplifies making web requests with the Invoke-RestMethod command. Here is what I am trying to do:
I get back error 524 from the server. Other commands such as "ls" work fine with arguments. Not sure what the problem is. I just want to get the configdump via REST. It does not matter whether I use Invoke-RestMethod or WebClient. Can you please help?
nj1250
1 Message
2406
0
Posted January 21st, 2013 09:00