The XML data generated by the monitoring interface is available for external use, allowing users to integrate replication group statuses into custom dashboards or monitoring systems.
Example XML Structure,
<cluster id='1'>
<replication_group>RG1</replication_group>
<production>CFG_SRC: aix1</production>
<recovery>CFG_TGT: AIX02</recovery>
<direction>DIR: aix1->AIX02</direction>
<speed>67.4</speed>
<super_transaction>-0.0</super_transaction>
<ST_IO>12.1</ST_IO>
<APP_IO>10.2</APP_IO>
<snapshot_usage>-0.0</snapshot_usage>
<Current_SRC_Backlog>0</Current_SRC_Backlog>
<Current_SRC_Status>30</Current_SRC_Status>
<Current_TGT_Status>30</Current_TGT_Status>
<Current_TGT_Backlog>0</Current_TGT_Backlog>
</cluster>
XML Tags and Descriptions
Tags | Description | Special Values |
<replication_group> |
Name of the replication group | N/A |
<production>,
<recovery> |
Configured source and target nodes | N/A |
<direction> |
Replication direction | N/A |
<speed> |
Replication speed in MB/s | N/A |
<super_transaction> |
Super transaction completion percentage | 0 - 100%, -0.00 (not in progress) |
<Current_SRC_Backlog>,
<Current_TGT_Backlog> |
Backlog usage percentages | N/A |
<Current_SRC_Status>,
<Current_TGT_Status> |
Status indicators for source and target nodes |
|