license_info
license_info
Configuration for License configuration state resource.
Read/write properties
Read only properties
license_location <String>
States whether local license or remote license is applied.
local_license_server_hostid <String>
HostId to be used while requesting license (local).
action_required <String>
Actions required around license like expired-license, bad remote server status.
maintenance_expiry <String>
Maintenance expiry date by the current installed license.
remote_license_ip <String>
Remote license server IP.
license_type <String>
Describes type of license eg. retail, evaluation etc.
max_bw <String>
Max bandwidth installed from license.
model <String>
Model installed from license.
system_platform <String>
System platform of device.
remote_license_port <String>
Remote license server port.
remote_license_status <String>
Remote license installation status.
state <String>
Licensed/Unlicensed.
license_expiry <String>
Expiry date of the current installed license.
remote_server_status <String>
Remote license server connectivity status.
Operations
[get (all)]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/config/license_info
Description: Use this operation to get the current license configuration state
HTTP Method: GET
Response Payload: JSON
{"license_info":[{ "license_location":<String_value>
, "local_license_server_hostid":<String_value> , "action_required":<String_value> , "maintenance_expiry":<String_value> , "remote_license_ip":<String_value> , "license_type":<String_value> , "max_bw":<String_value> , "model":<String_value> , "system_platform":<String_value> , "remote_license_port":<String_value> , "remote_license_status":<String_value> , "state":<String_value> , "license_expiry":<String_value> , "remote_server_status":<String_value> }]}