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