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

GetCurrentClusterAdmin

贡献者

您可以使用 GetCurrentClusterAdmin 方法返回当前主集群管理员的信息主集群管理员是在创建集群时创建的。

Parameters

此方法没有输入参数。

返回值

此方法具有以下返回值:

Name Description Type

clusterAdmin

有关集群管理员的信息。

请求示例

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

{
"method": "GetCurrentClusterAdmin",
"id" : 1
}

响应示例

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

{
"id": 1,
"result": {
    "clusterAdmin":
        "access": [
           "administrator"
        ],
         "attributes": null,
         "authMethod": "Cluster"
         "clusterAdminID": 1,
         "username": "admin"
     }
   }
}

自版本以来的新增功能

10.0