Fortinet white logo
Fortinet white logo

Rest API

7.2.0

Get /host/device-identity-source

Get /host/device-identity-source

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

Request Body Parameters

Name

Required

Type

filter Optional Array[String]
start Optional Integer
count Optional Integer
sortKey Optional String
sortDir Optional String

Sample Request

Request URL

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

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

Sample Response

{

"status": "success",

"errorMessage": null,

"results": [

{

"dbid": 1,

"rank": 1,

"version": 0,

"lastModifiedBy": "SYSTEM",

"lastModifiedDate": "2023-08-25T17:40:25.000+0000",

"name": "Agent",

"enabled": true,

"enableRegistered": true,

"canDelete": false

},

{

"dbid": 2,

"rank": 2,

"version": 0,

"lastModifiedBy": "SYSTEM",

"lastModifiedDate": "2023-08-25T17:40:25.000+0000",

"name": "Windows Profile",

"enabled": true,

"enableRegistered": true,

"canDelete": false

}

],

"filtered": 2,

"total": 2

}

Get /host/device-identity-source

Get /host/device-identity-source

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

Request Body Parameters

Name

Required

Type

filter Optional Array[String]
start Optional Integer
count Optional Integer
sortKey Optional String
sortDir Optional String

Sample Request

Request URL

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

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

Sample Response

{

"status": "success",

"errorMessage": null,

"results": [

{

"dbid": 1,

"rank": 1,

"version": 0,

"lastModifiedBy": "SYSTEM",

"lastModifiedDate": "2023-08-25T17:40:25.000+0000",

"name": "Agent",

"enabled": true,

"enableRegistered": true,

"canDelete": false

},

{

"dbid": 2,

"rank": 2,

"version": 0,

"lastModifiedBy": "SYSTEM",

"lastModifiedDate": "2023-08-25T17:40:25.000+0000",

"name": "Windows Profile",

"enabled": true,

"enableRegistered": true,

"canDelete": false

}

],

"filtered": 2,

"total": 2

}