Promote

Promote

post

Promote a RAS Connection Broker server to the primary Connection Broker. The license key used must be registered in Parallels My Account. To activate Parallels RAS as a trial, omit the key parameter.

Path parameters
idinteger · int32Required

RAS Connection Broker server ID

Body

Invoke promotion of a Connection Broker to the Primary Connection Broker

brokerUsernamestring | nullableOptional

An administrator account for connecting with the new Connection Broker server (the one being promoted). If this parameter is omitted, your RAS admin username (and password) will be used.

brokerPasswordstring | nullableOptional

The password of the account specified in the BrokerUsername parameter.

Responses
204
No Content
post
POST /api/Broker/{id}/promote HTTP/1.1
Host: 
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 49

{
  "brokerUsername": "text",
  "brokerPassword": "text"
}

No content

Last updated

Was this helpful?