1
0
Fork 0
arangodb/html/admin/api-docs/system

108 lines
3.5 KiB
Plaintext

{
"basePath": "/",
"swaggerVersion": "1.1",
"apiVersion": "0.1",
"apis": [
{
"operations": [
{
"errorResponses": [],
"parameters": [
{
"dataType": "String",
"paramType": "body",
"required": "false",
"name": "body",
"description": "A valid json document for your data, for instance {\"hello\": \"world\"}."
}
],
"notes": "",
"summary": "reloads the routing collection",
"httpMethod": "POST",
"examples": "",
"nickname": "reloadsTheRoutingCollection"
}
],
"path": "/_admin/routing/reload"
},
{
"operations": [
{
"errorResponses": [],
"parameters": [
{
"dataType": "String",
"paramType": "body",
"required": "false",
"name": "body",
"description": "A valid json document for your data, for instance {\"hello\": \"world\"}."
}
],
"notes": "",
"summary": "flushs the module cache",
"httpMethod": "POST",
"examples": "",
"nickname": "flushsTheModuleCache"
}
],
"path": "/_admin/modules/flush"
},
{
"operations": [
{
"errorResponses": [],
"parameters": [],
"notes": "",
"summary": "returns the system time",
"httpMethod": "GET",
"examples": "",
"nickname": "returnsTheSystemTime"
}
],
"path": "/_admin/time"
},
{
"operations": [
{
"errorResponses": [],
"parameters": [],
"notes": "",
"summary": "returns the current request",
"httpMethod": "GET",
"examples": "",
"nickname": "returnsTheCurrentRequest"
}
],
"path": "/_admin/echo"
},
{
"operations": [
{
"errorResponses": [],
"parameters": [],
"notes": "",
"summary": "reads the statistics",
"httpMethod": "GET",
"examples": "",
"nickname": "readsTheStatistics"
}
],
"path": "/_admin/statistics"
},
{
"operations": [
{
"errorResponses": [],
"parameters": [],
"notes": "",
"summary": "statistics description",
"httpMethod": "GET",
"examples": "",
"nickname": "statisticsDescription"
}
],
"path": "/_admin/statistics-description"
}
]
}