system_options
system_options
Configuration for System-Options resource.
Read/write properties
Read only properties
os_ver <String>
OS Version.
serial_no <String>
Serial Number of the system.
model <String>
Model Of the system.
service_uptime <String>
Service up time. Will be shown once Virtual WAN is Enabled.
appliance_mode <String>
Appliance Mode.
sw_version <String>
S/W Version The Site is currently running on.
license_state <Boolean>
The appliance is licensed or not.
system_time <String>
Shows the current time of system.
appliance_uptime <String>
Uptime of the appliance (Will be shown once Virtual WAN is enabled).
product <String>
Product name..
site_name <String>
Site Name.
management_ip <String>
Management IP Of System.
Operations
[reboot]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/config/system_options?action=reboot
Description: Reboots the SD-WAN Appliance
HTTP Method: POST
Request Payload: Request Payload Not Required
Response Payload: JSON
{ "system_options":{}}
[get (all)]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/config/system_options
Description: Get System Information.
HTTP Method: GET
Response Payload: JSON
{"system_options":[{ "os_ver":<String_value>
, "serial_no":<String_value> , "model":<String_value> , "service_uptime":<String_value> , "appliance_mode":<String_value> , "sw_version":<String_value> , "license_state":<Boolean_value> , "system_time":<String_value> , "appliance_uptime":<String_value> , "product":<String_value> , "site_name":<String_value> , "management_ip":<String_value> }]}