Durango v0.1.3 Durango.Api.AQL View Source

Source for paths, methods, and descriptions is “Support -> Rest API -> AQL” section of ArangoDB web ui.

Link to this section Summary

Functions

PUT /_api/query-cache/properties Globally adjusts the AQL query result cache properties

PUT /_api/query/properties Changes the properties for the AQL query tracking

DELETE /_api/query-cache Clears any results in the AQL query cache

DELETE /_api/query/slow Clears the list of slow AQL queries

POST /_api/aqlfunction Create AQL user function

POST /_api/explain Explain an AQL query

DELETE /_api/query/{query-id} Kills a running AQL query

GET /_api/aqlfunction Return registered AQL user functions

GET /_api/query/slow Returns the list of slow AQL queries

POST /_api/query Parse an AQL query

GET /_api/query-cache/properties Returns the global properties for the AQL query cache

GET /_api/query/properties Returns the properties for the AQL query tracking

DELETE /_api/aqlfunction/{name} Remove existing AQL user function

GET /_api/query/current Returns the currently running AQL queries

Link to this section Functions

Link to this function change_query_cache_properties(repo, changes) View Source

PUT /_api/query-cache/properties Globally adjusts the AQL query result cache properties

Link to this function change_query_tracking_properties(repo) View Source

PUT /_api/query/properties Changes the properties for the AQL query tracking

DELETE /_api/query-cache Clears any results in the AQL query cache

Link to this function clear_slow_queries(repo) View Source

DELETE /_api/query/slow Clears the list of slow AQL queries

Link to this function create_function(repo, func) View Source

POST /_api/aqlfunction Create AQL user function

Link to this function explain_query(repo, query) View Source

POST /_api/explain Explain an AQL query

Link to this function kill_query(repo, query_id) View Source

DELETE /_api/query/{query-id} Kills a running AQL query

GET /_api/aqlfunction Return registered AQL user functions

GET /_api/query/slow Returns the list of slow AQL queries

Link to this function parse_query(repo, query) View Source

POST /_api/query Parse an AQL query

Link to this function query_cache_properties(repo) View Source

GET /_api/query-cache/properties Returns the global properties for the AQL query cache

Link to this function query_tracking_properties(repo) View Source

GET /_api/query/properties Returns the properties for the AQL query tracking

Link to this function remove_function(repo, name) View Source

DELETE /_api/aqlfunction/{name} Remove existing AQL user function

GET /_api/query/current Returns the currently running AQL queries