- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Examples
- Try it!
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 |
Required. The Feature resource name in the format Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
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
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.