Full name: projects.locations.instances.errorNotificationConfigs.get
Gets a single error notification config.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The error notification config to retrieve. The format is: projects/{project}/locations/{location}/instances/{instance}/errorNotificationConfigs/{ERROR_NOTIFICATION_CONFIG_ID}
[[["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 error notification configuration using the `projects.locations.instances.errorNotificationConfigs.get` method."],["The HTTP request is a `GET` operation directed to a URL containing path parameters that identify the specific error notification config to retrieve."],["The request body for this operation must be empty, as it does not require any additional data for retrieving an error notification config."],["Successful requests return an `ErrorNotificationConfig` instance in the response body, detailing the configuration retrieved."],["Access to this functionality requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.errorNotificationConfigs.get` IAM permission on the target resource."]]],[]]