Vm Mapping Report

Vm Mapping Report
Request
URI
POST
https://{api_host}/dt-rest/v100/mapping/manager/vmmappingreport
COPY
Query Parameters
string
sortcriteria
Optional

sortcriteria

Possible values are : VmName, DesktopModel, DesktopType, PoolName, PoolType,
string
sortorder
Optional

sortorder

Possible values are : Ascending, Descending,

Request Body
DtVmMappingReportFilterImpl of type(s) application/json
Optional
{
    "id": "string",
    "vmName": "string",
    "poolName": "string",
    "desktopManagerId": "string",
    "location": "string",
    "DtLink": [
        {
            "href": "string",
            "rel": "string",
            "deprecated": false,
            "name": "string",
            "method": "string"
        }
    ]
}
Responses
200
[
    "DtVMReport Object"
]

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