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
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