Full name: projects.locations.instances.curatedRuleSetCategories.curatedRuleSets.curatedRuleSetDeployments.get
Get a deployment of a curated rule set.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The ID of the CuratedRuleSetDeployment to retrieve. Formats: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set}/curatedRuleSetDeployments/{curated_rule_set_precision}
[[["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 a specific deployment of a curated rule set using the `projects.locations.instances.curatedRuleSetCategories.curatedRuleSets.curatedRuleSetDeployments.get` method."],["The HTTP request is a `GET` operation that requires the full resource name as a path parameter within the URL."],["The request body must be empty when calling this endpoint."],["A successful call will return a `CuratedRuleSetDeployment` instance in the response body."],["To authorize the request, the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.curatedRuleSetDeployments.get` IAM permission on the named resource are required."]]],[]]