Get /host/fingerprint/count
Description
Returns the count of all Fingerprint records in the database that match the provided filter.
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 Parameter
Name |
Required |
Type |
---|---|---|
filter | Optional | Array <String> |
Sample Request
Request URL |
GET https://10.106.94.152:8443/api/v2/host/fingerprint/count |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Sample Response
{
"dbid": 0,
"source": "string",
"physAddress": "string",
"ipAddress": "string",
"hostName": "string",
"entityTag": "string",
"os": "string",
"createTime": "2024-04-17T22:32:16.182Z",
"lastHeardTime": "2024-04-17T22:32:16.182Z",
"attributes": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"entity": {
"name": "string",
"tag": "string",
"imageFile": "string",
"id": 0
}
}