Retrieve In-Memory DB Instances
Endpoint
Request
curl -X 'GET' \
'https://in-memory-db.de-txl.ionos.com/replicasets' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer $Token' \Header Parameters
Required
Type
Description
Response
{
"id": "6aaa-3ccc-50dd-bebb-5b0b",
"type": "collection",
"href": "/replicasets?limit=100&offset=0",
"items": [
{
"id": "14000000f-2eee-4eee-84fff-ae70",
"type": "replicasets",
"href": "/replicasets/14000000f-2eee-4eee-84fff-ae70",
"metadata": {
"createdBy": "[email protected]",
"createdByUserId": "abcd-fd97-4800-2cba",
"createdDate": "2024-04-23T07:54:31Z",
"dnsName": "",
"lastModifiedBy": "[email protected]",
"lastModifiedByUserId": "abcd-fd97-4800-2cba",
"lastModifiedDate": "2024-04-23T07:54:31Z",
"state": "UNKNOWN"
},
"properties": {
"connections": [
{
"cidr": "123.123.1.100/24",
"datacenterId": "dd00-7a96-dd00-dd00-bcaa13",
"lanId": "2"
}
],
"credentials": {
"password": null,
"username": "user1"
},
"evictionPolicy": "allkeys-lru",
"maintenanceWindow": {
"dayOfTheWeek": "monday",
"time": "16:30:00"
},
"displayName": "In-Memory DB replica set",
"persistence": {
"minimalSaveInterval": 3600,
"mode": "None"
},
"version": "7.2",
"replicas": 2,
"resources": {
"cores": 4,
"ram": 4,
"storage": 10
}
}
},
{
"id": "6000a-300b-4004-9008-6007",
"type": "replicasets",
"href": "/replicasets/6000a-300b-4004-9008-6007",
"metadata": {
"createdBy": "[email protected]",
"createdByUserId": "abcd-fd97-4800-2cba",
"createdDate": "2024-04-22T13:46:25Z",
"dnsName": "",
"lastModifiedBy": "[email protected]",
"lastModifiedByUserId": "abcd-fd97-4800-2cba",
"lastModifiedDate": "2024-04-22T13:46:25Z",
"state": "UNKNOWN"
},
"properties": {
"connections": [
{
"cidr": "123.123.1.100/24",
"datacenterId": "dd00-7a96-dd00-dd00-bcaa13",
"lanId": "2"
}
],
"credentials": {
"password": null,
"username": "user2"
},
"evictionPolicy": "allkeys-lru",
"maintenanceWindow": {
"dayOfTheWeek": "monday",
"time": "16:30:00"
},
"displayName": "In-Memory DB replica set",
"persistence": {
"minimalSaveInterval": 3600,
"mode": "None"
},
"version": "7.2",
"replicas": 2,
"resources": {
"cores": 4,
"ram": 4,
"storage": 10
}
}
},
],
"offset": 0,
"limit": 100,
"_links": {
"self": "/replicasets?limit=100&offset=0",
"next": "/replicasets?limit=100&offset=100"
}
}PreviousConnect to an In-Memory DB Instance from the Kubernetes ClusterNextFetch an In-Memory DB Instance
Last updated
Was this helpful?