Get /host/fingerprint/{id}
Description
Returns a list of Fingerprint records matching the supplied filter.
Request Parameter
Id, the DBID of the Fingerprint record.
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 |
|
|
Sample Request
Request URL |
GET https://10.106.94.152:8443/api/v2/host/fingerprint/1206 |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Sample Response
{
"status": "success",
"errorMessage": null,
"results": [
{
"dbid": 1206,
"source": "DHCPv4",
"physAddress": "AC:71:2E:9F:1E:2A",
"ipAddress": null,
"hostName": "S148ENTQ22009587",
"entityTag": "network",
"os": "FortiSwitch",
"createTime": "2023-10-20T18:19:41.000+0000",
"lastHeardTime": "2023-11-01T19:00:28.000+0000",
"attributes": {
"OPTIONLIST": "53,57,61,55,12,60",
"PARAMLIST": "1,2,3,6,12,15,28,40,42",
"VENDORCLASS": "FortiSwitch-148E",
"MSGTYPE": "DHCPv4 DISCOVER"
},
"entity": {
"name": "Network",
"tag": "network",
"imageFile": "icons/device/generated/network_16.png",
"id": 9
}
}
],
"filtered": 1,
"total": 287
}