ADD /report

This commit is contained in:
2024-07-29 14:22:16 +02:00
parent 6f25ef191b
commit 4d479cdf34
2 changed files with 10 additions and 2 deletions
+5 -2
View File
@@ -5,7 +5,6 @@ class CL_Ping_Set(BaseModel):
name: str
ipaddress: str
class CL_Database_get(BaseModel):
name: str
@@ -179,4 +178,8 @@ class CL_ERROR_LOG(BaseModel):
datum: str
hostname: str
samaccountname: str
errorcode: str
errorcode: str
class CL_REPORTING(BaseModel):
user: str
lastaccess: str