Storage Resource Manager Query IORM Config Option

Storage Resource Manager Query IORM Config Option

Query configuration options for storage I/O resource management.

Required privileges: Datastore.Config

Request
URI
POST
https://{vcenter-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 8.0.2.0 APIs.


Request Body
QueryIORMConfigOptionRequestType of type(s) application/json
Required
{
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
host
Required

Reference to an instance of the HostSystem managed object.

Authentication
This operation uses the following authentication methods.
Responses
200

configuration option object.

Returns StorageIORMConfigOption of type(s) application/json
This response body class contains all of the following: DataObject
{
    "_typeName": "string",
    "enabledOption": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "supported": false,
        "defaultValue": false
    },
    "congestionThresholdOption": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "min": 0,
        "max": 0,
        "defaultValue": 0
    },
    "statsCollectionEnabledOption": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "supported": false,
        "defaultValue": false
    },
    "reservationEnabledOption": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "supported": false,
        "defaultValue": false
    }
}
enabledOption
Required

The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.

congestionThresholdOption
Required

The IntOption data object type is used to define the minimum, maximum, and default values for an integer option.

statsCollectionEnabledOption
Required

The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.

reservationEnabledOption
Required

The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.