External DocumentationTo learn more, visit the Cisco ISE documentation.
Actions
Get Authentication Session List
Retrieve a list of authentication sessions within a specified date range.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| End Time | The end time for filtering authentication sessions. |
| Start Time | The start time for filtering authentication sessions. |
{
"activeList": {
"activeSession": {
"user_name": "jdoe",
"calling_station_id": "00-14-22-01-23-45",
"orig_calling_station_id": "00-14-22-01-23-45",
"nas_ip_address": "192.168.1.1",
"nas_ipv6_address": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
"acct_session_id": "session123",
"audit_session_id": "audit123",
"cpmsession_id": "cpm123",
"server": "server1",
"framed_ip_address": "192.168.1.100",
"device_ip_address": "192.168.1.101",
"framed_ipv6_address": {
"ipv6_address": [
"2001:0db8:85a3:0000:0000:8a2e:0370:7334",
"2001:0db8:85a3:0000:0000:8a2e:0370:7335"
]
},
"additionalProp": "Anything can be here"
},
"_noOfActiveSession": "10"
}
}
Was this page helpful?