xattrschema show
Returns an attribute list describing the specified schema entries. The syntax is:
xattrschema show schema_entry_name_list
Description The xattrschema show operation returns an attribute list that describes the specified schema entries. The argument is a list of names of schema
entries to be operated on. If more than one schema entry is given, then the attributes are concatenated. Attributes are returned in arbitrary order.
Privileges Required You must have r (read) permission to the container object (/.:/sec/xattrschema or
/.:/hosts/hostname/config/xattrschema).
Examples
dcecp> xattrschema show /.:/sec/xattrschema/test_integer {aclmgr {principal {{query r} {update r} {test r} {delete r}}}} {annotation {test_integer: encoding type
integer}} {applydefs yes} {encoding integer} {intercell reject} {multivalued yes} {reserved no} {scope {}}
{trigbind {none {}}} {trigtype none} {unique no} {uuid 5f439154-2af1-11cd-8ec3-080009353559} dcecp>
|