Priority
Increase or decrease the priority for a specified RAS Connection Broker server.
Path parameters
idinteger · int32Required
RAS Connection Broker server ID
Body
Update the priority of a Connection Broker
directionstring · enumRequiredPossible values:
Move Direction.
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
put
PUT /api/Broker/{id}/priority HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 35
{
"direction": [
"0 = Up",
"1 = Down"
]
}
No content
Last updated
Was this helpful?