VsanPerfThreshold
The threshold to display hot-spot line in graph
{
"_typeName": "string",
"direction": "string",
"yellow": "string",
"red": "string"
}
The direction of threshold value indicates whether it is upper limit or lower limit.
See also VsanPerfThresholdDirectionTypeEnum.
The yellow value of threshold indicates light severe warnings.
When the performance metric value reaches the yellow threshold, you should be aware and plan ahead to avoid possible problems. Use string to present the number value of the threshold, like "30", "65".
The red value of threshold indicates severe warnings.
When the performance metric value reaches the red threshold, you should take action to avoid dangerous problems. Use string to present the number value of the threshold, like "30", "65".