API Guide

Table Of Contents
Parameters
Type Name Description Schema
Query
limit
optional
<p>Maximum number of elements to include in
paginated results.<br> <b>'offset' must also be
specified.<b>
integer (int32)
Query
name
optional
Filter results by name. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
Query
offset
optional
Index of the first element to include in paginated
results.<br> <b>'limit' must also be
specified.</b>
integer (int32)
Responses
HTTP
Code
Description Schema
200 A JSON array of rule sets < RuleSet > array
Produces
application/json
3.12.20. Returns a single RuleSet object
GET /distributed_storage/rule_sets/{name}
Parameters
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Responses
HTTP
Code
Description Schema
200 A single RuleSet RuleSet
3.13. Engine
3.13.1. Returns a list of the available engines
GET /engines/
49