ClusterAgentHostInMaintenanceMode

ClusterAgentHostInMaintenanceMode
ClusterAgentHostInMaintenanceMode

An agent virtual machine operation cannot be executed on host, because the host is in maintenance mode that blocks the virtual machine operation.

This is not a remediable issue. To remediate, take the host ouf of maintenance mode.

This structure may be used only with operations rendered under /eam.

Since: vEAM API 8.3

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": 0,
    "description": "string",
    "time": "string",
    "agency": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "agencyName": "string",
    "solutionId": "string",
    "solutionName": "string",
    "agent": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "cluster": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}