VsanFileServerHealthSummary
This class defines file server health summary for this host.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"domainName": "string",
"fileServerIp": "string",
"nfsdHealth": "string",
"networkHealth": "string",
"rootfsHealth": "string",
"description": "string",
"smbConnections": 0,
"smbDaemonHealth": "string",
"adTestJoinHealth": "string",
"dnsLookupHealth": "string"
}
The domain name on which the file server is checked against.
The IP address of the file server.
Whether the NFS daemon of the file server is running or not.
Whether the ip address of the file server is present or not.
Whether the root filesystem is responsive to the file server or not.
The description of the health state.
The count of client connections to SMB daemon of the file service.
Whether the SMB daemon of the file server is running or not.
Whether File server AD join configuration and connectivity is correct or not.
Whether File server DNS configuration and connectivity is correct or not.