VsanFileServiceShareHealthSummary
This class defines file service share health summary in cluster level.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"overallHealth": "string",
"domainName": "string",
"shareUuid": "string",
"shareName": "string",
"objectHealth": {
"_typeName": "string",
"objectHealthDetail": [
{
"_typeName": "string",
"numObjects": 0,
"health": "string",
"objUuids": [
"string"
],
"vsanClusterUuid": "string"
}
],
"objectsComplianceDetail": [
{
"_typeName": "string",
"checkTime": "string",
"profile": "string",
"objectUUID": "string",
"complianceStatus": "string",
"mismatch": false,
"violatedPolicies": [
{
"_typeName": "string",
"id": "string",
"expectedValue": "string",
"currentValue": "string"
}
],
"operationalStatus": {
"_typeName": "string",
"healthy": false,
"operationETA": "string",
"operationProgress": 0,
"transitional": false
},
"objPolicyGenerationId": "string"
}
],
"objectVersionCompliance": false,
"objectFormatChangeRequiredUuids": [
"string"
],
"objectsRelayoutBytes": 0,
"globalDedupStoreHealth": "string"
},
"description": "string",
"extensible": false,
"spbmProfileUuid": "string",
"spbmProfileGenerationId": "string",
"sharePolicyMismatch": false
}
Overall health state for this vSAN file service share.
The possible state of the file service share could be one of the following:
- 'green' if the file server for this file share is running properly and all its backing vSAN objects are healthy.
- 'red' if the file server for this file share is in error state or any of its backing vSAN objects are degraded.
The name of the domain.
See VsanDirectoryServerConfig for more detailed information about vSAN file service domain.
The UUID of the file share.
The name of the file share.
The health status of share's backing vSAN objects.
If any object is not healthy the overall healthy will be 'red'.
The description of the health status.
It includes the detail of the vSAN objects in error state and the status of file server.
The extensibility of this file share.
The file share is backed by vSAN objects, and each vSAN object can provide 255GB in maximum. So if the file share needs to grow beyond this limit, more vSAN objects should be provisioned. This item is to check whether the storage policy of this file share can be met by the current cluster for provisioning more backing vSAN objects. If the storage policy cannot be met by the cluster, and the quota of the file share cannot be satisfied by current backing vSAN object, this field will be set to False to indicate this issue. Note: the provisioning of the vSAN object will be impacted by other facts, e.g., network partition. Check the network health and host state first before validating the extensibility of the file share.
UUID of SPBM profile used for the policy of the object when it was applied to vSAN File Service share.
Not set if the share doesn't use an SPBM managed policy.
Generation ID of SPBM profile used for the policy of the object when it was applied to vSAN File Service share.
Not set if the share doesn't use a SPBM managed policy.
This field is to check whether the storage policy of this file share mismatches latest version of the SPBM policy.
Whenever SPBM policy is changed, the change needs to be propagated to associated file shares.The mismatch status would be used as a health check when file share is queried.