Fortinet white logo
Fortinet white logo

Rest API

7.2.0

Get /system/local-properties/cluster

Get /system/local-properties/cluster

Description

Returns all of the servers in the local cluster, composed of the Control/Application pair and any High Availability servers.

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

nacServers Yes Boolean (Default: true)

ncmServers

Yes

Boolean (Default: false)

Sample Request

Request URL

GET https://10.106.94.152:8443/api/v2/system/local-properties/software-details

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

Request Body

nacServers: true

ncmServers: false

Sample Response

{

"status": "string",

"errorMessage": "string",

"results": [

{

"name": "string",

"ip": "string",

"product": "string",

"label": "string",

"type": "string",

"version": "string",

"firmware": "string",

"appliance": "string",

"primary": true,

"l3HA": true,

"slaveInControl": true,

"status": "string",

"serialNumber": "string",

"certificates": true,

"os": "string"

}

]

}

Get /system/local-properties/cluster

Get /system/local-properties/cluster

Description

Returns all of the servers in the local cluster, composed of the Control/Application pair and any High Availability servers.

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

nacServers Yes Boolean (Default: true)

ncmServers

Yes

Boolean (Default: false)

Sample Request

Request URL

GET https://10.106.94.152:8443/api/v2/system/local-properties/software-details

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

Request Body

nacServers: true

ncmServers: false

Sample Response

{

"status": "string",

"errorMessage": "string",

"results": [

{

"name": "string",

"ip": "string",

"product": "string",

"label": "string",

"type": "string",

"version": "string",

"firmware": "string",

"appliance": "string",

"primary": true,

"l3HA": true,

"slaveInControl": true,

"status": "string",

"serialNumber": "string",

"certificates": true,

"os": "string"

}

]

}