Sha256: 99c7636f16fabc847812048d2fba49af1912f0090fa0ccfa83514df95b55ea3e

Contents?: true

Size: 529 Bytes

Versions: 5

Compression:

Stored size: 529 Bytes

Contents

## API

### GET /api/:name

Get the contents of Fluentd config whose name is :name. 
Query parameters are replaced with variables in erb. 

Supported query parameter formats are:

* var=value

  * The variable `var` is replaced with its value in erb.

* var[]=value1&var[]=value2

  * Array. The variable `var[idx]` such as `var[0]` and `var[1]` is replaced with its value in erb.

* var[key1]=value1&var[key2]=value2

  * Hash. The variable `var[key]` such as `var['key1']` and `var['key2']` is replaced with its value in erb.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluentd-server-0.3.2 API.md
fluentd-server-0.3.1 API.md
fluentd-server-0.3.0 API.md
fluentd-server-0.2.0 API.md
fluentd-server-0.1.0 API.md