- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists AppGateways in a given project and location.
HTTP request
GET https://beyondcorp.googleapis.com/v1/{parent=projects/*/locations/*}/appGateways
The URL uses gRPC Transcoding syntax.
Path parameters
parent
string
Required. The resource name of the AppGateway location using the form: projects/{projectId}/locations/{locationId}
Authorization requires the following IAM
permission on the specified resource parent
:
-
beyondcorp.appGateways.list
Query parameters
| Parameters | |
|---|---|
pageSize
|
Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the pageSize value, the response may include a partial list and a caller should only rely on response's |
pageToken
|
Optional. The nextPageToken value returned from a previous ListAppGatewaysRequest, if any. |
filter
|
Optional. A filter specifying constraints of a list operation. |
orderBy
|
Optional. Specifies the ordering of results. See Sorting order for more information. |
Request body
The request body must be empty.
Response body
Response message for BeyondCorp.ListAppGateways.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"appGateways"
:
[
{
object (
|
| Fields | |
|---|---|
appGateways[]
|
A list of BeyondCorp AppGateways in the project. |
nextPageToken
|
A token to retrieve the next page of results, or empty if there are no more results in the list. |
unreachable[]
|
A list of 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 .

