Lists all the discovery clients in a given project and location.
HTTP request
GET https://migrationcenter.googleapis.com/v1/{parent=projects/*/locations/*}/discoveryClients
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Parent resource. |
Query parameters
Parameters | |
---|---|
page |
Optional. The maximum number of items to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default value. |
page |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
filter |
Optional. Filter expression to filter results by. |
order |
Optional. Field to sort by. |
Request body
The request body must be empty.
Response body
Response message for listing discovery clients.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"discoveryClients": [
{
object ( |
Fields | |
---|---|
discovery |
List of discovery clients. |
next |
A token that can be sent as |
unreachable[] |
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.