-
Notifications
You must be signed in to change notification settings - Fork 1
Function List
These are the functions currently available, along with their descriptions and examples. Each of these functions have detailed help information within the PowerShell Module that you can call upon with the Get-Help cmdlet.
Get-SumoCollector queries the Collector Management API for Collector information. The returned JSON information is converted into happy PowerShell objects.
Get-SumoCollector -Name SUMOCOLLECT01*
Returns all Collectors with SUMOCOLLECT01* at the beginning of the Collector name.
Get-SumoCollector -OSType Linux -Active
Returns all active Linux Collectors
Get-SumoCollector -Name SUMOCOLLECT01 | Get-SumoCollectorSource
Retrieve all sources for the Collector with the name 'SUMOCOLLECT01'
PENDING
PENDING
PENDING
PENDING
PENDING
PENDING
PENDING