Fortinet white logo
Fortinet white logo

Rest API

7.4.0

Post /settings/integration/proxy

Post /settings/integration/proxy

Description

Add Proxy 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

Name Required Type
httpProxyHost Yes String
httpProxyPort Yes String
httpProxyUser Yes String
httpNonProxyHosts Yes String
httpProxyPassword Yes String
httpsProxyPassword Yes String
httpsProxyHost Yes String
httpsProxyPort Yes String
httpsProxyUser Yes String
ftpProxyHost Yes String
ftpProxyPort Yes String
ftpProxyUser Yes String
ftpProxyPassword Yes String
ftpNonProxyHosts Yes String

Sample Request

Request URL

POST https://10.106.94.152:8443/api/v2/settings/integration/proxy

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

Request Body

httpProxyHost: "xxxxxxxxxx"

httpProxyPort: "xxxxxxxxxx"

httpProxyUser: "xxxxxxxxxx"

httpNonProxyHosts: "xxxxxxxxxx"

httpProxyPassword: "xxxxxxxxxx"

httpsProxyPassword: "xxxxxxxxxx"

httpsProxyHost: "xxxxxxxxxx"

httpsProxyPort: "xxxxxxxxxx"

httpsProxyUser: "xxxxxxxxxx"

ftpProxyHost: "xxxxxxxxxx"

ftpProxyPort: "xxxxxxxxxx"

ftpProxyUser: "xxxxxxxxxx"

ftpProxyPassword: "xxxxxxxxxx"

ftpNonProxyHosts: "xxxxxxxxxx"

Sample Response

{

"status": "string",

"errorMessage": "string"

}

Post /settings/integration/proxy

Post /settings/integration/proxy

Description

Add Proxy 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

Name Required Type
httpProxyHost Yes String
httpProxyPort Yes String
httpProxyUser Yes String
httpNonProxyHosts Yes String
httpProxyPassword Yes String
httpsProxyPassword Yes String
httpsProxyHost Yes String
httpsProxyPort Yes String
httpsProxyUser Yes String
ftpProxyHost Yes String
ftpProxyPort Yes String
ftpProxyUser Yes String
ftpProxyPassword Yes String
ftpNonProxyHosts Yes String

Sample Request

Request URL

POST https://10.106.94.152:8443/api/v2/settings/integration/proxy

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

Request Body

httpProxyHost: "xxxxxxxxxx"

httpProxyPort: "xxxxxxxxxx"

httpProxyUser: "xxxxxxxxxx"

httpNonProxyHosts: "xxxxxxxxxx"

httpProxyPassword: "xxxxxxxxxx"

httpsProxyPassword: "xxxxxxxxxx"

httpsProxyHost: "xxxxxxxxxx"

httpsProxyPort: "xxxxxxxxxx"

httpsProxyUser: "xxxxxxxxxx"

ftpProxyHost: "xxxxxxxxxx"

ftpProxyPort: "xxxxxxxxxx"

ftpProxyUser: "xxxxxxxxxx"

ftpProxyPassword: "xxxxxxxxxx"

ftpNonProxyHosts: "xxxxxxxxxx"

Sample Response

{

"status": "string",

"errorMessage": "string"

}