- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Examples
- Try it!
Lists Features in a given project and location.
HTTP request
GET https://gkehub.googleapis.com/v1/{parent=projects/*/locations/*}/features
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent (project and location) where the Features will be listed. Specified in the format Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
page |
When requesting a 'page' of resources, |
page |
Token returned by previous call to |
filter |
Lists Features that match the filter expression, following the syntax outlined in https://google.aip.dev/160. Examples:
|
order |
One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering. |
return |
Optional. If set to true, the response will return partial results when some regions are unreachable and the unreachable field in Feature proto will be populated. If set to false, the request will fail when some regions are unreachable. |
Request body
The request body must be empty.
Response body
Response message for the GkeHub.ListFeatures
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"resources": [
{
object ( |
Fields | |
---|---|
resources[] |
The list of matching Features |
next |
A token to request the next page of resources from the |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.