Scroll to navigation

nbox-history(1) General Commands Manual nbox-history(1)

NAME

nbox-history - Show the change history (audit log) for an object — what changed, when, and by whom. Distinct from `journal` (operator notes): this is the system-recorded create/update/delete log from NetBox's `/api/core/ object-changes/` (NetBox 4.x)

SYNOPSIS

nbox history [-l|--limit] [--diff] [-h|--help] <KIND> <VALUE>

DESCRIPTION

Show the change history (audit log) for an object — what changed, when, and by whom. Distinct from `journal` (operator notes): this is the system-recorded create/update/delete log from NetBox's `/api/core/ object-changes/` (NetBox 4.x)

OPTIONS

Maximum number of entries (newest first). Defaults to 20, or 1 with `--diff` (which inspects a single change)
Show the full before/after change payload for the newest change (implies `--limit 1` unless an explicit `--limit` is given)
Print help
<KIND>
Object kind: device, ip, prefix, vlan, site, rack, rack-group, circuit, virtual-circuit, aggregate, asn, ip-range, tenant, contact, provider, vm, vm-type, cluster, vrf, route-target, mac, or interface (`<device>/<name>`)
<VALUE>
Object reference (name, address, CIDR, VID, slug, or ID)
history