Full name: projects.locations.instances.feeds.generateSecret
Generates a new secret for https push feeds which do not support jwt tokens. Secrets once generated should be copied and stored in safe place to be used while configuring https push feeds.Please note that you can always generate a new secret again for a feed using this API but it will invalidate the previously generated secret for the feed.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{name}:generateSecret
Path parameters
Parameters
name
string
Required. The name of the feed to for which to generate secret. Format: projects/{project}/locations/{location}/instances/{instance}/feeds/{feed}
Request body
The request body must be empty.
Response body
GenerateSecret response message.
If successful, the response body contains data with the following structure:
JSON representation
{"secret": string}
Fields
secret
string
The generated secret. Store the secret value at a safe place and use it while configuring your https push feed.
[[["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-03-27 UTC."],[[["This API endpoint, `projects.locations.instances.feeds.generateSecret`, generates a new secret for HTTPS push feeds that do not use JWT tokens, which should be safely stored for configuration."],["The API endpoint requires a `POST` request to `https://chronicle.googleapis.com/v1alpha/{name}:generateSecret`, using the feed's full name in the path."],["The request body must be empty, and a successful response contains a JSON object with a `secret` field holding the newly generated secret."],["Generating a new secret for a feed will invalidate any previously generated secret for the same feed."],["To use this API, you need the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.feeds.generateSecret` IAM permission on the specified resource."]]],[]]