本製品の最新リリースがご利用いただけます。
日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。
設定
共同作成者
変更を提案
`GetConfig`メソッドの応答例を次に示します。戻り値の分量が多いため、この応答に含まれる情報はクラスタの 1 ノード分のみです。
{ "id": 1, "result": { "config": { "cluster": { "cipi": "Bond10G", "cluster": "AutoTest2-Fjqt", "encryptionCapable": true, "ensemble": [ "1:10.1.1.0", "3:10.1.1.0", "4:10.1.1.0" ], "mipi": "Bond1G", "name": "NLABP2605", "nodeID": 1, "pendingNodeID": 0, "role": "Storage", "sipi": "Bond10G", "state": "Active", "version": "11.0" }, "network": { "Bond10G": { "#default": false, "address": "10.1.1.0", "auto": true, "bond-downdelay": "0", "bond-fail_over_mac": "None", "bond-miimon": "100", "bond-mode": "ActivePassive", "bond-primary_reselect": "Failure", "bond-slaves": "eth0 eth1", "bond-updelay": "200", "dns-nameservers": "10.1.1.0, 10.1.1.0", "dns-search": "ten.test.company.net., company.net.", "family": "inet", "gateway": "10.1.1.0", "linkSpeed": 10000, "macAddress": "c8:1f:66:ee:59:b9", "macAddressPermanent": "00:00:00:00:00:00", "method": "static", "mtu": "9000", "netmask": "255.255.240.0", "network": "10.1.1.0", "physical": { "address": "10.1.1.0", "macAddress": "c8:1f:66:ee:59:b9", "macAddressPermanent": "00:00:00:00:00:00", "mtu": "9000", "netmask": "255.255.240.0", "network": "10.1.1.0", "upAndRunning": true }, "routes": [], "status": "UpAndRunning", "symmetricRouteRules": [ "ip route add 10.1.1.1/20 dev Bond1G src 10.1.2.2 table Bond1G", "ip rule add from 10.1.1.1 table Bond1G", "ip route add default via 10.1.1.254" ], "upAndRunning": true, "virtualNetworkTag": "0" }, "eth0": { "auto": true, "bond-master": "Bond10G", "family": "inet", "linkSpeed": 10000, "macAddress": "c8:1f:66:ee:59:b9", "macAddressPermanent": "c8:1f:66:ee:59:b9", "method": "bond", "physical": { "address": "0.0.0.0", "macAddress": "c8:1f:66:ee:59:b9", "macAddressPermanent": "c8:1f:66:ee:59:b9", "netmask": "N/A", "network": "N/A", "upAndRunning": true }, "status": "UpAndRunning", "upAndRunning": true }, "lo": { "auto": true, "family": "inet", "linkSpeed": 0, "macAddress": "00:00:00:00:00:00", "macAddressPermanent": "00:00:00:00:00:00", "method": "loopback", "physical": { "address": "0.0.0.0", "macAddress": "00:00:00:00:00:00", "macAddressPermanent": "00:00:00:00:00:00", "netmask": "N/A", "network": "N/A", "upAndRunning": true }, "status": "UpAndRunning", "upAndRunning": true } } } } }