Get-VPASSystemHealth
Synopsis:
GET CYBERARK SYSTEM HEALTH |
Description:
USE THIS FUNCTION TO GET SYSTEMHEALTH INFORMATION FROM CYBERARK |
Syntax:
Get-VPASSystemHealth -Component <String> [-token <Hashtable>] [<CommonParameters>] |
Get-VPASSystemHealth -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-Component <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$SystemHealthJSON = Get-VPASSystemHealth -Component AIM |
$SystemHealthJSON = Get-VPASSystemHealth -Component PVWA |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |