VslmSyncFault

VslmSyncFault
VslmSyncFault

An SyncFault fault is thrown when there is a failure to synchronize the FCD global catalog information with the local catalog information.

Pandora synchronizes the datastore periodically in the background, it recovers from any transient failures affecting the datastore or individual FCDs. In cases where the sync fault needs to be resolved immediately, explicitly triggering a VslmSyncDatastore should resolve the issue, unless there are underlying infrastructure issues affecting the datastore or FCD. If the fault is ignored there is a possibility that the FCD is unrecognized by Pandora or Pandora DB having stale information, consequently, affecting the return of VslmListVStorageObjectForSpec and VslmRetrieveVStorageObjects APIs. In cases where the id is specified, the client can explicitly trigger VslmSyncDatastore to resolve the issue, else, could ignore the fault in anticipation of Pandora automatically resolving the error.

This structure may be used only with operations rendered under /vslm.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "msg": "string",
    "id": {
        "_typeName": "string",
        "id": "string"
    }
}
id
Optional

This data object type describes an identifier class which is globally unique to identify the associated object.