SetAttribute function
Sets or creates a specified attribute to the specified properties. If the attribute does not exist, it is created. If the attribute exists, it is updated with the specified settings.The [confluence_table-plus] macro is a standalone macro and it cannot be used inline.
WSDL operation
<operation name="SetAttribute" parameterOrder="inargs">
<input message="tns:SetAttributeRequest"
name="SetAttributeRequest"/>
<output message="tns:SetAttributeResponse"
name="SetAttributeResponse"/>
<fault message="tns:AtriumFault" name="AtriumFault"/>
</operation>
<input message="tns:SetAttributeRequest"
name="SetAttributeRequest"/>
<output message="tns:SetAttributeResponse"
name="SetAttributeResponse"/>
<fault message="tns:AtriumFault" name="AtriumFault"/>
</operation>
WSDL messages
<message name="SetAttributeRequest">
<part element="types:SetAttribute" name="inargs"/>
</message>
<message name="SetAttributeResponse">
<part element="common:StatusOutput" name="outargs"/>
</message>
<message name="AtriumFault">
<part element="common:AtriumFault" name="errargs"/>
</message>
<part element="types:SetAttribute" name="inargs"/>
</message>
<message name="SetAttributeResponse">
<part element="common:StatusOutput" name="outargs"/>
</message>
<message name="AtriumFault">
<part element="common:AtriumFault" name="errargs"/>
</message>
XSD schema
<element name="SetAttribute">
<complexType>
<sequence>
<element name="lang" type="string"/>
<element name="classNameId" type="common:ClassNameId"/>
<element name="attributeName" type="string"/>
<element name="newAttributeName" type="string"
nillable="true" />
<element name="attributeInfo"
type="common:AttributeInfoIn" nillable="true"/>
<element name="extensions" type="common:ExtensionsList"
nillable="true" />
</sequence>
</complexType>
</element>
<element name="StatusOutput">
<complexType>
<sequence>
<element name="status" type="impl:StatusList"/>
</sequence>
</complexType>
</element>
<element name="AtriumFault">
<complexType>
<choice>
<element name="serviceFault"
type="tns:AtriumServiceFault" />
<element name="backendFault"
type="tns:AtriumBackendFault" />
</choice>
</complexType>
</element>
<complexType>
<sequence>
<element name="lang" type="string"/>
<element name="classNameId" type="common:ClassNameId"/>
<element name="attributeName" type="string"/>
<element name="newAttributeName" type="string"
nillable="true" />
<element name="attributeInfo"
type="common:AttributeInfoIn" nillable="true"/>
<element name="extensions" type="common:ExtensionsList"
nillable="true" />
</sequence>
</complexType>
</element>
<element name="StatusOutput">
<complexType>
<sequence>
<element name="status" type="impl:StatusList"/>
</sequence>
</complexType>
</element>
<element name="AtriumFault">
<complexType>
<choice>
<element name="serviceFault"
type="tns:AtriumServiceFault" />
<element name="backendFault"
type="tns:AtriumBackendFault" />
</choice>
</complexType>
</element>
Input arguments
The [confluence_table-plus] macro is a standalone macro and it cannot be used inline.
Return values
The [confluence_table-plus] macro is a standalone macro and it cannot be used inline.
Fault message
The [confluence_table-plus] macro is a standalone macro and it cannot be used inline.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*