Vsan Diagnostics System Get IO Trip Analyzer Scheduler Config
Get the IO trip analyzer scheduler configurations for the given cluster.
Required privileges: System.Read
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}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
Show optional properties
{
"cluster": {}
}
{
"cluster": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
The cluster on which the IO trip analyzer scheduler is configured.
The IO trip analyzer scheduler configuration.
{
"_typeName": "string",
"recurrences": [
{
"_typeName": "string",
"name": "string",
"targets": [
{
"_typeName": "string",
"type": "string",
"entityId": "string",
"objUuids": [
"string"
]
}
],
"startTime": "string",
"endTime": "string",
"duration": 0,
"interval": 0,
"status": "string"
}
]
}
VsanFault: if internal vSAN error hit.
{
"_typeName": "string",
"faultCause": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
},
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"cluster":"{}"}' https://{api_host}/sdk/vim25/{release}/vsan/VsanDiagnosticsSystem/{moId}/GetIOTripAnalyzerSchedulerConfig