Get /host/device-identity/fingerprints
Description
Returns the full Fingerprint information, including attributes, for a specified fingerprint.
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 |
---|---|---|
ids | Optional | Array<String> |
Sample Request
Request URL |
GET https://10.106.94.152:8443/api/v2/host/device-identity/fingerprints |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Request Body |
ids:1 |
Sample Response
{
"dbid": 0,
"source": "string",
"physAddress": "string",
"ipAddress": "string",
"hostName": "string",
"entityTag": "string",
"os": "string",
"createTime": "2024-04-17T18:25:34.456Z",
"lastHeardTime": "2024-04-17T18:25:34.456Z",
"attributes": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"entity": {
"name": "string",
"tag": "string",
"imageFile": "string",
"id": 0
}
}