Loading...
Export the complete Parallels RAS farm configuration to a file available for download. This functionality can be used to back up farm settings.
Success
const response = await fetch('/api/Settings/export', { method: 'GET', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }