Service - Izara Video Feed: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 14:22, 20 July 2025

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