Many Chanegs

This commit is contained in:
2023-08-15 11:53:38 +02:00
parent ba7de6d4e2
commit 501e0765d3
3 changed files with 53 additions and 19 deletions
+27
View File
@@ -1,5 +1,32 @@
from pydantic import BaseModel
class CL_Ping_Set(BaseModel):
## Test
name: str
ipadress: str
class CL_Database_get(BaseModel):
name: str
class CL_Diskusage(BaseModel):
function: str
value: str
class CL_CPUinfo(BaseModel):
name: str
class CL_Systeminfo_set(BaseModel):
ram: str
prozessor: int
cpu: str
ipaddress: str
single_free_hdd: str
single_used_hdd: str
single_total_hdd: str
total_free_hdd: int
total_used_hdd: int
total_total_hdd: int
class CL_Systeminfo_get(BaseModel):
ipaddress: str