| ||
detail: element | attribute | value |
Data Structure { "typeId": "com.tintri.api.rest.v310.dto.domain.beans.syncrepl.SyncReplStateInfo", "host": <String>, "isPrimary": <Boolean>, "lastUpdatedTime": DateTime, "replicationIp": <String>, "state": 'IN_SYNC' | 'PAUSED' | 'RESYNCING' | 'ERROR' | 'INITIALIZING' | 'DELETION_IN_PROGRESS' | 'DELETED', "status": 'OK' | 'INFO' | 'WARNING' | 'MAJOR' | 'CRITICAL', "error": SyncReplError, "inSyncTimePercent": <Number>, "primaryInfo": SyncReplVmstoreInfo, "resyncStats": SyncReplResyncStats, "secondaryInfo": SyncReplVmstoreInfo, } |
Name | Type | Description |
---|---|---|
error | SyncReplError | The detail error information of this synchronous replication configuration. |
inSyncTimePercent | xsd:double | TgcOnly Percentage of time a service group is in sync using synchronous replication |
primaryInfo | SyncReplVmstoreInfo | TgcOnly Information about the primary VMstore participant of the Synchronous Replication configuration. TGC will use this information to identify which VMstore among all the participants, is the primary of the Synchronous Replication relationship. |
resyncStats | SyncReplResyncStats | Resynchronize statistics. It returns null either there is no resynchronization operation or the operation has completed. |
secondaryInfo | SyncReplVmstoreInfo | TgcOnly Information about the secondary VMstore participant of the Synchronous Replication configuration. TGC will use this information to identify which VMstore among all the participants, is the secondary of the Synchronous Replication relationship. |
Name | Type | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
host | xsd:string | VMstoreOnly The host name of the current VMstore appliance. | ||||||||||||||
isPrimary | xsd:boolean | VMstoreOnly True if Synchronous Replication is the primary, false otherwise. | ||||||||||||||
lastUpdatedTime | DateTime | Time stamp when the object is last updated. | ||||||||||||||
replicationIp | xsd:string | VMstoreOnly Replication IP address for the Synchronous Replication. | ||||||||||||||
state | IN_SYNC | PAUSED | RESYNCING | ERROR | INITIALIZING | DELETION_IN_PROGRESS | DELETED | The current state of the synchronous replication configuration.
| ||||||||||||||
status | OK | INFO | WARNING | MAJOR | CRITICAL | TgcOnly The severity status of the synchronous replication.
|
| ||
detail: element | attribute | value |