Remove API key From Console
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user