The Xentara InfluxDB Client v1.2.1
User Manual
|
A JSON object describing a Client has following syntax:
id | A string value containing the ID of the client. The ID is used to construct the client’s primary key. |
UUID | A string value containing the unique UUID of the client. |
ACL | An optional JSON object containing the element ACL of the client. The format of the block is described here. |
URL | A string value containing the url of the InfluxDB Server. |
target | A string value containing the name of the target (InfluxDB or Telegraf). |
bucket | A string value containing the name of the bucket. This will be used only for InfluxDB as target. |
organization | A string value containing the name of the organization. This will be used only for InfluxDB as target. |
token | A string value containing the token of the InfluxDB Server. This will be used only for InfluxDB as target. |
children | A JSON array containing the JSON WriteRequest . |
Please remember that each element block requires two layers of {}
due to the syntax restrictions of the JSON format.