Lists DataAgents in a given project and location.
HTTP request
GET https://geminidataanalytics.googleapis.com/v1alpha/{parent=projects/*/locations/*}/dataAgents
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Parent value for ListDataAgentsRequest. |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
filter |
Optional. Filtering results. See AIP-160 for syntax. |
orderBy |
Optional. User specification for how to order the results. |
Request body
The request body must be empty.
Response body
Message for response to listing DataAgents.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"dataAgents": [
{
object ( |
Fields | |
---|---|
dataAgents[] |
The list of DataAgent. |
nextPageToken |
The next page token or empty if none. |
unreachable[] |
Unordered list. 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.