Hi,
I've been trying to get access to PE Health Status (e.g. Failed, Warning, etc) via CmdLets or REST API with no much luck.
Any ideas?
Cheers,
Manuel
Page 1 / 1
INFO:
This can be obtained from NCC results from located at
https://YOURIP:9440/PrismGateway/services/rest/v1/ncc/run_summary,
and the gets formatted in UI with .js to display final result.
This can be obtained from NCC results from located at
https://YOURIP:9440/PrismGateway/services/rest/v1/ncc/run_summary,
and the gets formatted in UI with .js to display final result.
with the api is really simple:
You can use APIV2 to do that:
If you need examples or a guide on how to obtain the data or how to connect, visit my github.
https://github.com/dlira2/Nutanix-tools-for-AHV
You can use APIV2 to do that:
code:
https://10.26.1.2:9440/PrismGateway/services/rest/v2.0/alerts/?get_causes=true&detailed_info=true
If you need examples or a guide on how to obtain the data or how to connect, visit my github.
https://github.com/dlira2/Nutanix-tools-for-AHV
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.