For the complete documentation index, see llms.txt. This page is also available as Markdown.

Broker Promotion

Get

get

Retrieve Parallels RAS Connection Broker Auto Promotion Settings.

Query parameters
siteIdinteger · int32Optional

The Site ID for which to retrieve the Parallels RAS Connection Broker Auto Promotion settings. (optional)

Responses
200

Success

application/json; api-version=1.0

RAS Connection Broker Auto Promotion

enabledbooleanOptional

Whether Auto Promotion is enabled.

autoPromoteAfterMinsinteger · int32Optional

The amount of time (in mins) required to enable auto promotion.

failbackEnabledbooleanOptional

Whether Failback is enabled.

replicatebooleanOptional

Whether Replicate is enabled.

get/api/ConnectionBrokerAutoPromotion

Update

put

Modify Parallels RAS Auto Promotion Settings.

Query parameters
siteIdinteger · int32Optional

The Site ID for which to modify the Parallels RAS Auto Promotion Settings. (optional)

Body
enabledboolean · nullableOptional

Whether Auto Promotion is enabled or not.

autoPromoteAfterMinsinteger · int32 · nullableOptional

The amount of time (in mins) required to enable auto promotion.

failbackEnabledboolean · nullableOptional

Whether Failback is enabled or not.

replicateboolean · nullableOptional

Whether Replicate is enabled or not.

Responses
204

No Content

No content

put/api/ConnectionBrokerAutoPromotion

No content

Last updated