EditIOTripAnalyzerRecurrencesRequestType

EditIOTripAnalyzerRecurrencesRequestType
EditIOTripAnalyzerRecurrencesRequestType

The parameters of EditIOTripAnalyzerRecurrences.

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.

recurrences
Required

The updated recurrence(s) configuration.