WindowsService
Retrieve Predefined Windows Services
Responses
200
Success
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
GET /api/VDI/Optimization/Predefined/WindowsService HTTP/1.1
Host:
Accept: */*
[
{
"aliases": "text",
"displayName": "text",
"service": "text"
}
]
Was this helpful?