Replication link content tenant data type example

Here’s an XML example of the tenant data type that describes the tenant-name resource for replication link content; the properties shown are those that are returned by a GET request for a tenant in an active/active link:

<tenant>
    <status>REPLICATING</status>
    <upToDateAsOfString>2017-03-19T17:45:15-0400</upToDateAsOfString>
    <upToDateAsOfMillis>1395265515303</upToDateAsOfMillis>
    <objectsPending>196</objectsPending>
    <bytesPending>46347338966</bytesPending>
    <objectsPendingRemote>14</objectsPendingRemote>
    <bytesPendingRemote>735856</bytesPendingRemote>
</tenant>

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