Method: curatedRuleSetDeployments.list

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:

JSON representation
{
  "curated_rule_set_deployments": [
    {
      object (CuratedRuleSetDeployment)
    }
  ],
  "next_page_token": string
}
Fields
curated_rule_set_deployments[]

object (CuratedRuleSetDeployment)

List of CuratedRuleSetDeployments.

next_page_token

string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • chronicle.curatedRuleSetDeployments.list

For more information, see the IAM documentation.