Get /system/local-properties/hardware/performance
Description
Queries hardware performance information only.
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/system/local-properties/hardware/performance |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Sample Response
{
"status": "string",
"errorMessage": "string",
"controlServer": {
"memTotal": "string",
"memFree": "string",
"swapTotal": "string",
"swapFree": "string",
"cpuUsage": "string",
"sizingTotal": "string",
"sizingFree": "string",
"fanSpeeds": [
[
"string"
]
],
"temperatures": [
[
"string"
]
],
"partitions": [
"string"
]
},
"applicationServer": {
"memTotal": "string",
"memFree": "string",
"swapTotal": "string",
"swapFree": "string",
"cpuUsage": "string",
"sizingTotal": "string",
"sizingFree": "string",
"fanSpeeds": [
[
"string"
]
],
"temperatures": [
[
"string"
]
],
"partitions": [
"string"
]
}
}