Ludus 2 is in BETA. This API is subject to change until Ludus 2 is released.
curl --location --request GET 'https://mock.apidog.com/m1/1126461-0-default/snapshots/list?rangeID&userID&vmids=100,101'{
"snapshots": [
{
"name": "My snapshot",
"includesRAM": true,
"description": "Took this snapshot before testing something",
"snaptime": 1740779020,
"parent": "Other snapshot",
"vmid": 179,
"vmname": "JD-ad-win11-22h2-enterprise-x64-1"
}
],
"errors": [
{
"vmid": 180,
"vmname": "JD-ad-win11-22h2-enterprise-x64-2",
"error": "Error parsing VM ID abc: strconv.Atoi: parsing \"abc\": invalid syntax"
}
]
}