Vslm Storage Lifecycle Manager Vslm Sync Datastore
Sync the FCD info on the passed in datastore.
Required privileges: System.View
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 VslmStorageLifecycleManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.
Show optional properties
{
"datastoreUrl": "string",
"fullSync": false
}
{
"datastoreUrl": "string",
"fullSync": false,
"fcdId": {
"_typeName": "string",
"id": "string"
}
}
The datastore URL as specified in DatastoreInfo.url
If this is set to true, all information for this datastore will be discarded from the catalog and reloaded from the datastore's catalog
This data object type describes an identifier class which is globally unique to identify the associated object.
No Content
InvalidDatastore: If the operation cannot be performed on the datastore.
NotFound: If matching datastore could not be found for the given datastoreMoId.
VslmSyncFault: If an exception occured during datastore sync.
VslmFault: If a VSLM internal server error occurred.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
The base data object type for all the object model faults that an application might handle.
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.