Get /logging/connection/tabledatatotals
Description
Returns the Table Data Totals for Network Session Events.
Request Headers
Key |
Value |
Type |
Description |
---|---|---|---|
Authorization | Bearer <Authorization Token> | String | Authorization credential generated by FortiNAC |
Content-Type (option 1) | application/json | String | |
Content-Type (option 2) |
application/xml |
|
|
Request Body Parameters
Name |
Required |
Type |
---|---|---|
filter | Optional | Array<String> |
Sample Request
Request URL |
GET https://10.106.94.152:8443/api/v2/logging/connection/tabledatatotals |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Sample Response
{
"knownValues": {
"eventType": {
"values": [
{
"value": "PORT_CHANGE_TO_REGISTRATION",
"count": 0
},
{
"value": "PORT_CHANGE_TO_REMEDIATION",
"count": 0
},
{
"value": "PORT_CHANGE_TO_DEAD_END",
"count": 0
},
{
"value": "PORT_CHANGE_TO_DEFAULT",
"count": 0
}
]
},
"type": {
"values": [
{
"value": "28",
"count": 0
}
]
}
}
}