LogUserEventRequestType

LogUserEventRequestType
LogUserEventRequestType

The parameters of LogUserEvent.

JSON Example
{
    "entity": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "msg": "string"
}
entity
Required

The entity against which the event is logged. The entity must be the root folder, a DataCenter, a VirtualMachine, a HostSystem, or a ComputeResource.

Required privileges: Global.LogEvent

string
msg
Required

The message to be logged.