The following parameters can be used by the object attribute commands. For details about the a, m, f, and columns parameters, refer to Predefined Parameters and Flags.
The value of the mgtObj parameter is the name of the managed object whose attributes and properties are being set or retrieved.
The value of the property parameter is the name of the property whose attributes and values are being set or retrieved.
The value of the propInst parameter is the name of the instance of the property whose attributes and values are being set or retrieved.
The value of the rowValues parameter is a comma-separated list of name-value pairs. name is the name of a column in the row. value is the value in that column.
The value of the attributes parameter is a comma-separated list of attribute names that belong to the property whose attributes and values are being set or retrieved. When used with the setAttributes command, each attribute name in the attributes parameter must have a corresponding value in the values parameter.
The value of the values parameter is a comma-separated list of values that correspond to the attributes that are specified in the attributes parameter. When used with the setAttributes command, there must be a value for each attribute specified.