MnT API Commands

Overview

The MnT (Monitoring & Troubleshooting) API provides real-time visibility into ISE operations.

MnT API runs on the Admin portal (port 443) and returns XML by default. netapi automatically converts responses to JSON/table format.

Commands

Command Description

mnt sessions

List all active sessions

mnt session <MAC>

Get session details by MAC address

mnt auth-status <MAC>

Get authentication history

mnt count

Get active session count

mnt failure-reasons

List authentication failure reasons

mnt version

Get ISE version info

Quick Examples

# Active sessions overview
netapi ise mnt sessions

# Session by MAC (for troubleshooting)
netapi ise mnt session 00:50:C2:39:F0:F7

# Authentication history (last 24h, 10 records)
netapi ise mnt auth-status 00:50:C2:39:F0:F7

# Check session count
netapi ise mnt count

API Endpoint Reference

Endpoint Method Description

/admin/API/mnt/Session/ActiveList

GET

List active sessions

/admin/API/mnt/Session/MACAddress/{mac}

GET

Session by MAC

/admin/API/mnt/AuthStatus/MACAddress/{mac}/{duration}/{count}/All

GET

Auth history