Ludus 2 is in BETA. This API is subject to change until Ludus 2 is released.
curl --location --request POST 'https://mock.apidog.com/m1/1126461-0-default/snapshots/create?rangeID&userID' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "My cool snapshot",
"description": "Taking this snapshot before doing some testing",
"vmids": [
179,
180
],
"includeRAM": true
}'{
"success": [
179
],
"errors": [
{
"vmid": 180,
"vmname": "JD-ad-win11-22h2-enterprise-x64-2",
"error": "Error parsing VM ID abc: strconv.Atoi: parsing \"abc\": invalid syntax"
}
]
}