mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 16:44:29 +02:00
Change result
This commit is contained in:
parent
33926ba983
commit
704aa0f685
@ -770,6 +770,7 @@ Dictionary::Ptr ApiActions::ExecuteCommand(const ConfigObject::Ptr& object,
|
|||||||
}
|
}
|
||||||
|
|
||||||
Dictionary::Ptr result = new Dictionary();
|
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);
|
return ApiActions::CreateResult(202, "Accepted", result);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user