mirror of https://gitee.com/bigwinds/arangodb
41 lines
1003 B
Markdown
41 lines
1003 B
Markdown
HTTP Interface for Miscellaneous functions
|
|
==========================================
|
|
|
|
This is an overview of ArangoDB's HTTP interface for miscellaneous functions.
|
|
|
|
<!-- lib/Admin/RestVersionHandler.cpp -->
|
|
@startDocuBlock get_api_return
|
|
|
|
<!-- lib/Admin/RestEngineHandler.cpp -->
|
|
@startDocuBlock get_engine
|
|
|
|
<!-- ljs/actions/api-system.js -->
|
|
@startDocuBlock put_admin_wal_flush
|
|
|
|
<!-- ljs/actions/api-system.js -->
|
|
@startDocuBlock get_admin_wal_properties
|
|
|
|
<!-- ljs/actions/api-system.js -->
|
|
@startDocuBlock put_admin_wal_properties
|
|
|
|
<!-- ljs/actions/api-system.js -->
|
|
@startDocuBlock get_admin_wal_transactions
|
|
|
|
<!-- js/actions/api-system.js -->
|
|
@startDocuBlock get_admin_time
|
|
|
|
<!-- js/actions/api-system.js -->
|
|
@startDocuBlock post_admin_echo
|
|
|
|
@startDocuBlock get_admin_database_version
|
|
|
|
<!-- lib/Admin/RestShutdownHandler.cpp -->
|
|
@startDocuBlock delete_api_shutdown
|
|
|
|
<!-- js/actions/api-system.js -->
|
|
@startDocuBlock post_admin_execute
|
|
|
|
<!-- /_admin/status -->
|
|
@startDocuBlock JSF_get_admin_status
|
|
|