... | ... | @@ -30,6 +30,8 @@ |
|
|
| username | string | user who owns the machine |
|
|
|
| password | string | the password |
|
|
|
| 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
|
|
|
|
... | ... | @@ -66,4 +68,6 @@ |
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
| ----- | ----- | ----- |
|
|
|
| nfc_pass | base64 string | encrypted NFC password, plaintext is char(12) | |
|
|
\ No newline at end of file |
|
|
| nfc_pass | base64 string | encrypted NFC password, plaintext is char(12) |
|
|
|
| level | int | 0: low, 1: high |
|
|
|
| expiration | int | (optional) UNIX time, only needed when low level | |
|
|
\ No newline at end of file |