Priority

Update Priority

put

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 · enumRequired

Move Direction.

Possible values:
Responses
204
No Content
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?