license_info¶
Overview¶
License configuration state
Version information¶
Version : v2
URI scheme¶
Host :
BasePath : /sdwan/nitro/v2/config/
Schemes : HTTP
Tags¶
- license_info : Operations related to license_info
Paths¶
Get operation for license_info¶
GET /license_info
Description¶
Use this operation to get the current license configuration state
Responses¶
HTTP Code | Description | Schema |
---|---|---|
200 | API Successfully executed | license_info_response_schema |
400 | Failed: bad input parameter | ErrorSchema |
401 | Unauthorized: Failed Authentication | ErrorSchema |
403 | Unauthorized: Forbidden | ErrorSchema |
405 | Failed: Data format unacceptable | ErrorSchema |
415 | Failed: Data format unacceptable | ErrorSchema |
500 | Failed: Internal Server Error | ErrorSchema |
Produces¶
application/json
Tags¶
- license_info
Definitions¶
ErrorSchema¶
Name | Schema |
---|---|
errorcode optional |
integer |
errormessage optional |
string |
action_required¶
Actions required around license like expired-license, bad remote server status
Type : string
license_expiry¶
Expiry date of the current installed license
Type : string
license_info_delete_success_schema¶
Name | Schema |
---|---|
license_info optional |
license_info |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource deleted succesfully" |
string |
license_info_post_success_schema¶
Name | Schema |
---|---|
license_info optional |
license_info |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource added succesfully" |
string |
license_info_put_success_schema¶
Name | Schema |
---|---|
license_info optional |
license_info |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource modified succesfully" |
string |
license_info_response_schema¶
Type : < license_info_response_schema > array
Name | Schema |
---|---|
action_required optional |
action_required |
license_expiry optional |
license_expiry |
license_location optional |
license_location |
license_type optional |
license_type |
local_license_server_hostid optional |
local_license_server_hostid |
maintenance_expiry optional |
maintenance_expiry |
max_bw optional |
max_bw |
model optional |
model |
remote_license_ip optional |
remote_license_ip |
remote_license_port optional |
remote_license_port |
remote_license_status optional |
remote_license_status |
remote_server_status optional |
remote_server_status |
state optional |
state |
system_platform optional |
system_platform |
license_location¶
States whether local license or remote license is applied
Type : string
license_type¶
Describes type of license eg. retail, evaluation etc
Type : string
local_license_server_hostid¶
HostId to be used while requesting license (local)
Type : string
maintenance_expiry¶
Maintenance expiry date by the current installed license
Type : string
max_bw¶
Max bandwidth installed from license
Type : string
model¶
Model installed from license
Type : string
remote_license_ip¶
Remote license server IP
Type : string
remote_license_port¶
Remote license server port
Type : string
remote_license_status¶
Remote license installation status
Type : string
remote_server_status¶
Remote license server connectivity status
Type : string
state¶
Licensed/Unlicensed
Type : string
system_platform¶
System platform of device
Type : string