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