Vsan Vc Cluster Health System Vsan Cluster Query File Service Health Summary
Query the vSAN file service health on all the hosts in the specified cluster.
Use filter fields to determine whether to include infra health or container health. It will include infra health at least.
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case VsanVcClusterHealthSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"VsanClusterQueryFileServiceHealthSummaryRequestType Object"
The target cluster.
Required privileges: System.Read
Whether to retrieve file server health, default value is True.
Whether to retrieve file share health, default value is True.
The file service health summary. Return None if the file service is not enabled.
{
"0": "V",
"1": "s",
"2": "a",
"3": "n",
"4": "C",
"5": "l",
"6": "u",
"7": "s",
"8": "t",
"9": "e",
"10": "r",
"11": "F",
"12": "i",
"13": "l",
"14": "e",
"15": "S",
"16": "e",
"17": "r",
"18": "v",
"19": "i",
"20": "c",
"21": "e",
"22": "H",
"23": "e",
"24": "a",
"25": "l",
"26": "t",
"27": "h",
"28": "S",
"29": "u",
"30": "m",
"31": "m",
"32": "a",
"33": "r",
"34": "y",
"35": " ",
"36": "O",
"37": "b",
"38": "j",
"39": "e",
"40": "c",
"41": "t"
}
InvalidArgument: Exception for invalid input arguments, for example, if the cluster is not found.
"InvalidArgument Object"
Optional name of the invalid property.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanVcClusterHealthSystem/{moId}/VsanClusterQueryFileServiceHealthSummary