IMPORTUnggah berkas JSON atau CSV perangkat
Unggah file JSON atau CSV berisi daftar perangkat. Contoh JSON:
{
"devices": [
{"name": "FGT-01", "type": "fortigate", "ip": "192.168.1.1", "site": "Kantor Pusat", "enabled": 1}
]
}
Contoh CSV (header wajib:
name,type,ip; header opsional: site,enabled,notes):name,type,ip,site,enabled,notes FGT-01,fortigate,192.168.1.1,Kantor Pusat,1,"Lokasi rack A"