Full name: projects.locations.instances.curatedRuleSetCategories.curatedRuleSets.curatedRuleSetDeployments.list
Lists deployments for a curated rule set.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{parent}/curatedRuleSetDeployments
Path parameters
Parameters
parent
string
Required. The ID of the CuratedRuleSet to retrieve deployments for. To list across all rule sets, use a wildcard - in place of the curatedRuleSetCategory and the curatedRuleSet in the resource path. Formats: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/-/curatedRuleSets/- projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/- projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set}
Query parameters
Parameters
pageSize
integer
The maximum number of rule set deployments to return. The service may return fewer than this value. If unspecified, at most 100 rule set deployments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
pageToken
string
A page token, received from a previous ListCuratedRuleSetDeployments call. Provide this to retrieve the subsequent page.
Request body
The request body must be empty.
Response body
Response message for ListCuratedRuleSetDeployments.
If successful, the response body contains data with the following structure:
[[["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 API endpoint, `projects.locations.instances.curatedRuleSetCategories.curatedRuleSets.curatedRuleSetDeployments.list`, retrieves a list of deployments for a specified curated rule set."],["The `parent` path parameter is required to specify the ID of the CuratedRuleSet, and wildcard options allow for listing across multiple rule sets."],["Query parameters `pageSize` and `pageToken` can be used to control the number of deployments returned and to retrieve subsequent pages of results, respectively."],["The request body must be empty, while the response body contains a list of `curated_rule_set_deployments` and a `next_page_token` for pagination."],["Accessing this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.curatedRuleSetDeployments.list` IAM permission on the parent resource."]]],[]]