The Xentara InfluxDB Client v1.1
User Manual
Loading...
Searching...
No Matches
JSON Format for InfluxDB Client

A JSON object describing a Client has following syntax:

{
"@Microservice.InfluxDB.Client": {
"id": "InfluxDB Client",
"uuid": "ce30fa69-c291-4813-9cc6-b7897a2bd16a",
"URL": "https://example.local:8086",
"target": "InfluxDB",
"bucket": "building",
"organization": "Xentara",
"token": "--Valid Token--",
"children": [
...
]
}
}

Object Members
idA string value containing the ID of the Client.
uuidA string value containing the unique UUID of the device.
URLA string value containing the url of the InfluxDB Server.
targetA string value containing the name of the target (InfluxDB or Telegraf).
bucketA string value containing the name of the bucket. This will be used only for InfluxDB as target.
organizationA string value containing the name of the organization. This will be used only for InfluxDB as target.
tokenA string value containing the token of the InfluxDB Server. This will be used only for InfluxDB as target.
childrenA 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.