VslmDatastoreSyncStatus
DatastoreSyncStatus shows the catalog sync status of a datastore and is returned as a result of the VStorageObjectManager getGlobalCatalogSyncStatus API.
When syncVClock == objectVClock the global catalog is in sync with the local catalog
This structure may be used only with operations rendered under /vslm
.
{
"_typeName": "string",
"datastoreURL": "string",
"objectVClock": 0,
"syncVClock": 0,
"syncTime": "string",
"numberOfRetries": 0,
"error": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
The datastore URL as specified in DatastoreInfo.url
objectVClock
syncVClock
The time representing the last successfull sync of the datastore.
The number of retries for the Datastore synchronization in failure cases.
The base data object type for all the object model faults that an application might handle.