Vsan Diagnostics System Get IO Trip Analyzer Scheduler Config

Vsan Diagnostics System Get IO Trip Analyzer Scheduler Config

Get the IO trip analyzer scheduler configurations for the given cluster.

Required privileges: System.Read

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/vsan/VsanDiagnosticsSystem/{moId}/GetIOTripAnalyzerSchedulerConfig
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 VsanDiagnosticsSystem/{moId}.

string
release
Required

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


Request Body
Required
"GetIOTripAnalyzerSchedulerConfigRequestType Object"
cluster
Required

The cluster on which the IO trip analyzer scheduler is configured.

Authentication
This operation uses the following authentication methods.
Responses
200

The IO trip analyzer scheduler configuration.

This response body class contains all of the following: VsanIOTripAnalyzerConfig
{
    "0": "V",
    "1": "s",
    "2": "a",
    "3": "n",
    "4": "I",
    "5": "O",
    "6": "T",
    "7": "r",
    "8": "i",
    "9": "p",
    "10": "A",
    "11": "n",
    "12": "a",
    "13": "l",
    "14": "y",
    "15": "z",
    "16": "e",
    "17": "r",
    "18": "C",
    "19": "o",
    "20": "n",
    "21": "f",
    "22": "i",
    "23": "g",
    "24": " ",
    "25": "O",
    "26": "b",
    "27": "j",
    "28": "e",
    "29": "c",
    "30": "t"
}

500

VsanFault: if internal vSAN error hit.

Returns VsanFault of type(s) application/json
"VsanFault Object"

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