Remove API key From Console
parent
a24c1cd2be
commit
9254a7449d
|
|
@ -116,13 +116,12 @@ class CL_SET_HOST(BaseModel):
|
|||
ipadresse: str
|
||||
winver: str
|
||||
cpuname: str
|
||||
cores: str
|
||||
cores: int
|
||||
dbname: str
|
||||
ram: int
|
||||
hddfree: str
|
||||
hddused: str
|
||||
hddtotal: str
|
||||
ipadresse: str
|
||||
|
||||
class CL_GET_CPU(BaseModel):
|
||||
hostname: str
|
||||
|
|
|
|||
Loading…
Reference in New Issue