Added layer, fixed add of content
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user