Added layer, fixed add of content

This commit is contained in:
2024-05-01 12:00:48 +02:00
parent e149ab7c80
commit c2c268c0fd
4 changed files with 99 additions and 36 deletions

View File

@@ -1,17 +1,33 @@
{
"customers": {
"customer1": {
"status": "active",
"tags": {
"tag1": {
"status": "active",
"content": {
"type": "url",
"key": "url.txt",
"url": "https://grafana.etss.it/d/LbON5PkGz/power?orgId=1&from=now-12h&to=now&refresh=30s"
}
},
"tag2": {
"status": "active",
"content": {
"type": "s3",
"key": "file.txt",
"url": null
}
}
}
},
"customer2": {
"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
@@ -19,6 +35,19 @@
}
}
}
},
"customer3": {
"status": "active",
"tags": {
"tag1": {
"status": "active",
"content": {
"type": "s3",
"key": "VID20240116160134.mp4",
"url": null
}
}
}
}
}
}