VStorage Object Manager Base Rename V Storage Object Ex
Rename a virtual storage object.
Since: vSphere API Release 8.0.2.0
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 VStorageObjectManagerBase/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"id": {
"_typeName": "string",
"id": "string"
},
"datastore": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"name": "string"
}
This data object type describes an identifier class which is globally unique to identify the associated object.
The new name for the virtual storage object.
The vclock info of this operation
{
"_typeName": "string",
"vClockTime": 0
}
Virtual clock time of VStorageObject catalog.
It is an epoch or generation ID assigned to each VStorageObject operation on a datastore.
FileFault: If an error occurs while renaming the virtual storage object.
NotFound: If the specified virtual storage object cannot be found.
InvalidDatastore: If the operation cannot be performed on the datastore.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}