Service - Monitor Izara Video Feed: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
No edit summary
 
Line 11: Line 11:
<syntaxhighlight lang="JavaScript">
<syntaxhighlight lang="JavaScript">
{
{
objectType: "izaraVideoFeed",
objectType: "monitorIzaraVideoFeed",
extendObjType: {
extendObjType: {
serviceTag: "monitorManager",
serviceTag: "monitorManager",
Line 23: Line 23:
},
},
fieldNames: {
fieldNames: {
// from supplyLocation objectType
// from monitor objectType
},
},
identifiers: [
identifiers: [
// from supplyLocation objectType
// from monitor objectType
]
]
},
},
Line 33: Line 33:
= Working documents =
= Working documents =


[[:Category:Working_documents - Izara Video Feed|Izara Video Feed]]
[[:Category:Working_documents - Monitor Izara Video Feed|Monitor Izara Video Feed]]


[[Category:Backend services| Izara Video Feed]]
[[Category:Backend services| Monitor Izara Video Feed]]

Latest revision as of 13:00, 5 August 2026

Overview

Handler service for connecting a location to an Izara Video Feed group.

Repository

https://bitbucket.org/izara-supply-supply-locations/izara-supply-monitoring-izara-video-feed

objectSchemas

{
	objectType: "monitorIzaraVideoFeed",
	extendObjType: {
		serviceTag: "monitorManager",
		objectType: "monitor",
	},
	storageResources:{
		"xxx":{
			storageType: "graph",
			graphServerTag: "xx",
		}
	},
	fieldNames: {
		// from monitor objectType
	},
	identifiers: [
		// from monitor objectType
	]
},

Working documents

Monitor Izara Video Feed