Return All Federated Database Instances in One Project
Returns the details of all federated database instances in the specified project. To use this resource, the requesting Service Account or API Key must have the Project Read Only or higher role.
Path parameters
-
Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
NOTE: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups.
Format should match the following pattern:
^([a-f0-9]{24})$
.
Query parameters
-
Flag that indicates whether Application wraps the response in an
envelope
JSON object. Some API clients cannot access the HTTP response headers or status code. To remediate this, set envelope=true in the query. Endpoints that return a list of results use the results object as an envelope. Application adds the status parameter to the response body.Default value is
false
. -
Flag that indicates whether the response body should be in the prettyprint format.
Default value is
false
.Prettyprint -
Type of Federated Database Instances to return.
Values are
USER
orONLINE_ARCHIVE
. Default value isUSER
.
Responses
-
OK
Hide response attributes Show response attributes object
-
Cloud provider where this Federated Database Instance is hosted.
Hide cloudProviderConfig attributes Show cloudProviderConfig attributes object
-
Configuration for running Data Federation in AWS.
Hide aws attributes Show aws attributes object
-
Unique identifier associated with the Identity and Access Management (IAM) role that the data lake assumes when accessing the data stores.
-
Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that the data lake assumes when accessing data stores.
Minimum length is
20
, maximum length is2048
. -
Amazon Resource Name (ARN) of the user that the data lake assumes when accessing data stores.
-
Unique identifier of the role that the data lake can use to access the data stores.Required if specifying cloudProviderConfig.
Format should match the following pattern:
^([a-f0-9]{24})$
.
-
-
Configuration for running Data Federation in Azure.
Hide azure attributes Show azure attributes object
-
The App ID generated by Atlas for the Service Principal's access policy.
-
Unique identifier of the role that Data Federation can use to access the data stores. Required if specifying cloudProviderConfig.
Format should match the following pattern:
^([a-f0-9]{24})$
. -
The ID of the Service Principal for which there is an access policy for Atlas to access Azure resources.
-
The Azure Active Directory / Entra ID tenant ID associated with the Service Principal.
-
-
Configuration for running Data Federation in GCP.
Hide gcp attributes Show gcp attributes object
-
The email address of the Google Cloud Platform (GCP) service account created by Atlas which should be authorized to allow Atlas to access Google Cloud Storage.
-
Unique identifier of the role that Data Federation can use to access the data stores. Required if specifying cloudProviderConfig.
Format should match the following pattern:
^([a-f0-9]{24})$
.
-
-
-
Information about the cloud provider region to which the Federated Database Instance routes client connections.
Hide dataProcessRegion attributes Show dataProcessRegion attributes object
-
Name of the cloud service that hosts the Federated Database Instance's infrastructure.
Values are
AWS
,AZURE
, orGCP
. region
string Required Name of the region to which the data lake routes client connections.
One of: Atlas Data Federation AWS Regions.
Values are
SYDNEY_AUS
,MUMBAI_IND
,FRANKFURT_DEU
,DUBLIN_IRL
,LONDON_GBR
,VIRGINIA_USA
,OREGON_USA
,SAOPAULO_BRA
,MONTREAL_CAN
,TOKYO_JPN
,SEOUL_KOR
, orSINGAPORE_SGP
.Atlas Data Federation Azure Regions.
Values are
VIRGINIA_USA
,AMSTERDAM_NLD
, orSAOPAULO_BRA
.Atlas Data Federation GCP Regions.
Values are
IOWA_USA
orBELGIUM_EU
.
-
-
Unique 24-hexadecimal character string that identifies the project.
Format should match the following pattern:
^([a-f0-9]{24})$
. -
List that contains the hostnames assigned to the Federated Database Instance.
-
Human-readable label that identifies the Federated Database Instance.
-
List that contains the sets of private endpoints and hostnames.
Set of Private endpoint and hostnames.
-
Label that indicates the status of the Federated Database Instance.
Values are
UNVERIFIED
,ACTIVE
, orDELETED
. -
Configuration information for each data store and its mapping to MongoDB Cloud databases.
Hide storage attributes Show storage attributes object
-
Array that contains the queryable databases and collections for this data lake.
Database associated with this data lake. Databases contain collections and views.
Hide databases attributes Show databases attributes object
-
Array of collections and data sources that map to a
stores
data store.A collection and data sources that map to a
stores
data store.Hide collections attributes Show collections attributes object
-
Array that contains the data stores that map to a collection for this data lake.
Data store that maps to a collection for this data lake.
Hide dataSources attributes Show dataSources attributes object
-
Flag that validates the scheme in the specified URLs. If
true
, allows insecureHTTP
scheme, doesn't verify the server's certificate chain and hostname, and accepts any certificate with any hostname presented by the server. Iffalse
, allows secureHTTPS
scheme only.Default value is
false
. -
Human-readable label that identifies the collection in the database. For creating a wildcard (
*
) collection, you must omit this parameter. -
Regex pattern to use for creating the wildcard (*) collection. To learn more about the regex syntax, see Go programming language.
-
Human-readable label that identifies the database, which contains the collection in the cluster. You must omit this parameter to generate wildcard (
*
) collections for dynamically generated databases. -
Regex pattern to use for creating the wildcard (*) database. To learn more about the regex syntax, see Go programming language.
-
Human-readable label that identifies the dataset that Atlas generates for an ingestion pipeline run or Online Archive.
-
Human-readable label that matches against the dataset names for ingestion pipeline runs or Online Archives.
-
File format that MongoDB Cloud uses if it encounters a file without a file extension while searching storeName.
Values are
.avro
,.avro.bz2
,.avro.gz
,.bson
,.bson.bz2
,.bson.gz
,.bsonx
,.csv
,.csv.bz2
,.csv.gz
,.json
,.json.bz2
,.json.gz
,.orc
,.parquet
,.tsv
,.tsv.bz2
, or.tsv.gz
. -
File path that controls how MongoDB Cloud searches for and parses files in the storeName before mapping them to a collection.Specify
/
to capture all files and folders from theprefix
path. -
Name for the field that includes the provenance of the documents in the results. MongoDB Cloud returns different fields in the results for each supported provider.
-
Human-readable label that identifies the data store that MongoDB Cloud maps to the collection.
-
Unsigned integer that specifies how many fields of the dataset name to trim from the left of the dataset name before mapping the remaining fields to a wildcard collection name.
-
URLs of the publicly accessible data files. You can't specify URLs that require authentication. Atlas Data Lake creates a partition for each URL. If empty or omitted, Data Lake uses the URLs from the store specified in the dataSources.storeName parameter.
-
-
Human-readable label that identifies the collection to which MongoDB Cloud maps the data in the data stores.
-
-
Maximum number of wildcard collections in the database. This only applies to S3 data sources.
Minimum value is
1
, maximum value is1000
. Default value is100
. -
Human-readable label that identifies the database to which the data lake maps data.
-
Array of aggregation pipelines that apply to the collection. This only applies to S3 data sources.
An aggregation pipeline that applies to the collection.
Hide views attributes Show views attributes object
-
Human-readable label that identifies the view, which corresponds to an aggregation pipeline on a collection.
-
Aggregation pipeline stages to apply to the source collection.
Aggregation Pipelines -
Human-readable label that identifies the source collection for the view.
-
-
-
Array that contains the data stores for the data lake.
One of: Group of settings that define where the data is stored.
Hide attributes Show attributes
-
Human-readable label that identifies the data store. The databases.[n].collections.[n].dataSources.[n].storeName field references this values as part of the mapping configuration. To use MongoDB Cloud as a data store, the data lake requires a serverless instance or an
M10
or higher cluster. -
Value is
s3
. -
Collection of AWS S3 storage classes. Atlas Data Lake includes the files in these storage classes in the query results.
Values are
STANDARD
,INTELLIGENT_TIERING
, orSTANDARD_IA
. -
Human-readable label that identifies the AWS S3 bucket. This label must exactly match the name of an S3 bucket that the data lake can access with the configured AWS Identity and Access Management (IAM) credentials.
-
The delimiter that separates databases.[n].collections.[n].dataSources.[n].path segments in the data store. MongoDB Cloud uses the delimiter to efficiently traverse S3 buckets with a hierarchical directory structure. You can specify any character supported by the S3 object keys as the delimiter. For example, you can specify an underscore () or a plus sign (+) or multiple characters, such as double underscores (_) as the delimiter. If omitted, defaults to
/
. -
Flag that indicates whether to use S3 tags on the files in the given path as additional partition attributes. If set to
true
, data lake adds the S3 tags as additional partition attributes and adds new top-level BSON elements associating each tag to each document.Default value is
false
. -
Prefix that MongoDB Cloud applies when searching for files in the S3 bucket. The data store prepends the value of prefix to the databases.[n].collections.[n].dataSources.[n].path to create the full path for files to ingest. If omitted, MongoDB Cloud searches all files from the root of the S3 bucket.
-
Flag that indicates whether the bucket is public. If set to
true
, MongoDB Cloud doesn't use the configured AWS Identity and Access Management (IAM) role to access the S3 bucket. If set tofalse
, the configured AWS IAM role must include permissions to access the S3 bucket.Default value is
false
. -
Physical location where MongoDB Cloud deploys your AWS-hosted MongoDB cluster nodes. The region you choose can affect network latency for clients accessing your databases. When MongoDB Cloud deploys a dedicated cluster, it checks if a VPC or VPC connection exists for that provider and region. If not, MongoDB Cloud creates them as part of the deployment. MongoDB Cloud assigns the VPC a CIDR block. To limit a new VPC peering connection to one CIDR block and region, create the connection first. Deploy the cluster after the connection starts.
Values are
US_GOV_WEST_1
,US_GOV_EAST_1
,US_EAST_1
,US_EAST_2
,US_WEST_1
,US_WEST_2
,CA_CENTRAL_1
,EU_NORTH_1
,EU_WEST_1
,EU_WEST_2
,EU_WEST_3
,EU_CENTRAL_1
,EU_CENTRAL_2
,AP_EAST_1
,AP_NORTHEAST_1
,AP_NORTHEAST_2
,AP_NORTHEAST_3
,AP_SOUTHEAST_1
,AP_SOUTHEAST_2
,AP_SOUTHEAST_3
,AP_SOUTHEAST_4
,AP_SOUTH_1
,AP_SOUTH_2
,SA_EAST_1
,CN_NORTH_1
,CN_NORTHWEST_1
,ME_SOUTH_1
,ME_CENTRAL_1
,AF_SOUTH_1
,EU_SOUTH_1
,EU_SOUTH_2
,IL_CENTRAL_1
,CA_WEST_1
, orGLOBAL
.
Group of settings that define where the data is stored.
Hide attributes Show attributes
-
Human-readable label that identifies the data store. The databases.[n].collections.[n].dataSources.[n].storeName field references this values as part of the mapping configuration. To use MongoDB Cloud as a data store, the data lake requires a serverless instance or an
M10
or higher cluster. -
Value is
dls:aws
. -
Physical location where MongoDB Cloud deploys your AWS-hosted MongoDB cluster nodes. The region you choose can affect network latency for clients accessing your databases. When MongoDB Cloud deploys a dedicated cluster, it checks if a VPC or VPC connection exists for that provider and region. If not, MongoDB Cloud creates them as part of the deployment. MongoDB Cloud assigns the VPC a CIDR block. To limit a new VPC peering connection to one CIDR block and region, create the connection first. Deploy the cluster after the connection starts.
Values are
US_GOV_WEST_1
,US_GOV_EAST_1
,US_EAST_1
,US_EAST_2
,US_WEST_1
,US_WEST_2
,CA_CENTRAL_1
,EU_NORTH_1
,EU_WEST_1
,EU_WEST_2
,EU_WEST_3
,EU_CENTRAL_1
,EU_CENTRAL_2
,AP_EAST_1
,AP_NORTHEAST_1
,AP_NORTHEAST_2
,AP_NORTHEAST_3
,AP_SOUTHEAST_1
,AP_SOUTHEAST_2
,AP_SOUTHEAST_3
,AP_SOUTHEAST_4
,AP_SOUTH_1
,AP_SOUTH_2
,SA_EAST_1
,CN_NORTH_1
,CN_NORTHWEST_1
,ME_SOUTH_1
,ME_CENTRAL_1
,AF_SOUTH_1
,EU_SOUTH_1
,EU_SOUTH_2
,IL_CENTRAL_1
,CA_WEST_1
, orGLOBAL
.
Group of settings that define where the data is stored.
Hide attributes Show attributes
-
Human-readable label that identifies the data store. The databases.[n].collections.[n].dataSources.[n].storeName field references this values as part of the mapping configuration. To use MongoDB Cloud as a data store, the data lake requires a serverless instance or an
M10
or higher cluster. -
Value is
dls:azure
. -
Microsoft Azure Regions.
Values are
US_CENTRAL
,US_EAST
,US_EAST_2
,US_NORTH_CENTRAL
,US_WEST
,US_SOUTH_CENTRAL
,EUROPE_NORTH
,EUROPE_WEST
,US_WEST_CENTRAL
,US_WEST_2
,US_WEST_3
,CANADA_EAST
,CANADA_CENTRAL
,BRAZIL_SOUTH
,BRAZIL_SOUTHEAST
,AUSTRALIA_CENTRAL
,AUSTRALIA_CENTRAL_2
,AUSTRALIA_EAST
,AUSTRALIA_SOUTH_EAST
,GERMANY_CENTRAL
,GERMANY_NORTH_EAST
,GERMANY_WEST_CENTRAL
,GERMANY_NORTH
,SWEDEN_CENTRAL
,SWEDEN_SOUTH
,SWITZERLAND_NORTH
,SWITZERLAND_WEST
,UK_SOUTH
,UK_WEST
,NORWAY_EAST
,NORWAY_WEST
,INDIA_CENTRAL
,INDIA_SOUTH
,INDIA_WEST
,CHINA_EAST
,CHINA_NORTH
,ASIA_EAST
,JAPAN_EAST
,JAPAN_WEST
,ASIA_SOUTH_EAST
,KOREA_CENTRAL
,KOREA_SOUTH
,FRANCE_CENTRAL
,FRANCE_SOUTH
,SOUTH_AFRICA_NORTH
,SOUTH_AFRICA_WEST
,UAE_CENTRAL
,UAE_NORTH
, orQATAR_CENTRAL
.
Group of settings that define where the data is stored.
Hide attributes Show attributes
-
Human-readable label that identifies the data store. The databases.[n].collections.[n].dataSources.[n].storeName field references this values as part of the mapping configuration. To use MongoDB Cloud as a data store, the data lake requires a serverless instance or an
M10
or higher cluster. -
Value is
dls:gcp
. -
Google Cloud Platform Regions.
Values are
ASIA_EAST_2
,ASIA_NORTHEAST_2
,ASIA_NORTHEAST_3
,ASIA_SOUTH_1
,ASIA_SOUTH_2
,ASIA_SOUTHEAST_2
,AUSTRALIA_SOUTHEAST_1
,AUSTRALIA_SOUTHEAST_2
,CENTRAL_US
,EASTERN_ASIA_PACIFIC
,EASTERN_US
,EUROPE_CENTRAL_2
,EUROPE_NORTH_1
,EUROPE_WEST_2
,EUROPE_WEST_3
,EUROPE_WEST_4
,EUROPE_WEST_6
,EUROPE_WEST_10
,EUROPE_WEST_12
,MIDDLE_EAST_CENTRAL_1
,MIDDLE_EAST_CENTRAL_2
,MIDDLE_EAST_WEST_1
,NORTH_AMERICA_NORTHEAST_1
,NORTH_AMERICA_NORTHEAST_2
,NORTHEASTERN_ASIA_PACIFIC
,SOUTH_AMERICA_EAST_1
,SOUTH_AMERICA_WEST_1
,SOUTHEASTERN_ASIA_PACIFIC
,US_EAST_4
,US_EAST_5
,US_WEST_2
,US_WEST_3
,US_WEST_4
,US_SOUTH_1
,WESTERN_EUROPE
, orWESTERN_US
.
Group of settings that define where the data is stored.
Hide attributes Show attributes
-
Human-readable label that identifies the data store. The databases.[n].collections.[n].dataSources.[n].storeName field references this values as part of the mapping configuration. To use MongoDB Cloud as a data store, the data lake requires a serverless instance or an
M10
or higher cluster. -
Value is
atlas
. -
Human-readable label of the MongoDB Cloud cluster on which the store is based.
-
Unique 24-hexadecimal digit string that identifies the project.
Minimum length is
24
, maximum length is24
. Format should match the following pattern:^([a-f0-9]{24})$
. -
MongoDB Cloud cluster read concern, which determines the consistency and isolation properties of the data read from an Atlas cluster.
Hide readConcern attribute Show readConcern attribute object
-
Read Concern level that specifies the consistency and availability of the data read.
Values are
LOCAL
,MAJORITY
,LINEARIZABLE
,SNAPSHOT
, orAVAILABLE
.Read Concern Level
-
-
MongoDB Cloud cluster read preference, which describes how to route read requests to the cluster.
Hide readPreference attributes Show readPreference attributes object
-
Maximum replication lag, or staleness, for reads from secondaries.
-
Read preference mode that specifies to which replica set member to route the read requests.
Values are
primary
,primaryPreferred
,secondary
,secondaryPreferred
, ornearest
.Read Preference Modes -
List that contains tag sets or tag specification documents. If specified, Atlas Data Lake routes read requests to replica set member or members that are associated with the specified tags.
Read Preference Tag Set Lists
-
Group of settings that define where the data is stored.
Hide attributes Show attributes
-
Human-readable label that identifies the data store. The databases.[n].collections.[n].dataSources.[n].storeName field references this values as part of the mapping configuration. To use MongoDB Cloud as a data store, the data lake requires a serverless instance or an
M10
or higher cluster. -
Value is
http
. -
Flag that validates the scheme in the specified URLs. If
true
, allows insecureHTTP
scheme, doesn't verify the server's certificate chain and hostname, and accepts any certificate with any hostname presented by the server. Iffalse
, allows secureHTTPS
scheme only.Default value is
false
. -
Default format that Data Lake assumes if it encounters a file without an extension while searching the
storeName
. If omitted, Data Lake attempts to detect the file type by processing a few bytes of the file. The specified format only applies to the URLs specified in the databases.[n].collections.[n].dataSources object. -
Comma-separated list of publicly accessible HTTP URLs where data is stored. You can't specify URLs that require authentication.
Group of settings that define where the data is stored.
Hide attributes Show attributes
-
Human-readable label that identifies the data store. The databases.[n].collections.[n].dataSources.[n].storeName field references this values as part of the mapping configuration. To use MongoDB Cloud as a data store, the data lake requires a serverless instance or an
M10
or higher cluster. -
Value is
azure
. -
Human-readable label that identifies the name of the container.
-
Delimiter.
-
Prefix.
-
Flag that indicates whether the blob store is public. If set to
true
, MongoDB Cloud doesn't use the configured Azure service principal to access the blob store. If set tofalse
, the configured Azure service principal must include permissions to access the blob store.Default value is
false
. -
Microsoft Azure Regions.
Values are
US_CENTRAL
,US_EAST
,US_EAST_2
,US_NORTH_CENTRAL
,US_WEST
,US_SOUTH_CENTRAL
,EUROPE_NORTH
,EUROPE_WEST
,US_WEST_CENTRAL
,US_WEST_2
,US_WEST_3
,CANADA_EAST
,CANADA_CENTRAL
,BRAZIL_SOUTH
,BRAZIL_SOUTHEAST
,AUSTRALIA_CENTRAL
,AUSTRALIA_CENTRAL_2
,AUSTRALIA_EAST
,AUSTRALIA_SOUTH_EAST
,GERMANY_CENTRAL
,GERMANY_NORTH_EAST
,GERMANY_WEST_CENTRAL
,GERMANY_NORTH
,SWEDEN_CENTRAL
,SWEDEN_SOUTH
,SWITZERLAND_NORTH
,SWITZERLAND_WEST
,UK_SOUTH
,UK_WEST
,NORWAY_EAST
,NORWAY_WEST
,INDIA_CENTRAL
,INDIA_SOUTH
,INDIA_WEST
,CHINA_EAST
,CHINA_NORTH
,ASIA_EAST
,JAPAN_EAST
,JAPAN_WEST
,ASIA_SOUTH_EAST
,KOREA_CENTRAL
,KOREA_SOUTH
,FRANCE_CENTRAL
,FRANCE_SOUTH
,SOUTH_AFRICA_NORTH
,SOUTH_AFRICA_WEST
,UAE_CENTRAL
,UAE_NORTH
, orQATAR_CENTRAL
. -
Replacement Delimiter.
-
Service URL.
Group of settings that define where the data is stored.
Hide attributes Show attributes
-
Human-readable label that identifies the data store. The databases.[n].collections.[n].dataSources.[n].storeName field references this values as part of the mapping configuration. To use MongoDB Cloud as a data store, the data lake requires a serverless instance or an
M10
or higher cluster. -
Value is
gcs
. -
Human-readable label that identifies the Google Cloud Storage bucket.
-
Delimiter.
-
Prefix.
-
Flag that indicates whether the bucket is public. If set to
true
, MongoDB Cloud doesn't use the configured GCP service account to access the bucket. If set tofalse
, the configured GCP service acccount must include permissions to access the bucket.Default value is
false
. -
Google Cloud Platform Regions.
Values are
ASIA_EAST_2
,ASIA_NORTHEAST_2
,ASIA_NORTHEAST_3
,ASIA_SOUTH_1
,ASIA_SOUTH_2
,ASIA_SOUTHEAST_2
,AUSTRALIA_SOUTHEAST_1
,AUSTRALIA_SOUTHEAST_2
,CENTRAL_US
,EASTERN_ASIA_PACIFIC
,EASTERN_US
,EUROPE_CENTRAL_2
,EUROPE_NORTH_1
,EUROPE_WEST_2
,EUROPE_WEST_3
,EUROPE_WEST_4
,EUROPE_WEST_6
,EUROPE_WEST_10
,EUROPE_WEST_12
,MIDDLE_EAST_CENTRAL_1
,MIDDLE_EAST_CENTRAL_2
,MIDDLE_EAST_WEST_1
,NORTH_AMERICA_NORTHEAST_1
,NORTH_AMERICA_NORTHEAST_2
,NORTHEASTERN_ASIA_PACIFIC
,SOUTH_AMERICA_EAST_1
,SOUTH_AMERICA_WEST_1
,SOUTHEASTERN_ASIA_PACIFIC
,US_EAST_4
,US_EAST_5
,US_WEST_2
,US_WEST_3
,US_WEST_4
,US_SOUTH_1
,WESTERN_EUROPE
, orWESTERN_US
. -
Replacement Delimiter.
-
-
-
-
Unauthorized.
Hide response attributes Show response attributes object
-
Bad request detail.
Hide badRequestDetail attribute Show badRequestDetail attribute object
-
Describes the specific conditions or reasons that cause each type of error.
-
HTTP status code returned with this error.
External documentation -
Application error code returned with this error.
-
Parameters used to give more information about the error.
-
Application error message returned with this error.
-
-
Forbidden.
Hide response attributes Show response attributes object
-
Bad request detail.
Hide badRequestDetail attribute Show badRequestDetail attribute object
-
Describes the specific conditions or reasons that cause each type of error.
-
HTTP status code returned with this error.
External documentation -
Application error code returned with this error.
-
Parameters used to give more information about the error.
-
Application error message returned with this error.
-
-
Not Found.
Hide response attributes Show response attributes object
-
Bad request detail.
Hide badRequestDetail attribute Show badRequestDetail attribute object
-
Describes the specific conditions or reasons that cause each type of error.
-
HTTP status code returned with this error.
External documentation -
Application error code returned with this error.
-
Parameters used to give more information about the error.
-
Application error message returned with this error.
-
-
Internal Server Error.
Hide response attributes Show response attributes object
-
Bad request detail.
Hide badRequestDetail attribute Show badRequestDetail attribute object
-
Describes the specific conditions or reasons that cause each type of error.
-
HTTP status code returned with this error.
External documentation -
Application error code returned with this error.
-
Parameters used to give more information about the error.
-
Application error message returned with this error.
-
curl \ --request GET 'https://cloud.mongodb.com/api/atlas/v1.0/groups/32b6e34b3d91647abb20e7b8/dataFederation' \ --header "Authorization: Bearer $ACCESS_TOKEN"
[ { "cloudProviderConfig": { "aws": { "externalId": "string", "iamAssumedRoleARN": "arn:aws:iam::123456789012:root", "iamUserARN": "string", "roleId": "32b6e34b3d91647abb20e7b8" }, "azure": { "atlasAppId": "string", "roleId": "32b6e34b3d91647abb20e7b8", "servicePrincipalId": "string", "tenantId": "string" }, "gcp": { "gcpServiceAccount": "string", "roleId": "32b6e34b3d91647abb20e7b8" } }, "dataProcessRegion": { "cloudProvider": "AWS", "": "SYDNEY_AUS" }, "groupId": "32b6e34b3d91647abb20e7b8", "hostnames": [ "string" ], "name": "string", "privateEndpointHostnames": [ { "hostname": "string", "privateEndpoint": "string" } ], "state": "UNVERIFIED", "storage": { "databases": [ { "collections": [ { "dataSources": [ { "allowInsecure": false, "collection": "string", "collectionRegex": "string", "database": "string", "databaseRegex": "string", "datasetName": "v1$atlas$snapshot$Cluster0$myDatabase$myCollection$19700101T000000Z", "datasetPrefix": "string", "defaultFormat": ".avro", "path": "string", "provenanceFieldName": "string", "storeName": "string", "trimLevel": 42, "urls": [ "string" ] } ], "name": "string" } ], "maxWildcardCollections": 100, "name": "string", "views": [ { "name": "string", "pipeline": "string", "source": "string" } ] } ], "stores": [ { "name": "string", "provider": "s3", "additionalStorageClasses": [ "STANDARD" ], "bucket": "string", "delimiter": "string", "includeTags": false, "prefix": "string", "public": false, "region": "US_GOV_WEST_1" } ] } } ]
{ "error": 401, "detail": "(This is just an example, the exception may not be related to this endpoint)", "reason": "Unauthorized", "errorCode": "NOT_ORG_GROUP_CREATOR" }
{ "error": 403, "detail": "(This is just an example, the exception may not be related to this endpoint)", "reason": "Forbidden", "errorCode": "CANNOT_CHANGE_GROUP_NAME" }
{ "error": 404, "detail": "(This is just an example, the exception may not be related to this endpoint) Cannot find resource AWS", "reason": "Not Found", "errorCode": "RESOURCE_NOT_FOUND" }
{ "error": 500, "detail": "(This is just an example, the exception may not be related to this endpoint)", "reason": "Internal Server Error", "errorCode": "UNEXPECTED_ERROR" }