Method: projects.locations.features.get

Gets details of a single Feature.

HTTP request

GET https://gkehub.googleapis.com/v1beta/{name=projects/*/locations/*/features/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The Feature resource name in the format projects/*/locations/*/features/*

Authorization requires the following IAM permission on the specified resource name:

  • gkehub.features.get

Query parameters

Parameters
returnPartialSuccess

boolean

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

If successful, the response body contains an instance of Feature.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.