remote_license
remote_license
Configuration for Remote license configuration resource.
Read/write properties
model_choices <String>
Model choices available on this device.
remote_license_ip <String>
Remote license server IP.
model <String>
Model installed from license.
remote_license_port <Integer>
Remote license server port. Minimum value = 1 Maximum value = 65535
Read only properties
Operations
enable_remote_server get (all) modify
[enable_remote_server]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/config/remote_license?action=enable_remote_server
Description: Activate the remote license configuration
HTTP Method: POST
Request Payload: Request Payload Not Required
Response Payload: JSON
{ "remote_license":{}}
[get (all)]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/config/remote_license
Description: Use this operation to get the remote license configuration
HTTP Method: GET
Response Payload: JSON
{"remote_license":[{ "model_choices":<String_value>
, "remote_license_ip":<String_value> , "model":<String_value> , "remote_license_port":<Integer_value> }]}
[modify]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/config/remote_license
Description: Update the remote license configuration
HTTP Method: PUT
Request Payload: JSON
{"remote_license":{ "model_choices":<String_value> , "remote_license_ip":<String_value> , "model":<String_value> , "remote_license_port":<Integer_value> }}
Response Payload: JSON
{ "remote_license":[{ "model_choices":<String_value>
, "remote_license_ip":<String_value> , "model":<String_value> , "remote_license_port":<Integer_value> }]}