Datastore Get Iorm Configuration

Datastore Get Iorm Configuration

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

Configuration of storage I/O resource management for the datastore.

Currently we only support storage I/O resource management on VMFS volumes of a datastore.

This configuration may not be available if the datastore is not accessible from any host, or if the datastore does not have VMFS volume. The configuration can be modified using the method ConfigureDatastoreIORM_Task

Request
URI
GET
https://{api_host}/sdk/vim25/{release}/Datastore/{moId}/iormConfiguration
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId, in this case Datastore/{moId}.

string
release
Required

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


Authentication
This operation uses the following authentication methods.
Responses
200

OK

This response body class contains all of the following: StorageIORMInfo
{
    "0": "S",
    "1": "t",
    "2": "o",
    "3": "r",
    "4": "a",
    "5": "g",
    "6": "e",
    "7": "I",
    "8": "O",
    "9": "R",
    "10": "M",
    "11": "I",
    "12": "n",
    "13": "f",
    "14": "o",
    "15": " ",
    "16": "O",
    "17": "b",
    "18": "j",
    "19": "e",
    "20": "c",
    "21": "t"
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/Datastore/{moId}/iormConfiguration