Skip to content

Commit

Permalink
Clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
enclaved committed Dec 26, 2022
1 parent ce3cbd3 commit 7f21d03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 2 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,8 @@ DELETE /streams/<id>
}
```

Можно создавать не более 100 сохраненных запросов.

### Список запросов

```
Expand Down
13 changes: 6 additions & 7 deletions sieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,14 @@ systemctl restart adspectd
systemctl status adspectd
```

В конце вывода этой команды вы должны увидеть лог следующего содержания:
В конце вывода этой команды вы должны увидеть лог подобного содержания:

```
Dec 12 21:36:26 dev systemd[1]: Started Adspect Sieve anti-fraud software.
Dec 12 21:36:26 dev adspectd[26198]: 2022-12-12 17:36:26.586 [Information] Adspect Sieve software release 3.1
Dec 12 21:36:26 dev adspectd[26198]: 2022-12-12 17:36:26.587 [Information] Copyright (C) 2019-2022 by Adspect
Dec 12 21:36:26 dev adspectd[26198]: 2022-12-12 17:36:26.588 [Information] Authorizing for account ID: 1eb5991f-a25b-68f4-b171-00162501c2b4
Dec 12 21:36:26 dev adspectd[26198]: 2022-12-12 17:36:26.724 [Information] Lease acquired through 2022-12-15 17:36:26
Dec 12 21:36:26 dev adspectd[26198]: 2022-12-12 17:36:26.725 [Information] HTTP server listening on 127.0.0.1:8003
[Information] Adspect Sieve software release 3.1
[Information] Copyright (C) 2019-2022 by Adspect
[Information] Authorizing for account ID: 1eb5991f-a25b-68f4-b171-00162501c2b4
[Information] Lease acquired through 2022-12-15 17:36:26
[Information] HTTP server listening on 127.0.0.1:8003
```

Данная информация говорит о том, что демон adspectd запущен, подписка активирована, а HTTP API доступен по адресу 127.0.0.1:8003.

0 comments on commit 7f21d03

Please sign in to comment.