CreateIOTripAnalyzerRecurrencesRequestType
CreateIOTripAnalyzerRecurrencesRequestType
The parameters of CreateIOTripAnalyzerRecurrences.
This structure may be used only with operations rendered under /vsan
.
JSON Example
{
"cluster": {
"_typeName": "string",
"type": "string",
"value": "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"
}
]
}
cluster
Required
The cluster on which the IO trip analyzer scheduler is configured.
array of
VsanIOTripAnalyzerRecurrence
recurrences
Required
The scheduler recurrences configurations.