Retrieve In-Memory DB Snapshots
Last updated
Was this helpful?
Was this helpful?
{
"id": "12345678-1234-1234-1234-123456781234",
"type": "collection",
"href": "/snapshots?limit=100&offset=0",
"items": [],
"offset": 0,
"limit": 100,
"_links": {
"self": "/snapshots?limit=100&offset=0",
"next": "/snapshots?limit=100&offset=100"
}
}