Skip to main content
12.5 and 12.7
日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。

ListProtectionDomainLevels

共同作成者

「 ListProtectionDomainLevels 」メソッドを使用すると、ストレージクラスタのトレランスレベルと耐障害性レベルを一覧表示できます。トレランスレベルは障害が発生した際にクラスタがデータの読み取りと書き込みを継続できるかどうか、耐障害性レベルは 1 つ以上の障害からストレージクラスタが自動で自己回復できるかどうかを示します。

パラメータ

このメソッドには入力パラメータはありません。

戻り値

このメソッドの戻り値は次のとおりです。

名前 説明 を入力します

protectionDomainLevels のように入力します

保護ドメインの各レベルのリスト。それぞれのレベルについて、ストレージクラスタのトレランスと耐障害性の情報が提供されます。

要求例

このメソッドの要求例を次に示します。

{
  "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