© 2024 Parallels International GmbH. All rights reserved.
Increase or decrease the priority for a specified RAS Connection Broker server.
RAS Connection Broker server ID
RAS Connection Broker server
Move Direction.
No Content
const response = await fetch('/api/Broker/{id}/priority', { method: 'PUT', headers: { "Content-Type": "application/json; api-version=1.0" }, body: JSON.stringify({ "direction": [ "0 = Up", "1 = Down" ] }), }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }