Full name: projects.locations.instances.forwarders.collectors.create
Create a collector.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{parent}/collectors
Path parameters
Parameters
parent
string
Required. The parent resource where the Collector will be created. // Format: projects/{project}/locations/{location}/instances/{instance}/forwarders/{forwarder}
Request body
The request body contains an instance of Collector.
Response body
If successful, the response body contains a newly created instance of Collector.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-22 UTC."],[[["This API endpoint `projects.locations.instances.forwarders.collectors.create` is used to create a new collector."],["The HTTP request method is `POST` to the URL `https://chronicle.googleapis.com/v1alpha/{parent}/collectors`, with the `parent` parameter being the location where the collector will be created."],["The request body should contain a `Collector` instance, and if successful, the response will contain the newly created `Collector` instance."],["Creating a collector requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.collectors.create` on the `parent` resource."]]],[]]