Get User Event Reports

Get User Event Reports
Request
URI
POST
https://{api_host}/dt-rest/v100/reporting/manager/usereventreports
COPY
Query Parameters
string
sortcriteria
Optional

sortcriteria

Possible values are : Id, UserEvent, EventErrorDetails, UserGuid, VMSessionId, VirtualMachineId, DisplayProtocol, EndPointIPAddress, EndPointPlatformType, PatternId, ReportTimeStamp,
string
sortorder
Optional

sortorder

Possible values are : Ascending, Descending,

Request Body
DtUserEventReportFilterImpl of type(s) application/json
Optional
{
    "id": "string",
    "userGuid": "string",
    "eventTypes": [
        "string"
    ],
    "patternId": "string",
    "poolId": "string",
    "remoteAppName": "string",
    "includeVirtualMachineName": false,
    "includePoolName": false,
    "includeUserLoginName": false,
    "displayProtocol": "string",
    "virtualMachineId": "string",
    "numberReportDays": 0,
    "location": "string",
    "DtLink": [
        {
            "href": "string",
            "rel": "string",
            "deprecated": false,
            "name": "string",
            "method": "string"
        }
    ]
}
Responses
200

successful operation

[
    "DtUserEventReport Object"
]

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/dt-rest/v100/reporting/manager/usereventreports