Lists Gateways in a given project and location.
HTTP request
GET https://apigateway.googleapis.com/v1/{parent=projects/*/locations/*}/gateways
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Parent resource of the Gateway, of the form: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
Page size. |
pageToken |
Page token. |
filter |
Filter. |
orderBy |
Order by parameters. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for ApiGatewayService.ListGateways
JSON representation | |
---|---|
{
"gateways": [
{
object ( |
Fields | |
---|---|
gateways[] |
Gateways. |
nextPageToken |
Next page token. |
unreachableLocations[] |
Locations that could not be reached. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.