Service - Izara Video Feed

From Izara Wiki
Revision as of 14:22, 20 July 2025 by Sven the Barbarian (talk | contribs) (Created page with "= 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 = <syntaxhighlight lang="JavaScript"> { objectType: "izaraVideoFeed", extendObjType: { serviceTag: "monitorManager", objectType: "monitor", }, storageResources:{ "xxx":{ storageType: "graph", graphServerTag: "xx", } }, fieldNames: { // fr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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: "izaraVideoFeed",
	extendObjType: {
		serviceTag: "monitorManager",
		objectType: "monitor",
	},
	storageResources:{
		"xxx":{
			storageType: "graph",
			graphServerTag: "xx",
		}
	},
	fieldNames: {
		// from supplyLocation objectType
	},
	identifiers: [
		// from supplyLocation objectType
	]
},

Working documents

Izara Video Feed