Skip to content
ScriptAutomate edited this page Nov 18, 2014 · 9 revisions

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

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'

Get-SumoCollectorSource

PENDING

New-SumoCollectorSource

PENDING

New-SumoCollectorSourceFilter

PENDING

New-SumoCredential

PENDING

Remove-SumoCollector

PENDING

Remove-SumoCollectorSource

PENDING

Set-SumoCollectorSource

PENDING

Clone this wiki locally