您可以使用 ListFibreChannelSessions 方法列出有关集群上的光纤通道会话的信息。
此方法没有任何输入参数。
此方法的请求类似于以下示例:
{ "method": "ListFibreChannelSessions", "params": {}, "id" : 1 }
此方法返回类似于以下示例的响应:
{ "id" : 1, "result" : { "sessions" : [ { "initiatorWWPN" : "21:00:00:0e:1e:14:af:40", "nodeID" : 5, "serviceID" : 21, "targetWWPN": "5f:47:ac:c0:00:00:00:10", "volumeAccessGroupID": 7 }, { "initiatorWWPN" : "21:00:00:0e:1e:14:af:40", "nodeID" : 1, "serviceID" : 22, "targetWWPN": "5f:47:ac:c0:00:00:00:11", "volumeAccessGroupID": 7 } ] } }
9.6