Hypervfailover

Create

post

Create a new HyperV Failover Provider server to a site. The VDI agent will be installed on the server by default. You can optionally skip the agent installation by including the noInstall parameter.

Query parameters
noInstallbooleanOptional

Specifies not to install the VDI agent on the server. If this parameter is omitted, the agent will be push installed on the server using your RAS admin credentials. To specify different credentials for push installation, specify the Username and Password parameters.

usernamestringOptional

An administrator account for push installing the VDI agent on the server. If this parameter is omitted, your RAS admin username (and password) will be used.

passwordstringOptional

The password of the account specified in the Username parameter.

noRestartbooleanOptional

Specifies not to restart the server after the RAS VDI Agent is installed when installing the VDI Agent. If this parameter is omitted, the server will be restarted if required.

noFireWallRulesbooleanOptional

Specifies not to add firewall rules to allow the RAS VDI Agent to communicate when installing the VDI Agent. If this parameter is omitted, the firewall rules will not be added.

Body

Create provider of type HyperVFailover

namestring · nullableOptional

The name of the Provider.

serverstring · nullableOptional

A Provider server FQDN or IP addresses.

siteIdinteger · int32Optional

The site ID to which to add the specified server. If the parameter is omitted, the Licensing Server site ID will be used.

vdiAgentstring · nullableOptional

FQDN or IP address of the server where the RAS VDI Agent is running.

providerUsernamestring · nullableRequired

A user account to log in to the hypervisor management tool (e.g. VMware vCenter). In case of Azure, it is an ID of the application which will be used by VDI agent to manage Azure resources.

providerPasswordstring · nullableRequired

The password of the account specified in the ProviderUsername parameter. In case of Azure, it is a secret key of the application which will be used by VDI agent to manage Azure resources.

portinteger · int32 · nullableOptional

The port to communicate with the Provider specified in Server parameter. In case of Azure, it is not required.

preferredBrokerIdinteger · int32 · nullableOptional

The preferred Connection Broker ID.

useAllGuestsboolean · nullableOptional

Use all guests.

hyperVFailoverVersionstring · enumRequired

HyperV Failover Cluster Version

Possible values:
Responses
chevron-right
201

Created

application/json; api-version=1.0

Hyper V Cluster Provider

idinteger · int32Optional

ID of the object.

adminCreatestring · nullableOptional

User who created the object.

adminLastModstring · nullableOptional

User who last modified the object.

timeCreatestring · date-timeOptional

Time when the object was created.

timeLastModstring · date-timeOptional

Time when the object was last modified.

enabledbooleanOptional

Whether the server is enabled or not.

descriptionstring · nullableOptional

Description of the server.

siteIdinteger · int32Optional

ID of the site.

inheritDefaultAgentSettingsbooleanOptional

Whether the default Agent settings are inherited or not.

vdiAgentstring · nullableOptional

FQDN or IP address of the server where the RAS VDI Agent is running.

preferredBrokerIdinteger · int32Optional

ID of the preferred Connection Broker.

serverstring · nullableOptional

Server name.

namestring · nullableOptional

Name of the Provider.

typestring · enumOptional

Provider Major Type

Possible values:
providerUsernamestring · nullableOptional

A user account to log in to the hypervisor management tool (e.g. VMware vCenter).

hostPortinteger · int32Optional

Specifies the port number for the Provider.

vdiPortinteger · int32Optional

The port to communicate with the dedicated provider.

directAddressstring · nullableOptional

Specifies the Provider server direct address.

sessionTimeoutinteger · int32Optional

Specifies the 'Disconnect Timeout'. 0 - No timeout.

sessionLogoffTimeoutinteger · int32Optional

Specifies the 'Reset Timeout'. 0 - No timeout.

allowURLAndMailRedirectionstring · enumOptional

URL and Mail Redirection values.

Possible values:
supportShellURLNamespaceObjectsbooleanOptional

Whether the 'Support Shell URL Namespace Objects' option is enabled or disabled.

allowDragAndDropbooleanOptional

Whether drag and drop is allowed or not.

allowRemoteExecbooleanOptional

Whether remote execution is allowed or not.

enableAppMonitoringbooleanOptional

Whether application monitoring is enabled or not.

useRemoteAppsbooleanOptional

Whether remote applications are used or not.

allowFileTransferbooleanOptional

Whether the 'Allow file transfer' option is enabled or disabled (deprecated).

fileTransferModestring · enumOptional

File Transfer Control modes.

Possible values:
fileTransferLocationstring · nullableOptional

Location where the File Transfer takes place, if and where it is allowed.

fileTransferLockLocationbooleanOptional

Lock Location where the File Transfer takes place, if and where it is allowed.

enablePrintingbooleanOptional

Whether printing is enabled or not.

enableTWAINbooleanOptional

Whether TWAIN (Universal Scanning) is enabled or not.

enableWIAbooleanOptional

Whether WIA (Universal Scanning) is enabled or not.

useDefaultPrinterSettingsbooleanOptional

Whether the default printer settings are used or not.

removeClientNameFromPrinterNamebooleanOptional

Specifies if 'Remove client name from printer name' option is enabled or disabled.

removeSessionNumberFromPrinterNamebooleanOptional

Specifies if 'Remove session number from printer name' option is enabled or disabled.

printerNameFormatstring · enumOptional

Printer Name Format

Possible values:
enableDriveRedirectionCachebooleanOptional

Whether the Drive Redirection Cache is enabled or not.

manageRDPTransportProtocolstring · enumOptional

Manage RDP transport protocol.

Possible values:
useAllGuestsbooleanOptional

Specifies whether all Guests are used or not.

useDedicatedVDIAgentbooleanOptional

Whether a dedicated VDI Agent server is used or not.

versionstring · enumOptional

HyperV Failover Cluster Version

Possible values:
enableMacManagementbooleanOptional

Enable MAC Management.

post
/api/Provider/hypervfailover

Last updated

Was this helpful?