Data gatherer compose¶
This schema specifies how the deployment of a data gathering agent takes place on various Docker compose hosts.
Data gathering compose upload settings¶
https://gros.liacs.nl/schema/data-gathering-compose/settings.json |
settings¶
type |
object |
properties |
|
|
|
patternProperties |
|
|
default_site¶
Settings for all BigBoat sites, which may be merged with site-specific settings. |
|||
type |
object |
||
properties |
|||
|
type |
object |
|
patternProperties |
|||
|
Parameter to start the Docker-compose instance on the BigBoat site with. |
||
type |
string |
site¶
Settings for a BigBoat site. |
||
type |
object |
|
properties |
||
|
API key for the BigBoat site. |
|
type |
string |
|
pattern |
^[a-f0-9]+$ |
|
|
Use the deprecated v1 API for the BigBoat site. |
|
type |
boolean |
|
default |
False |
|
|
URL of the BigBoat site, if not the same as the BigBoat dashboard being monitored. |
|
type |
string |
|
format |
uri |
|
|
Name of the Docker-compose instance. |
|
type |
string |
|
pattern |
^[a-z-]+$ |
|
allOf |