Lists Endpoints in a given project and location.
HTTP request
GET https://alloydb.googleapis.com/v1beta/{parent=projects/*/locations/*}/endpoints The URLs use gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The name of the parent resource. For the required format, see the comment on the Endpoint.name field. Additionally, you can perform an aggregated list operation by specifying a value with the following format: * projects/{project}/locations/- Authorization requires the following IAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. |
pageToken |
Optional. A page token, received from a previous |
filter |
Optional. Filtering results. This field is currently not supported, its value will be ignored if passed. |
orderBy |
Optional. Hint for how to order the results |
Request body
The request body must be empty.
Response body
Message for response to listing Endpoints
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"endpoints": [
{
object ( |
| Fields | |
|---|---|
endpoints[] |
The list of Endpoints |
nextPageToken |
A token identifying a page of results the server should return. |
unreachable[] |
Locations that could not be reached. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/alloydb.readonlyhttps://www.googleapis.com/auth/alloydbhttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.