/v2/system
#
Method |
URL |
Description |
---|---|---|
GET |
|
Retrieves current list of all update requests. |
GET |
|
Retrieves days remaining on license. |
GET |
|
Retrieves license key. |
PUT |
|
Updates license key
with |
GET#
/v2/system
Output (formatted):
{"status": 200,
"message": "Success",
"data": {"Hostname": "arb",
"Version": "sp23",
"Theme": "themes/VOSS",
"Flavor": "arbitrator",
"License": "9H3EJ-aaaaa-7X79K-nnnnn-ccccc",
"DaysLicensed": "365",
"DaysRemaining": "171",
"ProductKey": "7a426f46634971795a446e...",
"Kernel": "Linux 4.14.17-lxt-3 x86_64 GNU/Linux"
}
}
/v2/system/daysRemaining
Output (formatted):
{"status": 200,
"message": "Success",
"data": {"daysRemaining": "171"}
}
/v2/system/license
Output (formatted):
{"status": 200,
"message": "Success",
"data": {"license": "9H3EJ-aaaaa-7X79K-nnnnn-ccccc"}
}