You can use the GetCurrentClusterAdmin method to return information for the current primary Cluster Admin. The primary Cluster Admin was created when the cluster was created.
This method has no input parameters.
This method has the following return value:
Name | Description | Type |
---|---|---|
clusterAdmin | Information about the cluster admin. | clusterAdmin |
Requests for this method are similar to the following example:
{ "method": "GetCurrentClusterAdmin", "id" : 1 }
This method returns a response similar to the following example:
{ "id": 1, "result": { "clusterAdmin": "access": [ "administrator" ], "attributes": null, "authMethod": "Cluster" "clusterAdminID": 1, "username": "admin" } } }
10.0