Restructured TUI, expanded quietagent workflow
This commit is contained in:
@@ -253,6 +253,19 @@ class AirlockAPIWrapper:
|
||||
}
|
||||
return self._post("/v1/group/settings/script_custom", payload)
|
||||
|
||||
def policy_set_upgradetarget(
|
||||
self,
|
||||
groupid: str,
|
||||
windows: str,
|
||||
macos: str,
|
||||
) -> dict:
|
||||
payload = {
|
||||
"groupid": groupid,
|
||||
"windows": windows,
|
||||
"macos": macos,
|
||||
}
|
||||
return self._post("/v1/group/settings/selfupgrade/target", payload)
|
||||
|
||||
# Execution History
|
||||
def history_logging(
|
||||
self, type: List[str], checkpoint: str, policy: List[str]
|
||||
|
||||
Reference in New Issue
Block a user