Skip to main content
Element Software
此產品有較新版本可以使用。
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。

列表保護域級別

貢獻者 netapp-pcarriga

你可以使用 `ListProtectionDomainLevels`列出儲存叢集的容錯性和彈性等級的方法。容錯等級表示叢集在發生故障時繼續讀取和寫入資料的能力,而復原等級表示儲存叢集從一次或多次故障中自動復原自身的能力。

範圍

此方法沒有輸入參數。

傳回值

此方法具有以下傳回值:

Name 描述 類型

保護域級別

列出了不同的保護域級別,每個級別都提供了儲存叢集的容錯性和復原能力資訊。

請求範例

該方法的請求類似於以下範例:

{
  "method": "ListProtectionDomainLevels",
  "params": {},
  "id" : 1
}

回應範例

此方法傳回類似以下範例的回應:

{
	"id": 1,
	"result": {
		"protectionDomainLevels": [
			{
				"protectionDomainType": "node",
				"resiliency": {
					"protectionSchemeResiliencies": [
							{
								"protectionScheme": "doubleHelix",
								"sustainableFailuresForBlockData": 0,
								"sustainableFailuresForMetadata": 1
							}
					],
					"singleFailureThresholdBytesForBlockData": 0,
					"sustainableFailuresForEnsemble": 1
				},
				"tolerance": {
					"protectionSchemeTolerances": [
							{
								"protectionScheme": "doubleHelix",
								"sustainableFailuresForBlockData": 0,
								"sustainableFailuresForMetadata": 1
							}
					],
					"sustainableFailuresForEnsemble": 1
				}
			},
			{
				"protectionDomainType": "chassis",
				"resiliency": {
					"protectionSchemeResiliencies": [
							{
								"protectionScheme": "doubleHelix",
								"sustainableFailuresForBlockData": 0,
								"sustainableFailuresForMetadata": 1
							}
					],
					"singleFailureThresholdBytesForBlockData": 0,
					"sustainableFailuresForEnsemble": 1
				},
				"tolerance": {
					"protectionSchemeTolerances": [
							{
								"protectionScheme": "doubleHelix",
								"sustainableFailuresForBlockData": 0,
								"sustainableFailuresForMetadata": 1
							}
					],
					"sustainableFailuresForEnsemble": 1
				}
			}
		]
	}
}

自版本以來的新版本

11.0