Fortinet white logo
Fortinet white logo

Rest API

7.2.0

Get /host/device-identity-source/{id}

Get /host/device-identity-source/{id}

Description

Returns a list of Device Identity Source records matching the supplied 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

Paramter

Id, the Device Identity Source record Id.

Sample Request

Request URL

GET https://10.106.94.152:8443/api/v2/host/device-identity-source/3

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

Sample Response

{

"status": "success",

"errorMessage": null,

"results": [

{

"dbid": 3,

"rank": 9,

"version": 0,

"lastModifiedBy": "admin",

"lastModifiedDate": "2023-10-26T21:32:42.000+0000",

"name": "WinRM",

"enabled": true,

"enableRegistered": true,

"canDelete": false

}

],

"filtered": 1,

"total": 11

}

Get /host/device-identity-source/{id}

Get /host/device-identity-source/{id}

Description

Returns a list of Device Identity Source records matching the supplied 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

Paramter

Id, the Device Identity Source record Id.

Sample Request

Request URL

GET https://10.106.94.152:8443/api/v2/host/device-identity-source/3

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

Sample Response

{

"status": "success",

"errorMessage": null,

"results": [

{

"dbid": 3,

"rank": 9,

"version": 0,

"lastModifiedBy": "admin",

"lastModifiedDate": "2023-10-26T21:32:42.000+0000",

"name": "WinRM",

"enabled": true,

"enableRegistered": true,

"canDelete": false

}

],

"filtered": 1,

"total": 11

}