Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a list of authentication sessions within a specified date range.
Parameters
| Parameter | Description |
|---|
| End Time | The end time for filtering authentication sessions. |
| Start Time | The start time for filtering authentication sessions. |
Example Output
{
"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"
}
}
Workflow Library Example
Get Authentication Session List with Cisco Ise and Send Results Via Email