An application of a custom attribute, containing information about the custom attribute and the value that has been applied.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| attribute | Attribute | element | 0/1 | The definition of the custom attribute that has been applied. | |
| id | long | element | 1/1 | The unique ID for the applied custom attribute. | |
| value | string | element | 0/1 | The value that has been applied for this custom attribute. To remove the custom attribute from a server inventory item, set the value to null. |
Example
<w----->
<id>...</id>
<attribute>
<name>...</name>
<description>...</description>
<targetManagedObjectTypes>...</targetManagedObjectTypes>
<allowedValues>
<id>...</id>
<name>...</name>
<parentAttributeEnumId>...</parentAttributeEnumId>
<parentAttributeEnumValue>...</parentAttributeEnumValue>
</allowedValues>
<portalEditable>...</portalEditable>
<enumerated>...</enumerated>
<costItems>
<name>...</name>
<cost>...</cost>
<costFormula>...</costFormula>
</costItems>
<regularExpression>...</regularExpression>
<validationMessage>...</validationMessage>
<subList>...</subList>
<parentId>...</parentId>
<parentName>...</parentName>
</attribute>
<value>...</value>
</w----->