All URIs are relative to http://localhost/api/v3
Method | HTTP request | Description |
---|---|---|
admin_apps_list | GET /admin/apps/ | |
admin_metrics_retrieve | GET /admin/metrics/ | |
admin_models_list | GET /admin/models/ | |
admin_settings_partial_update | PATCH /admin/settings/ | |
admin_settings_retrieve | GET /admin/settings/ | |
admin_settings_update | PUT /admin/settings/ | |
admin_system_create | POST /admin/system/ | |
admin_system_retrieve | GET /admin/system/ | |
admin_version_history_list | GET /admin/version/history/ | |
admin_version_history_retrieve | GET /admin/version/history/{id}/ | |
admin_version_retrieve | GET /admin/version/ | |
admin_workers_retrieve | GET /admin/workers/ |
Vecmodels::App admin_apps_list()
Read-only view list all installed apps
This endpoint does not need any parameter.
Vecmodels::App
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::LoginMetrics admin_metrics_retrieve()
Login Metrics per 1h
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::App admin_models_list()
Read-only view list all installed models
This endpoint does not need any parameter.
Vecmodels::App
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::Settings admin_settings_partial_update(patched_settings_request)
Settings view
Name | Type | Description | Required | Notes |
---|---|---|---|---|
patched_settings_request | Option<PatchedSettingsRequest> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::Settings admin_settings_retrieve()
Settings view
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::Settings admin_settings_update(settings_request)
Settings view
Name | Type | Description | Required | Notes |
---|---|---|---|---|
settings_request | Option<SettingsRequest> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::SystemInfo admin_system_create()
Get system information.
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::SystemInfo admin_system_retrieve()
Get system information.
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::VersionHistory admin_version_history_list(build, ordering, search, version)
VersionHistory Viewset
Name | Type | Description | Required | Notes |
---|---|---|---|---|
build | Option<String> | |||
ordering | Option<String> | Which field to use when ordering the results. | ||
search | Option<String> | A search term. | ||
version | Option<String> |
Vecmodels::VersionHistory
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::VersionHistory admin_version_history_retrieve(id)
VersionHistory Viewset
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Version history. | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::Version admin_version_retrieve()
Get running and latest version.
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::Workers admin_workers_retrieve()
Get currently connected worker count.
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]