Full name: projects.locations.instances.rules.listRevisions
Lists all revisions of the rule.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}:listRevisions
Path parameters
Parameters
name
string
Required. The name of the rule to list revisions for. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
Query parameters
Parameters
pageSize
integer
The maximum number of revisions to return per page. The service may return fewer than this value. If unspecified, at most 100 revisions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
pageToken
string
The page token, received from a previous ListRuleRevisions call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRuleRevisions must match the call that provided the page token.
[[["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-07-14 UTC."],[[["\u003cp\u003eThis endpoint retrieves a list of revisions for a specific rule within a project, location, and instance, utilizing the \u003ccode\u003eprojects.locations.instances.rules.listRevisions\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e path parameter is required and specifies the rule for which revisions are being requested, with the format \u003ccode\u003eprojects/{project}/locations/{location}/instances/{instance}/rules/{rule}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eQuery parameters such as \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003eview\u003c/code\u003e can be used to control the pagination and the level of detail in the response.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an array of \u003ccode\u003erules\u003c/code\u003e, each representing a rule revision, and a \u003ccode\u003enext_page_token\u003c/code\u003e for retrieving subsequent pages of results if applicable.\u003c/p\u003e\n"],["\u003cp\u003eAccess to this endpoint requires the \u003ccode\u003echronicle.rules.listRevisions\u003c/code\u003e IAM permission and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,[]]