I already tried mane other combinations for display, like:
“contentTemplate”: “{{properties.ClusterURL}}”
“labelTemplate”: “{{properties.ClusterURL}}”
“labelTemplate”: “{{ClusterURL}}”
This object property is clearly available, I can see it in SCOM and in Dashboard when I drill down the object.
I created custom row perspective and saved it into: C:\inetpub\wwwroot\SquaredUpv4\User\Packages\Everyone\Perspectives\rows and the reloaded as in webinar. It seems to be working fine - when I create new dashboard for this object class it adds the required column, but without any value.
For some reason you need to have the first letter in lower case. So for instance if the property is NetbiosComputerName, you need to write it like netbiosComputerName
In your case you should write it with lower case “c” in the beginning:
“labelTemplate”: “{{properties.clusterURL}}”
Hey. Sorry if I don’t understand the question right as the text format is fuzzy. I was able to create a dashboard with the exact same json you posted. What exactly isn’t working for you? Can you show us a couple of screenshots maybe?