Service - Supply Location Standard: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 51: | Line 51: | ||
objectType: "supplyLocationStandard" | objectType: "supplyLocationStandard" | ||
}, | }, | ||
linkType: " | linkType: "many", | ||
}, | }, | ||
to: { | to: { | ||
Latest revision as of 13:01, 5 August 2026
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: "many",
},
to: {
objType: {
serviceTag: "monitorManager",
objectType: "monitor"
},
linkType: "many",
}
}
]
}
}
]