Fortinet white logo
Fortinet white logo

Rest API

7.2.0

Get /policy/user-host-profile/{id}

Get /policy/user-host-profile/{id}

Description

Returns a list of User/Host Profile records matching the supplied filter.

Request Parameter

Id, the id of the User/Host Profile 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/policy/user-host-profile/2

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

Sample Response

{

"status": "string",

"errorMessage": "string",

"results": [

{

"lastModifiedBy": "string",

"lastModifiedDate": "2024-02-21T00:54:34.410Z",

"dbid": 0,

"name": "string",

"note": "string",

"guid": 0,

"globalModifiedDate": "2024-02-21T00:54:34.410Z",

"groupIDs": [

0

],

"catchAll": true,

"weeklySchedule": {

"version": 0,

"startTimeOfDay": 0,

"endTimeOfDay": 0,

"daysOfWeek": 0,

"startTimeOfDayAM": true,

"endTimeOfDayAM": true,

"startTimeOfDayHours": 0,

"endTimeOfDayHours": 0,

"startTimeOfDayMinutes": 0,

"endTimeOfDayMinutes": 0,

"alwaysOn": true,

"validTime": true

},

"filterSet": [

"string"

],

"locationIDs": [

0

],

"locationOperator": "OR",

"groupOperator": "OR",

"radiusFilterSet": [

{

"enabled": true,

"methodType": {

"id": 0,

"name": "string",

"shortName": "string"

},

"version": 0,

"encrypted": true,

"priority": 0,

"attributeFilters": {

"additionalProp1": "string",

"additionalProp2": "string",

"additionalProp3": "string"

}

}

],

"groupNames": [

"string"

],

"locationNames": [

"string"

]

}

],

"filtered": 0,

"total": 0

}

Get /policy/user-host-profile/{id}

Get /policy/user-host-profile/{id}

Description

Returns a list of User/Host Profile records matching the supplied filter.

Request Parameter

Id, the id of the User/Host Profile 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/policy/user-host-profile/2

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

Sample Response

{

"status": "string",

"errorMessage": "string",

"results": [

{

"lastModifiedBy": "string",

"lastModifiedDate": "2024-02-21T00:54:34.410Z",

"dbid": 0,

"name": "string",

"note": "string",

"guid": 0,

"globalModifiedDate": "2024-02-21T00:54:34.410Z",

"groupIDs": [

0

],

"catchAll": true,

"weeklySchedule": {

"version": 0,

"startTimeOfDay": 0,

"endTimeOfDay": 0,

"daysOfWeek": 0,

"startTimeOfDayAM": true,

"endTimeOfDayAM": true,

"startTimeOfDayHours": 0,

"endTimeOfDayHours": 0,

"startTimeOfDayMinutes": 0,

"endTimeOfDayMinutes": 0,

"alwaysOn": true,

"validTime": true

},

"filterSet": [

"string"

],

"locationIDs": [

0

],

"locationOperator": "OR",

"groupOperator": "OR",

"radiusFilterSet": [

{

"enabled": true,

"methodType": {

"id": 0,

"name": "string",

"shortName": "string"

},

"version": 0,

"encrypted": true,

"priority": 0,

"attributeFilters": {

"additionalProp1": "string",

"additionalProp2": "string",

"additionalProp3": "string"

}

}

],

"groupNames": [

"string"

],

"locationNames": [

"string"

]

}

],

"filtered": 0,

"total": 0

}