DailyBuild

This commit is contained in:
2025-09-30 14:11:41 -04:00
parent 4feb3ecca9
commit 9fe9f97d1d
6 changed files with 8 additions and 10 deletions
-3
View File
@@ -90,8 +90,6 @@ def getPolicyFromClientID(url, clientid):
policy_id = data.loc[0, "groupid"]
return policy_name, policy_id
def getPolicyName(url, groupid):
endpoint = url + '/v1/group/'
payload = {}
@@ -113,7 +111,6 @@ def getPolicyName(url, groupid):
return name
def devicehistory(url, outputjson: bool):
endpoint = url + '/v1/getexechistory'
print("\n")