Fortinet white logo
Fortinet white logo

Rest API

7.4.0

Get /device/port/feature/port-management

Get /device/port/feature/port-management

Description

When modifying multiple ports at once, lists the number of devices that do and do not allow port management settings.

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

devID Required Array[Integer]

Sample Request

Request URL

Get https://10.106.94.152:8443/api/v2/device/port/feature/port-management

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

Request Body

devID: 2

Sample Response

{

"status": "string",

"errorMessage": "string",

"portManagementSupported": 0,

"portManagementUnsupported": 0

}

Get /device/port/feature/port-management

Get /device/port/feature/port-management

Description

When modifying multiple ports at once, lists the number of devices that do and do not allow port management settings.

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

devID Required Array[Integer]

Sample Request

Request URL

Get https://10.106.94.152:8443/api/v2/device/port/feature/port-management

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

Request Body

devID: 2

Sample Response

{

"status": "string",

"errorMessage": "string",

"portManagementSupported": 0,

"portManagementUnsupported": 0

}