Frederick888 created page: home authored by Frederick Zhang's avatar Frederick Zhang
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
| username | string | user who owns the machine | | username | string | user who owns the machine |
| password | string | the password | | password | string | the password |
| machine_name | string | canonical name of the machine | | machine_name | string | canonical name of the machine |
| level | int | 0: low, 1: high |
| expiration | int | (optional) UNIX time, only needed when low level |
* Response * Response
...@@ -66,4 +68,6 @@ ...@@ -66,4 +68,6 @@
| Parameter | Type | Description | | Parameter | Type | Description |
| ----- | ----- | ----- | | ----- | ----- | ----- |
| nfc_pass | base64 string | encrypted NFC password, plaintext is char(12) | | nfc_pass | base64 string | encrypted NFC password, plaintext is char(12) |
\ No newline at end of file | level | int | 0: low, 1: high |
| expiration | int | (optional) UNIX time, only needed when low level |
\ No newline at end of file