Service - Monitor Izara Video Feed: Difference between revisions
Jump to navigation
Jump to search
m Sven the Barbarian moved page Service - Izara Video Feed to Service - Monitor Izara Video Feed |
No edit summary |
||
| Line 11: | Line 11: | ||
<syntaxhighlight lang="JavaScript"> | <syntaxhighlight lang="JavaScript"> | ||
{ | { | ||
objectType: " | objectType: "monitorIzaraVideoFeed", | ||
extendObjType: { | extendObjType: { | ||
serviceTag: "monitorManager", | serviceTag: "monitorManager", | ||
| Line 23: | Line 23: | ||
}, | }, | ||
fieldNames: { | fieldNames: { | ||
// from | // from monitor objectType | ||
}, | }, | ||
identifiers: [ | identifiers: [ | ||
// from | // 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
]
},