local_license
local_license
Configuration for Local license configuration resource.
Read/write properties
file_name <String>
File name to be used for apply/uninstall license.
Read only properties
uploaded_files <String>
List of license files uploaded.
installed_files <String>
List of license files installed.
Operations
get_uploaded_licenses uninstall_license get (all) enable_local_server apply_license
[get_uploaded_licenses]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/config/local_license?action=get_uploaded_licenses
Description: Use this operation to get the list of local license files uploaded
HTTP Method: POST
Request Payload: Request Payload Not Required
Response Payload: JSON
{ "local_license":{}}
[uninstall_license]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/config/local_license?action=uninstall_license
Description: Apply new local license file (already uploaded). Action will also enable the local license and disbale remote license.
HTTP Method: POST
Request Payload: Request Payload Not Required
Response Payload: JSON
{ "local_license":{}}
[get (all)]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/config/local_license
Description: Use this operation to get the list of local license files applied
HTTP Method: GET
Response Payload: JSON
{"local_license":[{ "uploaded_files":<String_value>
, "file_name":<String_value> , "installed_files":<String_value> }]}
[enable_local_server]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/config/local_license?action=enable_local_server
Description: Activate the local license configuration
HTTP Method: POST
Request Payload: Request Payload Not Required
Response Payload: JSON
{ "local_license":{}}
[apply_license]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/config/local_license?action=apply_license
Description: Apply new local license file (already uploaded). Action will also enable the local license and disbale remote license.
HTTP Method: POST
Request Payload: Request Payload Not Required
Response Payload: JSON
{ "local_license":{}}