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

Create a Server
Extra attrs: description, zimbraNotes

Authorization token required true
Admin Authorization token required true

CreateServerRequest

    <CreateServerRequest name="{new-server-name}"> ## CreateServerRequest
        (<a n="{key}" /> ## Attr)*
    </CreateServerRequest>

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

XPath Required / Optional Description
@name Required (only 1) Type:String
New server name
/a Optional (0 or more) Attributes
/a@n Required (only 1) Type:String
Key

CreateServerResponse

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

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

XPath Required / Optional Description
/server Optional (0 or 1) Information about the newly created 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