Vslm V Storage Object Manager Vslm Query Global Catalog Sync Status For Datastore
Gets the synchronization state of the Global Catalog for the specified datastore.
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId, in this case VslmVStorageObjectManager/{moId}.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"VslmQueryGlobalCatalogSyncStatusForDatastoreRequestType Object"
URL of the datastore to check synchronization status for
The sync status of the datastore
{
"0": "V",
"1": "s",
"2": "l",
"3": "m",
"4": "D",
"5": "a",
"6": "t",
"7": "a",
"8": "s",
"9": "t",
"10": "o",
"11": "r",
"12": "e",
"13": "S",
"14": "y",
"15": "n",
"16": "c",
"17": "S",
"18": "t",
"19": "a",
"20": "t",
"21": "u",
"22": "s",
"23": " ",
"24": "O",
"25": "b",
"26": "j",
"27": "e",
"28": "c",
"29": "t"
}
NotFound: If the specified datastore cannot be found
VslmFault: If a VSLM internal server error occurred.
"MethodFault Object"
Fault which is the cause of this fault.
Message which has details about the error Message can also contain a key to message catalog which can be used to generate better localized messages.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vslm/VslmVStorageObjectManager/{moId}/VslmQueryGlobalCatalogSyncStatusForDatastore