i do know how to count
This commit is contained in:
parent
ec1961b580
commit
0255e9ff25
10
refereapi.md
10
refereapi.md
@ -21,7 +21,7 @@ curl 'http://192.168.1.1/api/webserver/token' \
|
||||
<?xml version="1.0" encoding="UTF-8"?><response><token>7usoFzYsT0SDyVi9rUyNTr5ZBH0lw1zTL4J9WuCLB0QTM0A0mbivNZO1boz0z8D3</token></response>
|
||||
```
|
||||
|
||||
# Request 3 - /user/challenge_login
|
||||
# Request 2 - /user/challenge_login
|
||||
- request:
|
||||
```bash
|
||||
curl 'http://192.168.1.1/api/user/challenge_login' \
|
||||
@ -50,7 +50,7 @@ curl 'http://192.168.1.1/api/user/challenge_login' \
|
||||
<?xml version="1.0" encoding="UTF-8"?><response><iterations>100</iterations><servernonce>c6c4acd3555a04d0c28fe6fa591db567906e9a0fb961ca1232b2974e43de44179M0rKTb0c0BMElXpX3gYalymZmYf3UHZ</servernonce><modeselected>1</modeselected><salt>e887b38d6c96bdd9a4cd5e50c94afd09290cff8dca6a857eb77e593f93de8c1a</salt><newType>0</newType></response>
|
||||
```
|
||||
|
||||
# Request 2 - /time/timeout
|
||||
# Request 3 - /time/timeout
|
||||
- request:
|
||||
```bash
|
||||
curl 'http://192.168.1.1/api/time/timeout' \
|
||||
@ -71,7 +71,7 @@ curl 'http://192.168.1.1/api/time/timeout' \
|
||||
<?xml version="1.0" encoding="UTF-8"?><response><timeout>5</timeout></response>
|
||||
```
|
||||
|
||||
# Request 3 - /user/authentication_login
|
||||
# Request 4 - /user/authentication_login
|
||||
- request:
|
||||
```bash
|
||||
curl 'http://192.168.1.1/api/user/authentication_login' \
|
||||
@ -100,7 +100,7 @@ curl 'http://192.168.1.1/api/user/authentication_login' \
|
||||
<?xml version="1.0" encoding="UTF-8"?><response><rsan>b0fa5c08b6e4e660311ef7031371c360881e16dc869f210c35b8d7d3faad532bc59c6592582971cef11582810592b179dc2146c202244a05c19b52d9e1d4206a7257d7b0c7699d369ccc0933ca8a79413244d74f5e8ecc3ecca256b4eec55c4cf4a4826bbc8d2168d2d884088e11597498263d66be785c861618add86ee9a8ae7e4b717b0f332696436026d66a1f6c516a142344fc9973de0930a141fc1f8be2b7c8c09ac7166b18989795de6585352fcb6429fee8b654e623b21c2cfe2ca46026c3a73964ff2cb28f9ccdd255bc81cd047279771444ac7e8630e4b9b43fff8c6b88424838e0022ddea776be08410b1b154d2a70f006820a539674f0e5231ea3</rsan><rsae>010001</rsae><serversignature>fac00d46ddce565a5f8fc2b925070dedd4c84c98d7f9ecdcb97a105e90a9c21a</serversignature><rsapubkeysignature>327e0f2e4c7572007c5da86e7491477c2945a2233d82fc8cc808808a58d7e622</rsapubkeysignature></response>
|
||||
```
|
||||
|
||||
# Request 3 - /user/state-login
|
||||
# Request 5 - /user/state-login
|
||||
- request:
|
||||
```bash
|
||||
curl 'http://192.168.1.1/api/user/state-login' \
|
||||
@ -122,7 +122,7 @@ curl 'http://192.168.1.1/api/user/state-login' \
|
||||
<?xml version="1.0" encoding="UTF-8"?><response><userlevel>2</userlevel><firstlogin>1</firstlogin><Username>admin</Username><rsapadingtype>1</rsapadingtype><extern_password_type>1</extern_password_type><State>0</State><password_type>4</password_type><history_login_flag>0</history_login_flag><wifipwdsamewithwebpwd>0</wifipwdsamewithwebpwd></response>
|
||||
```
|
||||
|
||||
# Request 4 - /time/timeout
|
||||
# Request 6 - /time/timeout
|
||||
- request:
|
||||
```bash
|
||||
curl 'http://192.168.1.1/api/time/timeout' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user