Rags,
Thanks very much. I did as you suggested and the node name is now recognized.
However, I can't figure out how to set the node's hostname. Here's one of the messages I tried. It's accepted but the node gets a system generated hostname. Can you tell me where I'm going wrong? Thanks again.
{
"node":[{
"name":"TimingOS",
"property":[{
"hostname":"joe"
}],
"nodeComponent":[{
"name":"REST_API_Workaround",
"property"[{
"key":"java_app",
"value":"/root/signaldeployer.sh" ]
}]
}]
}]
}