Overview | Service | Command |
Modify attributes for a alwaysOnCluster
Notes:
Authorization token required | true |
Admin Authorization token required | true |
<ModifyAlwaysOnClusterRequest id="{value-of-zimbra-id}"> ## ModifyAlwaysOnClusterRequest
(<a n="{key}" /> ## Attr)*
</ModifyAlwaysOnClusterRequest>
The following table describes elements and attributes you can define within a
<ModifyAlwaysOnClusterRequest>
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 |
<ModifyAlwaysOnClusterResponse> ## ModifyAlwaysOnClusterResponse
<alwaysOnCluster name="{name}" id="{id}"> ## AlwaysOnClusterInfo
(<a n="{key}" /> ## Attr)*
</alwaysOnCluster>
</ModifyAlwaysOnClusterResponse>
The following table describes elements and attributes you can define within a
<ModifyAlwaysOnClusterResponse>
element:
XPath | Required / Optional | Description |
/alwaysOnCluster | Optional (0 or 1) | Information about server |
/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 |