Social media
Other Resources
© 2024 Parallels International GmbH. All rights reserved.
Import a Client Policy from a xml file.
Client policy
File name and path. Use the '.xml' filename extension to be consistent with the Parallels RAS console.
Client Policy Input Method
No Content
const response = await fetch('/api/ClientPolicies/import', { method: 'POST', headers: { "Content-Type": "application/json; api-version=1.0" }, body: JSON.stringify({ "filePath": "text" }), }); const data = await response.json();
{ "type": "text", "title": "text", "status": 0, "detail": "text", "instance": "text" }