Database
Create database
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"region": {
"datacenter": {
"name": "berlin",
"displayName": "Berlin"
},
"physicalLocation": "Germany"
},
"image": {
"version": {
"name": "4_2_23",
"displayName": "version 4.2.23"
},
"distribution": "MongoDB"
},
"attestationId": "",
"port": "27017",
"status": 0,
"_id": "6548ef92d7be320564945169",
"name": "kraud-cloud-mongodb-1vcpu-1gb-berlin-01",
"provider": "6548a383e2442d14b6bf968c",
"size": "6548a383e2442d14b6bf9728",
"price": "6548a383e2442d14b6bf96dc",
"owner": {
"_id": "6548a41138406c14db33b606",
"name": "John Doe"
},
"project": "6548a41f38406c14db33b62c",
"team": "6548a41f38406c14db33b61e",
"ipConfigurations": [],
"createdAt": "2023-11-06T13:52:18.353Z",
"updatedAt": "2023-11-06T13:52:18.353Z"
}Get databases
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Get database by ID
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Delete database by ID
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?