Host V Storage Object Manager Host Retrieve V Storage Infrastructure Object Policy
Retrieve virtual storage infrastructure object SBPM policy on given datastore.
Only support VSAN datastore.
Requires Datastore.FileManagement privilege on the datastore specified.
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 HostVStorageObjectManager/{moId}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
Show optional properties
{
"datastore": {}
}
{
"datastore": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
Datastore on which policy needs to be retrieved.
The policy object of virtual storage object.
[
{
"_typeName": "string",
"name": "string",
"backingObjectId": "string",
"profileId": "string",
"error": {
"_typeName": "string",
"faultCause": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
},
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
]
The data object type describes improved virtual disk infrastructure namespace storage policy details.
InvalidDatastore: If the operation cannot be performed on the datastore.
InvalidState: If the operation cannot be performed on the disk.
NotFound: If specified virtual storage object cannot be found.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"datastore":"{}"}' https://{api_host}/sdk/vim25/{release}/HostVStorageObjectManager/{moId}/HostRetrieveVStorageInfrastructureObjectPolicy