v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1392432.3 KB
projects

List Ruleset metadata only and optionally filter the results by Ruleset name. The full Source contents of a Ruleset may be retrieved with GetRuleset.

get/v1/{+name}/rulesets

Path parameters

namestring required

Required. Resource name for the project. Format: projects/{project_id}

Query parameters

filterstring

Optional. Ruleset filter. The list method supports filters with restrictions on Ruleset.name. Filters on Ruleset.create_time should use the date function which parses strings that conform to the RFC 3339 date/time specifications. Example: create_time > date("2017-01-01T00:00:00Z") AND name=UUID-*

pageSizeinteger

Optional. Page size to load. Maximum of 100. Defaults to 10. Note: page_size is just a hint and the service may choose to load less than page_size due to the size of the output. To traverse all of the releases, caller should iterate until the page_token is empty.

pageTokenstring

Optional. Next page token for loading the next batch of Ruleset instances.

Response

Successful response