Loading...
Export a RAS client policy to xml file.
Name of the client policy
No Content
const response = await fetch('/api/ClientPolicies/export', { method: 'POST', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }