Full name: projects.locations.instances.generateCollectionAgentAuth
GenerateCollectionAgentAuth generates an auth json file for the collection agent.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{name}:generateCollectionAgentAuth
Path parameters
Parameters
name
string
Required. The name of the chronicle instance to generate a collection agent auth json file for. Format: projects/{project_id}/locations/{region}/instances/{instance}
Request body
The request body must be empty.
Response body
Response with a generated collection agent auth json file.
If successful, the response body contains data with the following structure:
[[["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.generateCollectionAgentAuth`, creates an authentication JSON file for a collection agent."],["The HTTP request is a `POST` operation to a specific URL format that includes a required `name` path parameter specifying the Chronicle instance."],["The request body for this operation must be empty, and a successful response will contain the auth JSON file in a specified structure."],["Authorization for this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.instances.generateCollectionAgentAuth` IAM permission."]]],[]]