이 제품의 최신 릴리즈를 사용할 수 있습니다.
본 한국어 번역은 사용자 편의를 위해 제공되는 기계 번역입니다. 영어 버전과 한국어 버전이 서로 어긋나는 경우에는 언제나 영어 버전이 우선합니다.
getconfig를 참조하십시오
기여자
변경 제안
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 } } } } }