Skip to main content
Element Software
12.5 and 12.7
简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。

ListAllNodes

贡献者

您可以使用 ListAllNodes 方法列出集群中的活动节点和待定节点。

Parameters

此方法没有输入参数。

返回值

此方法具有以下返回值:

Name Description Type

nodes

描述集群中活动节点的对象列表。

待定 ActiveNodes

描述集群中待定活动节点的对象列表。

待定节点

描述集群中待定节点的对象列表。

pendingNode 数组

请求示例

此方法的请求类似于以下示例:

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

响应示例

此方法返回类似于以下示例的响应:

{
	"id": 1,
	"result": {
		"nodes": [
			{
				"associatedFServiceID": 0,
				"associatedMasterServiceID": 1,
				"attributes": {},
				"chassisName": "CT5TV12",
				"cip": "10.1.1.1",
				"cipi": "Bond10G",
				"fibreChannelTargetPortGroup": null,
				"mip": "10.1.1.1",
				"mipi": "Bond1G",
				"name": "NLABP0704",
				"nodeID": 1,
				"nodeSlot": "",
				"platformInfo": {
					"chassisType": "R620",
					"cpuModel": "Intel",
					"nodeMemoryGB": 72,
					"nodeType": "SF3010",
					"platformConfigVersion": "0.0.0.0"
				},
				"sip": "10.1.1.1",
				"sipi": "Bond10G",
				"softwareVersion": "11.0",
				"uuid": "4C4C4544-0054",
				"virtualNetworks": []
			}
		],
		"pendingActiveNodes": [],
		"pendingNodes": []
	}
}

自版本以来的新增功能

9.6