Hi,
A customer made me aware of this checksum difference and I could reproduce is as shown below:
g export --using all:summary | grep cluster.hostname
{
"name": "cluster.hostname",
"checksum": "c668f5caaa30d208c04a5736b33840da32597432"
}
g export --using clusterPropertyByName --variables.name cluster.hostname
{
"clusterProperties": [
{
"name": "cluster.hostname",
"checksum": "93e04fa0f5bb11283384d1ae403e061f72113852",
"hiddenProperty": false,
"value": "gwd"
}
Is this a normal behaviour?
(using gateway 11.1.1 and graphman client 1.3.13)
Thanks.
Christian