Service: zimbraAdmin

Command: CreateServer
Namespace: urn:zimbraAdmin
Description: Create a Server
Extra attrs: description, zimbraNotes
Properties:
Authorization token required true
Admin Authorization token required true

CreateServerRequest

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

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>

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