Service: zimbraAdmin
Namespace: "urn:zimbraAdmin"
ModifyServer SOAP Command

Modify attributes for a server
Notes:

Authorization token required true
Admin Authorization token required true

ModifyServerRequest

    <ModifyServerRequest id="{value-of-zimbra-id}"> ## ModifyServerRequest
        (<a n="{key}" /> ## Attr)*
    </ModifyServerRequest>

The following table describes elements and attributes you can define within a <ModifyServerRequest> element:

XPath Required / Optional Description
@id Required (only 1) Type:String
Zimbra ID
/a Optional (0 or more) Attributes
/a@n Required (only 1) Type:String
Key

ModifyServerResponse

    <ModifyServerResponse> ## ModifyServerResponse
        <server name="{name}" id="{id}"> ## ServerInfo
            (<a n="{key}" /> ## Attr)*
         </server>
    </ModifyServerResponse>

The following table describes elements and attributes you can define within a <ModifyServerResponse> element:

XPath Required / Optional Description
/server Optional (0 or 1) Information about server
/server@name Required (only 1) Type:String
Name
/server@id Required (only 1) Type:String
ID
/server/a Optional (0 or more) Attributes
/server/a@n Required (only 1) Type:String
Key