Example: Identifying valid configuration attributes for objects

You can determine valid attributes by using the AdminConfig attributes command.

The following example identifies the valid attributes for a node:

Using Jacl:

$AdminConfig attributes Node

[V5.1 and later]Using Jython:

print AdminConfig.attributes('Node')

This example produces the following output:

"discoveryProtocol ENUM(UDP, TCP, MULTICAST)"
"hostName String"
"name String"
"properties Property(TypedProperty)*"
"shortName String"


Related reference
Example: Interpreting the output of the AdminConfig attributes command