-
Notifications
You must be signed in to change notification settings - Fork 178
/
generator_config.yml
32 lines (29 loc) · 1.74 KB
/
generator_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
provider:
name: mongodbatlas
resources:
search_deployment:
schema:
attributes:
overrides:
specs:
description: List of settings that configure the search nodes for your cluster. This list is currently limited to defining a single element.
"specs.instanceSize":
description: Hardware specification for the search node instance sizes. The [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Atlas-Search/operation/createAtlasSearchDeployment) describes the valid values. More details can also be found in the [Search Node Documentation](https://www.mongodb.com/docs/atlas/cluster-config/multi-cloud-distribution/#search-tier).
read:
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment
method: GET
create:
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment
method: POST
data_sources:
search_deployment:
schema:
attributes:
overrides:
specs:
description: List of settings that configure the search nodes for your cluster. This list is currently limited to defining a single element.
"specs.instanceSize":
description: Hardware specification for the search node instance sizes. The [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Atlas-Search/operation/createAtlasSearchDeployment) describes the valid values. More details can also be found in the [Search Node Documentation](https://www.mongodb.com/docs/atlas/cluster-config/multi-cloud-distribution/#search-tier).
read:
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment
method: GET