All URIs are relative to http://localhost:7878
Method | HTTP request | Description |
---|---|---|
create_indexer | POST /api/v3/indexer | |
create_indexer_action_by_name | POST /api/v3/indexer/action/{name} | |
delete_indexer | DELETE /api/v3/indexer/{id} | |
delete_indexer_bulk | DELETE /api/v3/indexer/bulk | |
get_indexer_by_id | GET /api/v3/indexer/{id} | |
list_indexer | GET /api/v3/indexer | |
list_indexer_schema | GET /api/v3/indexer/schema | |
put_indexer_bulk | PUT /api/v3/indexer/bulk | |
test_indexer | POST /api/v3/indexer/test | |
testall_indexer | POST /api/v3/indexer/testall | |
update_indexer | PUT /api/v3/indexer/{id} |
models::IndexerResource create_indexer(force_save, indexer_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
force_save | Option<bool> | [default to false] | ||
indexer_resource | Option<IndexerResource> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
create_indexer_action_by_name(name, indexer_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | String | [required] | ||
indexer_resource | Option<IndexerResource> |
(empty response body)
- Content-Type: application/json
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
delete_indexer(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
delete_indexer_bulk(indexer_bulk_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
indexer_bulk_resource | Option<IndexerBulkResource> |
(empty response body)
- Content-Type: application/json
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::IndexerResource get_indexer_by_id(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
- Content-Type: Not defined
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::IndexerResource list_indexer()
This endpoint does not need any parameter.
Vecmodels::IndexerResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::IndexerResource list_indexer_schema()
This endpoint does not need any parameter.
Vecmodels::IndexerResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::IndexerResource put_indexer_bulk(indexer_bulk_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
indexer_bulk_resource | Option<IndexerBulkResource> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
test_indexer(force_test, indexer_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
force_test | Option<bool> | [default to false] | ||
indexer_resource | Option<IndexerResource> |
(empty response body)
- Content-Type: application/json
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
testall_indexer()
This endpoint does not need any parameter.
(empty response body)
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::IndexerResource update_indexer(id, force_save, indexer_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] | ||
force_save | Option<bool> | [default to false] | ||
indexer_resource | Option<IndexerResource> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]