Controls
Available for user tokens and project keys
Controls
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"_id": ObjectId,
"user": ObjectId, // nullable
"apikey": String, // nullable
"type": String,
"command": String,
"vm": String,
"running": Boolean,
"progress": Number,
"date": Number // Date time unix
}{
"error": String
}Last updated