Storage Resource Manager Validate Storage Pod Config
Validate the new storage DRS configuration for a pod StoragePod.
If validation fails, it will return with InvalidArgument fault.
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 StorageResourceManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.
"ValidateStoragePodConfigRequestType Object"
The StorageDrsConfigSpec data object provides a set of update specifications for storage DRS configuration.
To support incremental changes, these properties are all optional.
OK
"MethodFault Object"
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.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/StorageResourceManager/{moId}/ValidateStoragePodConfig