ClustersApi
Last updated
Last updated
All URIs are relative to https://api.ionos.com/databases/mongodb
Method | HTTP request | Description |
---|---|---|
clustersDelete(clusterId)
Delete a Cluster
Deletes a MongoDB cluster.
basicAuth, tokenAuth
Content-Type: Not defined
Accept: application/json
clustersFindById(clusterId)
Get a cluster by id
Get a cluster by id.
basicAuth, tokenAuth
Content-Type: Not defined
Accept: application/json
clustersGet(opts)
Get Clusters
Retrieves a list of MongoDB clusters.
basicAuth, tokenAuth
Content-Type: Not defined
Accept: application/json
clustersPatch(clusterId, patchClusterRequest)
Patch a cluster
Patch attributes of a MongoDB cluster.
basicAuth, tokenAuth
Content-Type: application/json
Accept: application/json
clustersPost(createClusterRequest)
Create a Cluster
Creates a new MongoDB cluster.
basicAuth, tokenAuth
Content-Type: application/json
Accept: application/json
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
DELETE /clusters/{clusterId}
Delete a Cluster
GET /clusters/{clusterId}
Get a cluster by id
GET /clusters
Get Clusters
PATCH /clusters/{clusterId}
Patch a cluster
POST /clusters
Create a Cluster
clusterId
string
The unique ID of the cluster.
[default to undefined]
clusterId
string
The unique ID of the cluster.
[default to undefined]
limit
number
The maximum number of elements to return. Use together with 'offset' for pagination.
[optional][default to 100]
offset
number
The first element to return. Use together with 'limit' for pagination.
[optional][default to 0]
filterName
string
Response filter to list only the MongoDB clusters that contain the specified name. The value is case insensitive and matched on the 'displayName' field.
[optional][default to undefined]
clusterId
string
The unique ID of the cluster.
[default to undefined]
patchClusterRequest
Part of the cluster which should be modified.
createClusterRequest
The cluster to be created.