Overview | Service | Command |
Create a AlwaysOnCluster
Extra attrs: description, zimbraNotes
Authorization token required | true |
Admin Authorization token required | true |
<CreateAlwaysOnClusterRequest name="{new-server-name}"> ## CreateAlwaysOnClusterRequest
(<a n="{key}" /> ## Attr)*
</CreateAlwaysOnClusterRequest>
The following table describes elements and attributes you can define within a
<CreateAlwaysOnClusterRequest>
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 |
<CreateAlwaysOnClusterResponse> ## CreateAlwaysOnClusterResponse
<alwaysOnCluster name="{name}" id="{id}"> ## AlwaysOnClusterInfo
(<a n="{key}" /> ## Attr)*
</alwaysOnCluster>
</CreateAlwaysOnClusterResponse>
The following table describes elements and attributes you can define within a
<CreateAlwaysOnClusterResponse>
element:
XPath | Required / Optional | Description |
/alwaysOnCluster | Optional (0 or 1) | Information about the newly created cluster |
/alwaysOnCluster@name | Required (only 1) | Type:String Name |
/alwaysOnCluster@id | Required (only 1) | Type:String ID |
/alwaysOnCluster/a | Optional (0 or more) | Attributes |
/alwaysOnCluster/a@n | Required (only 1) | Type:String Key |