Many Chanegs
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user