Get-VPASCMComponentLogs
Synopsis:
GET CONNECTOR MANAGEMENT CONNECTOR COMPONENT LOGS |
Description:
USE THIS FUNCTION TO RETRIEVE CONNECTOR COMPONENT LOGS FROM CONNECTOR MANAGEMENT |
Syntax:
Get-VPASCMComponentLogs -ConnectorID <String> -ComponentID <String> [-OutputDirectory <String>] [-token <Hashtable>] [<CommonParameters>] |
Get-VPASCMComponentLogs -ConnectorID <String> -ComponentName <String> [-OutputDirectory <String>] [-token <Hashtable>] [<CommonParameters>] |
Get-VPASCMComponentLogs -ConnectorHost <String> -ComponentName <String> [-OutputDirectory <String>] [-token <Hashtable>] [<CommonParameters>] |
Get-VPASCMComponentLogs -ConnectorHost <String> -ComponentID <String> [-OutputDirectory <String>] [-token <Hashtable>] [<CommonParameters>] |
Get-VPASCMComponentLogs -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-ConnectorID <String> |
-ConnectorHost <String> |
-ComponentID <String> |
-ComponentName <String> |
-OutputDirectory <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$ComponentLogs = Get-VPASCMComponentLogs -ConnectorID {CONNECTOR ID VALUE} -ComponentID {COMPONENT ID VALUE} |
$ComponentLogs = Get-VPASCMComponentLogs -ConnectorHost {CONNECTOR NAME VALUE} -ComponentName {COMPONENT NAME VALUE} |
$InputParameters = @{ |
$InputParameters = @{ |
$InputParameters = @{ |
$InputParameters = @{ |
Outputs:
$true if successful |
$false if failed |