First version of lambda config put object

This commit is contained in:
2024-05-01 10:42:56 +02:00
parent 0bc1265b68
commit e149ab7c80
4 changed files with 115 additions and 14 deletions

View File

@@ -0,0 +1,24 @@
{
"customers": {
"customer1": {
"status": "active",
"tags": {
"tag1": {
"status": "active",
"content": {
"face1": {
"type": "url",
"key": "url.txt",
"url": "https://grafana.etss.it/d/LbON5PkGz/power?orgId=1&from=now-12h&to=now&refresh=30s"
},
"face2": {
"type": "s3",
"key": "file.txt",
"url": null
}
}
}
}
}
}
}