All URIs are relative to http://localhost:8989
| Method | HTTP request | Description |
|---|---|---|
| get_log | GET /api/v3/log |
models::LogResourcePagingResource get_log(page, page_size, sort_key, sort_direction, level)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| page | Option<i32> | [default to 1] | ||
| page_size | Option<i32> | [default to 10] | ||
| sort_key | Option<String> | |||
| sort_direction | Option<SortDirection> | |||
| level | Option<String> |
models::LogResourcePagingResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]