API Guide

Table Of Contents
Type Name Description Schema
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
Example HTTP response
Response 200
{
Ê "name" : "name"
}
3.13. Engine
55