You can use the ModifyClusterAdmin method to change the settings for a cluster admin or LDAP cluster admin. You cannot change access for the administrator cluster admin account.
This method has the following input parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
access | Controls which methods this cluster admin can use. | string array | None | No |
attributes | List of Name/Value pairs in JSON object format. | JSON object | None | No |
clusterAdminID | ClusterAdminID for the cluster admin or LDAP cluster admin to modify. | integer | None | Yes |
password | Password used to authenticate this cluster admin. | string | None | No |
This method has no return values.
Requests for this method are similar to the following example:
{ "method": "ModifyClusterAdmin", "params": { "clusterAdminID" : 2, "password" : "7925Brc429a" }, "id" : 1 }
This method returns a response similar to the following example:
{ "id" : 1 "result" : { } }
9.6