Full name: projects.locations.instances.ingestionLogNamespaces.get
Gets an ingestion log namespace.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The name of the ingestion log namespace. Format: projects/{project}/locations/{location}/instances/{instance}/ingestionLogNamespaces/{namespace}
[[["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 webpage details how to retrieve an ingestion log namespace using the `projects.locations.instances.ingestionLogNamespaces.get` method."],["The HTTP request uses a `GET` method to the URL `https://chronicle.googleapis.com/v1alpha/{name}`, where the `name` parameter in the URL is required to specify the ingestion log namespace."],["No request body is needed for this method, but a successful response will contain an instance of `IngestionLogNamespace`."],["To successfully execute this request, it requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.ingestionLogNamespaces.get`."]]],[]]