replicationLinks data type example

Here's an XML example of the replicationLinks data type; the properties shownare those that are returned in response to a verbose GET request:

<replicationLinks>
    <replicationLink>
        <hcpSystems>
            <name>hcp-ca.example.com</name>
            <name>hcp-eu.example.com</name>
        </hcpSystems>
        <name>eu-ca</name>
        <pausedTenantsCount>0</pausedTenantsCount>
        <state>HEALTHY</state>
        <uuid>7ae4101c-6e29-426e-ae71-9a7a529f019d</uuid>
    </replicationLink>
    <replicationLink>
        <hcpSystems>
            <name>hcp-ca.example.com</name>
            <name>hcp-us.example.com</name>
        </hcpSystems>
        <name>us-ca</name>
        <pausedTenantsCount>4</pausedTenantsCount>
        <state>HEALTHY</state>
        <uuid>cdb7edcd-feb6-4476-8d8d-bd053e3bc2ee</uuid>
    </replicationLink>
    <replicationLink>
        <hcpSystems>
            <name>hcp-eu.example.com</name>
            <name>hcp-us.example.com.com</name>
        </hcpSystems>
        <name>us-eu</name>
        <pausedTenantsCount>0</pausedTenantsCount>
        <state>HEALTHY</state>
        <uuid>32871da5-2355-458a-90f5-1717aa684d6f</uuid>
    </replicationLink>
</replicationLinks>

© 2015, 2020 Hitachi Vantara LLC. All rights reserved.