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/antisandbox/enable?userID' \
--header 'Content-Type: application/json' \
--data-raw '{
"vmIDs": "104,105",
"registeredOwner": "Acme Corp IT",
"registeredOrganization": "Acme Corp",
"vendor": "Dell",
"dropFiles": true,
"processorName": "Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz",
"processorVendor": "GenuineIntel",
"processorSpeed": "2600",
"processorIdentifier": "Intel64 Family 6 Model 142 Stepping 10",
"systemBiosVersion": "1.18.0",
"persist": true
}'{
"success": [
"104"
],
"errors": [
{
"item": "105",
"reason": "Failed to get VM state no status found"
}
]
}