Service - Supply Location Standard
Revision as of 23:07, 20 July 2025 by Sven the Barbarian (talk | contribs)
Overview
Handler service for configuring a standard supply location.
Repository
objectSchemas
{
objectType: "supplyLocationStandard",
extendObjType: {
serviceTag: "supplyLocationManager",
objectType: "supplyLocation",
},
storageResources:{
"xxx":{
storageType: "graph",
graphServerTag: "xx",
}
},
fieldNames: {
// from supplyLocation objectType
},
identifiers: [
// from supplyLocation objectType
]
},
relationshipSchemas
[
{
"hasMonitor": {
storageResources:{
"xxx":{
storageType: "graph",
graphServerTag: "xx",
}
},
links: [
{
storageResourceTags: ["xxx"],
from: {
objType: {
serviceTag: "supplyLocationStandard",
objectType: "supplyLocationStandard"
},
linkType: "one",
},
to: {
objType: {
serviceTag: "monitorManager",
objectType: "monitor"
},
linkType: "many",
}
}
]
}
}
]