VsanFileServerHealthSummary

VsanFileServerHealthSummary
VsanFileServerHealthSummary

This class defines file server health summary for this host.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "domainName": "string",
    "fileServerIp": "string",
    "nfsdHealth": "string",
    "networkHealth": "string",
    "rootfsHealth": "string",
    "description": "string",
    "smbConnections": 0,
    "smbDaemonHealth": "string",
    "adTestJoinHealth": "string",
    "dnsLookupHealth": "string"
}
string
domainName
Optional

The domain name on which the file server is checked against.

string
fileServerIp
Optional

The IP address of the file server.

string
nfsdHealth
Optional

Whether the NFS daemon of the file server is running or not.

string
networkHealth
Optional

Whether the ip address of the file server is present or not.

string
rootfsHealth
Optional

Whether the root filesystem is responsive to the file server or not.

string
description
Optional

The description of the health state.

integer As int32 As int32
smbConnections
Optional

The count of client connections to SMB daemon of the file service.

string
smbDaemonHealth
Optional

Whether the SMB daemon of the file server is running or not.

string
adTestJoinHealth
Optional

Whether File server AD join configuration and connectivity is correct or not.

string
dnsLookupHealth
Optional

Whether File server DNS configuration and connectivity is correct or not.