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.
{
"ids": [
{
"_typeName": "string",
"id": "string"
}
]
}
The array of VslmVsoVStorageObjectResult virtual storage objects corresponding to the input.
[
{
"_typeName": "string",
"id": {
"_typeName": "string",
"id": "string"
},
"name": "string",
"capacityInMB": 0,
"createTime": "string",
"datastoreUrl": "string",
"diskPath": "string",
"usedCapacityInMB": 0,
"backingObjectId": {
"_typeName": "string",
"id": "string"
},
"snapshotInfo": [
{
"_typeName": "string",
"backingObjectId": {
"_typeName": "string",
"id": "string"
},
"description": "string",
"snapshotId": {
"_typeName": "string",
"id": "string"
},
"diskPath": "string"
}
],
"metadata": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
],
"error": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
]