- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Lists DataDomain resources in a project and location.
HTTP request
GET https://dataplex.googleapis.com/v1/{parent=projects/*/locations/*}/dataDomains
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The resource name of the parent location: projects/{project_id_or_number}/locations/{locationId} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. Maximum number of DataDomains to return. The service may return fewer. If unspecified, at most 50 domains will be returned. The maximum value is 100; values above 100 will be coerced to 100. |
pageToken |
Optional. Page token received from a previous |
filter |
Optional. Filter request. Supports filter by parentDataDomain. |
orderBy |
Optional. Order by fields for the result. |
Request body
The request body must be empty.
Response body
List DataDomains response.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"dataDomains": [
{
object ( |
| Fields | |
|---|---|
dataDomains[] |
DataDomains under the given parent. |
nextPageToken |
Token to retrieve the next page of results. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/dataplex.read-write
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
dataplex.dataDomains.list
For more information, see the IAM documentation.