Was this helpful?
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", "status": 1, "detail": "text", "instance": "text", "ANY_ADDITIONAL_PROPERTY": "anything" }