Click or drag to resize

SolidFireElementAddClusterAdmin Method (String, String, String, Boolean, Hashtable)

You can use AddClusterAdmin to add a new cluster admin account. A cluster ddmin can manage the cluster using the API and management tools. Cluster admins are completely separate and unrelated to standard tenant accounts. Each cluster admin can be restricted to a subset of the API. NetApp recommends using multiple cluster admin accounts for different users and applications. You should give each cluster admin the minimal permissions necessary; this reduces the potential impact of credential compromise. You must accept the End User License Agreement (EULA) by setting the acceptEula parameter to true to add a cluster administrator account to the system.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public AddClusterAdminResult AddClusterAdmin(
	string Username,
	string Password,
	string[] Access,
	bool AcceptEula,
	Hashtable Attributes = null
)

Parameters

Username
Type: SystemString
Password
Type: SystemString
Access
Type: SystemString
AcceptEula
Type: SystemBoolean
Attributes (Optional)
Type: System.CollectionsHashtable

Return Value

Type: AddClusterAdminResult

Implements

ISolidFireElementAddClusterAdmin(String, String, String, Boolean, Hashtable)
See Also