Service - Monitor 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)

Revision as of 12:58, 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: "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