Full name: projects.locations.instances.forwarders.collectors.get
Get a collector by collector ID.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The ID of the collector to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/forwarders/{forwarder}/collectors/{collector}
Request body
The request body must be empty.
Response body
If successful, the response body contains an 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 webpage details how to retrieve a specific collector by its ID using the `projects.locations.instances.forwarders.collectors.get` method."],["The HTTP request method is `GET` and the request URL follows the format: `https://chronicle.googleapis.com/v1alpha/{name}`."],["The required path parameter `name` specifies the unique ID of the collector and has a detailed format: `projects/{project}/locations/{location}/instances/{instance}/forwarders/{forwarder}/collectors/{collector}`."],["An empty request body is required for this operation, while a successful response will contain an instance of `Collector`."],["To successfully use this API call, you'll need the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.collectors.get` on the `name` resource."]]],[]]