README updwq

This commit is contained in:
Arnas Udovic 2025-06-19 07:48:03 +03:00
parent d03cedec23
commit 7d57053a72

View file

@ -14,8 +14,8 @@ App can be called directly and do management in console.
## Links
- `/` - some information about this filter
- `/instances` - list of instances in json format with more information. Supports pagination, filter by instance creation date: `?start=3&count=100&since=2024-01-10`. Sorted by descending creation date
- `/` - some html information about this filter
- `/instances` - list of instances in json format with more information. Supports pagination, filter by instance creation date: `?start=3&count=100&since=2024-01-10`. Sorted by descending creation date. Also it can be used as search by host: `?search=www.example.com`
- `/instances/hosts` - list of hosts in json format. Supports pagination, filter by instance creation date: `?start=3&count=100&since=2024-01-10`. Sorted by descending creation date
## Setup