Storage Resource Manager Query IORM Config Option
Deprecated as of vSphere8.0 U3, and there is no replacement for it.
Query configuration options for storage I/O resource management.
Required privileges: Datastore.Config
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 9.0.0.0 APIs.
"QueryIORMConfigOptionRequestType Object"
[in] - The host VC will forward the query to. This parameter is ignored by host if this method is called on a host directly.
configuration option object.
"StorageIORMConfigOption Object"
enabledOption provides default state value for StorageIORMConfigSpec.enabled
congestionThresholdOption defines value range which can be used for StorageIORMConfigSpec.congestionThreshold
statsCollectionEnabledOption provides default value for StorageIORMConfigSpec.statsCollectionEnabled
Deprecated as of vSphere8.0 U3, and there is no replacement for it.
reservationEnabledOption provides default value for StorageIORMConfigSpec.reservationEnabled
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/StorageResourceManager/{moId}/QueryIORMConfigOption