Change result

This commit is contained in:
Mattia Codato 2020-07-06 17:30:18 +02:00 committed by Noah Hilverling
parent dade9cb0a5
commit d29c5bfe39

View File

@ -740,6 +740,7 @@ Dictionary::Ptr ApiActions::ExecuteCommand(const ConfigObject::Ptr& object,
}
Dictionary::Ptr result = new Dictionary();
result->Set(checkable->GetName(), uuid);
result->Set("checkable", checkable->GetName());
result->Set("execution", uuid);
return ApiActions::CreateResult(202, "Accepted", result);
}