Full name: projects.locations.instances.curatedRuleSetCategories.curatedRuleSets.get
Gets a CuratedRuleSet.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The ID of the CuratedRuleSet to retrieve. Formats: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of CuratedRuleSet.
[[["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 CuratedRuleSet using the `projects.locations.instances.curatedRuleSetCategories.curatedRuleSets.get` method."],["The HTTP request for this operation is a `GET` request to a specific URL path, which needs the `name` parameter that contains project, location, instance, curated rule set category, and curated rule set IDs."],["The request body must be empty when sending this `GET` request to get a `CuratedRuleSet`."],["Successful responses will include a `CuratedRuleSet` instance in the response body."],["To use this method, you must have the `chronicle.curatedRuleSets.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]