collectors
Overview
Name | collectors |
Type | Resource |
Id | sumologic.ingest_budgets.collectors |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Unique identifier for the Collector. |
name | string | The name of the Collector. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getAssignedCollectors | SELECT | id, region | Get a list of Collectors assigned to an ingest budget. The response is paginated with a default limit of 100 Collectors per page. |
removeCollectorFromBudget | DELETE | collectorId, id, region | Remove Collector from a budget. |
assignCollectorToBudget | EXEC | collectorId, id, region | Assign a Collector to a budget. |