Vslm V Storage Object Manager Vslm Retrieve V Storage Objects
Retrieves details of a list of virtual storage objects from cache.
Requires Datastore.FileManagement privilege on the datastore where the virtual storage object is located.
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 VslmVStorageObjectManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.
"VslmRetrieveVStorageObjectsRequestType Object"
The array of IDs of the virtual storage object to be retrieved.
The array of VslmVsoVStorageObjectResult virtual storage objects corresponding to the input.
[
"VslmVsoVStorageObjectResult Object"
]
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vslm/VslmVStorageObjectManager/{moId}/VslmRetrieveVStorageObjects