Vsan Diagnostics System Remove IO Trip Analyzer Recurrences

Vsan Diagnostics System Remove IO Trip Analyzer Recurrences

Remove the IO trip analyzer recurrence(s) with the given name(s).

Required privileges: Global.Diagnostics

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/vsan/VsanDiagnosticsSystem/{moId}/RemoveIOTripAnalyzerRecurrences
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
"RemoveIOTripAnalyzerRecurrencesRequestType Object"
cluster
Required

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

array of string
names
Required

The name(s) of the IO trip analyzer recurrence(s) to be removed.

Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

500

NotFound: if the recurrence(s) name(s) not found.

VsanFault: if internal vSAN error hit.

Returns VimFault of type(s) application/json
This response body class contains all of the following: InlineVimFault0
"VimFault 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}/RemoveIOTripAnalyzerRecurrences