/v2/system¶
| Method | URL | Description |
|---|---|---|
| GET | /v2/system |
Retrieves current list of all update requests. |
| GET | /v2/system/daysRemaining |
Retrieves days remaining on license. |
| GET | /v2/system/license |
Retrieves license key. |
| PUT | /v2/system/productkey/{key} |
Updates license key
with {key}. |
GET¶
/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"}
}