Skip to main content
Element Software
12.5 and 12.7

GetCurrentClusterAdmin

Contributors netapp-pcarriga

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.

Parameters

This method has no input parameters.

Return value

This method has the following return value:

Name Description Type

clusterAdmin

Information about the cluster admin.

Request example

Requests for this method are similar to the following example:

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

Response example

This method returns a response similar to the following example:

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

New since version

10.0