© 2024 Parallels International GmbH. All rights reserved.
Retrieve Predefined Windows Services
Success
The Aliases of the predefined object
The Display Name of the predefined object
Service Name.
const response = await fetch('/api/RDS/Host/Optimization/Predefined/WindowsService', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "aliases": "text", "displayName": "text", "service": "text" } ]