list #
Lists available scheduler engines.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/_/scheduler/engines
Method: GET
Other protocols #
{
"controller": "scheduler/engine",
"action": "list",
}
Kourou #
kourou scheduler/engine:list
Response #
Returns an object with an engines
property containing the engines list.
{
"requestId": "d16d5e8c-464a-4589-938f-fd84f46080b9",
"status": 200,
"error": null,
"controller": "scheduler/engine",
"action": "list",
"collection": null,
"index": null,
"result": {
"engines": [
{
"index": "tenant-dana",
"group": "commons"
},
{
"index": "tenant-minsk",
"group": "commons"
},
]
}
}
Edit this page on Github(opens new window)