The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Attributes
Contributors
-
PDF of this doc site
-
Manage storage with Element software
-
Protect your data
-
Replication between NetApp Element software and ONTAP (ONTAP CLI)
-
-
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Many of the API requests and responses use objects as well as simple types. Objects are a collection of key-value pairs, where the value is a simple type or possibly another object. Attributes are custom name-value pairs that can be set by the user in JSON objects. Some methods enable you to add attributes when creating or modifying objects.
There is a 1000-byte limit on encoded attribute objects.
Object member
This object contains the following member:
Name | Description | Type |
---|---|---|
attributes |
List of name-value pairs in JSON object format. |
JSON object |
Request example
The following request example uses the AddClusterAdmin method:
{ "method": "AddClusterAdmin", "params": { "username": "joeadmin", "password": "68!5Aru268)$", "access": [ "volume", "reporting" ], "attributes": { "name1": "value1", "name2": "value2", "name3": "value3" } } }