Get /system/license-management
Description
Returns the License information.
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 |
---|---|---|
deviceIP | Yes | String |
deviceProxy | Yes | String |
Sample Request
Request URL |
GET https://10.106.94.152:8443/api/v2/system/license-management |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Request Body |
deviceIP: "xxxxxxx" deviceProxy: "xxxxxxxxxx" |
Sample Response
{
"status": "string",
"errorMessage": "string",
"inUseCount": 0,
"totalCount": 0,
"availCount": 0,
"usedPercent": 0,
"rtrInUseCount": 0,
"rtrTotalCount": 0,
"rtrAvailCount": 0,
"rtrUsedPercent": 0,
"concurrentLimitWarning": "string",
"concurrentLimitCritical": "string",
"masterDBID": 0,
"contracts": [
{
"code": "string",
"description": "string",
"expration": "2024-03-20",
"supportLevel": "string",
"supportDescription": "string"
}
]
}