Storage Resource Manager Query IORM Config Option

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

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/StorageResourceManager/{moId}/QueryIORMConfigOption
COPY
Path Parameters
string
moId
Required

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}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.


Request Body
QueryIORMConfigOptionRequestType of type(s) application/json
Required
"QueryIORMConfigOptionRequestType Object"
host
Required

[in] - The host VC will forward the query to. This parameter is ignored by host if this method is called on a host directly.

Authentication
This operation uses the following authentication methods.
Responses
200

configuration option object.

Returns StorageIORMConfigOption of type(s) application/json
"StorageIORMConfigOption Object"
enabledOption
Required

enabledOption provides default state value for StorageIORMConfigSpec.enabled

congestionThresholdOption
Required

congestionThresholdOption defines value range which can be used for StorageIORMConfigSpec.congestionThreshold

statsCollectionEnabledOption
Required

statsCollectionEnabledOption provides default value for StorageIORMConfigSpec.statsCollectionEnabled

reservationEnabledOption
Required

Deprecated as of vSphere8.0 U3, and there is no replacement for it.

reservationEnabledOption provides default value for StorageIORMConfigSpec.reservationEnabled


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/StorageResourceManager/{moId}/QueryIORMConfigOption