Searches IP resources in a given RegistryBook.
Path parameters
Required. The resource name of the RegistryBook to search in.
Request body
Optional. Whether to show the utilization of the Ranges in the response.
Optional. Hint for how to order the results. Supported sort fields are: - name: Sort alphabetically by the resource name. - create_time: Sort by the creation timestamp of the resource. - update_time: Sort by the last update timestamp of the resource. Supported directions are asc (ascending) and desc (descending). If unspecified, direction defaults to asc. Only sorting by a single field is supported.
Optional. The type of resources to search for. If not specified, the server will return Ranges.
Optional. Search query. This string filters resources in an AIP-160-like format. It has some limitations. You can only specify top level conjunctions or attribute level negations. Each restriction can only be used once except the attribute restriction. The available restrictions for Ranges are: - realm: The Realm name to search in. - ip_address: The IP address to search for within Ranges. - ip_version: The IP version to filter by (e.g., "IPV4", "IPV6"). - parent_range: The parent Range of the Range to search for. - attribute_text: The attribute text to search for within Ranges. - attribute: The attribute key and value to filter by. The available restrictions for Realms are: - ip_version: The IP version to search for. - management_type: The management type of the Realm (e.g., "CNR", "USER"). Only one of attribute_text or multiple attribute filters can be specified. Examples: - realm=test-realm - realm=test-realm AND ip_address=10.0.0.0 - realm=test-realm AND ip_version=IPV6 - realm=test-realm AND attribute_text=test - ip_address=10.0.0.0 AND attribute:(key1=value1) AND attribute:(key2=value2) - attribute_text=test AND parent_range=projects/123/locations/global/discoveredRanges/test-parent-range - management_type=CNR
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Optional. A token identifying a page of results the server should return.
Response
Successful response