System#

Methods#

GET#

Returns data about the controller.

GET /api/system

Returns a JSON object with the following attributes:

Attribute

Value Type

Value Example

hardware_type

string

MSC

channel_capacity

integer

512

serial_number

string

"006321"

memory_total

string

"12790Kb"

memory_used

string

"24056Kb"

memory_available

string

"103884Kb"

lua_memory_used

string

"40Kb"

lua_memory_allowed

string

"8912Kb"

storage_size

string

"1914MB"

bootloader_version

string

"0.9.0"

firmware_version

string

"2.8.0"

reset_reason

string

"Software Reset"

last_boot_time

string

"01 Jan 2017 09:09:38"

ip_address

string

"192.168.1.3"

subnet_mask

string

"255.255.255.0"

broadcast_address

string

"192.168.1.255"

default_gateway

string

"192.168.1.3"

host_name

string

"msc-006321"

domain_name

string

"lighting.lan"

dns_servers

array of strings

["1.0.0.1","1.1.1.1"]

On LPC and TPC controllers, the following additional attributes are included:

Attribute

Value Type

Value Example

vlan_tag

integer or null

100