- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- AppConnectionDetails
- Try it!
Resolves AppConnections details for a given AppConnector. An internal method called by a connector to find AppConnections to connect to.
HTTP request
GET https://beyondcorp.googleapis.com/v1/{parent=projects/*/locations/*}/appConnections:resolve
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The resource name of the AppConnection location using the form: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
appConnectorId |
Required. BeyondCorp Connector name of the connector associated with those AppConnections using the form: |
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 [nextPageToken][BeyondCorp.ResolveAppConnectionsResponse.next_page_token] to determine if there are more instances left to be queried. |
pageToken |
Optional. The nextPageToken value returned from a previous ResolveAppConnectionsResponse, if any. |
Request body
The request body must be empty.
Response body
Response message for BeyondCorp.ResolveAppConnections.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"appConnectionDetails": [
{
object ( |
Fields | |
---|---|
appConnectionDetails[] |
A list of BeyondCorp AppConnections with details 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.
AppConnectionDetails
Details of the AppConnection.
JSON representation |
---|
{
"appConnection": {
object ( |
Fields | |
---|---|
appConnection |
A BeyondCorp AppConnection in the project. |
recentMigVms[] |
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like |