J
JOATOSIT Operations Platform
Browse documentation

Credential types

Credentials

JOATOS supports eight credential types, covering network devices, servers, and vendor APIs. You choose the type when adding a credential, and it can't be changed afterwards.

Network devices

TypeKey fields
SNMP v2cCommunity string
SNMP v3Username, auth protocol + key, privacy protocol + key
UniFi ControllerController URL, API key, site ID
Aruba CXUsername, password
MikroTikUsername, password, REST API port, verify-SSL option

Use SNMP for general device polling (switches, routers, firewalls, APs, UPSs); the vendor APIs (UniFi, Aruba CX, MikroTik) unlock richer data than SNMP alone.

Servers

TypeKey fields
SSH (Linux/Unix)Username, port, password or private key (+ passphrase)
WMI (Windows)Username, password, domain, HTTPS option, verify-SSL option
Proxmox VEHost, API token ID, API token secret, port

Use SSH for Linux, WMI for Windows, and Proxmox VE for Proxmox hypervisors — see Choosing a collection method.

Notes & tips

  • For SSH, you can authenticate with a password or a private key (with an optional passphrase) — leave the password blank when using a key.
  • For MikroTik and WMI with self-signed certificates, leave Verify SSL certificate unchecked.
  • Proxmox uses an API token (user@realm!tokenname) plus its secret, not a plain password.

Related