Get Vm Component Version Report
Request
URI
POST
https://{api_host}/dt-rest/v100/mapping/manager/vmcomponentversionreport
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
Returns
DtVMComponentVersionReport
of type(s)
*/*
"DtVMComponentVersionReport Object"
array of
object
vmComponentVersionReports
Optional
vmComponentVersionReports
integer As int64
As int64
vmComponentVersionReportCount
Optional
vmComponentVersionReportCount
integer As int64
As int64
vmComponentVersionReportTotalCount
Optional
vmComponentVersionReportTotalCount
string
id
Optional
id
array of
object
links
Optional
links
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/dt-rest/v100/mapping/manager/vmcomponentversionreport