There are two fields in "HardwareHealthInfos" (which I realize is the Navigation property's name and not necessarily the name of the backing table) that we use to help identify devices (Nodes|Interfaces) on our network.
N.HardwareHealthInfos.Model
N.HardwareHealthInfos.ServiceTag AS \"SerialNumber\"
Where N is of course Orion.Nodes. When I add a node programmatically, I'd like to be able to update those associated fields with the data that goes in them. It must be possible to Modify those fields (if not certain rows of the table) or we wouldn't be able to add the Model and SerialNumber data we're currently adding to those fields now, although admittedly it's a manual process via the web UI.
If there's no way to add this data via the SDK (/programmatically), well that's a bummer and someone should look into fixing that!
Thanks,
Scott Fraley
Microsoft XBox Live Network Team