Details of API functions

Objective

This guide provides a detailed description of all API functions for the OVHcloud Load Balancer.

Prerequisite

Instructions

Manage your OVHcloud Load Balancer service via the API

All API calls that are made in the section /ipLoadbalancing are available on this page.

INFO

In the calls below all fields marked with an asterisk * are mandatory.

INFO

The Frontends, Farms and Servers are specific to the protocol (HTTP, TCP or UDP) in which they are defined. Compatibility between these components is only possible within the same protocol. For example, an HTTP Frontend can only be paired with an HTTP Farm, and cannot be used with a UDP Farm.

Services and zones

OVHcloud Load Balancer

List active services

GET/ipLoadbalancing

List the zones available for the OVHcloud Load Balancer

GET/ipLoadbalancing/availableZones

Return details of a OVHcloud Load Balancer service

GET/ipLoadbalancing/{serviceName}
Parameters:

serviceName *

The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters)

Modify a OVHcloud Load Balancer service

PUT/ipLoadbalancing/{serviceName}
Parameters:

serviceName *

The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters)

Ip *

displayName

The name you want to give to the service (String of characters)

sslConfiguration

The SSL configuration you want to assign to the service (Value)

List the services attached to the OVHcloud Load Balancer

GET/ipLoadbalancing/{serviceName}/allowedServers
Parameters:

serviceName *

The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters)

List existing farms and their type

GET/ipLoadbalancing/{serviceName}/definedFarms
Parameters:

serviceName *

The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters)

vrackNetworkId

Allows filtering according to the vrack network

List the areas that can be attached to a OVHcloud Load Balancer service

Parameters:

serviceName *

The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters)

List the different probes that can be used

Parameters:

serviceName *

The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters)

List the different types of farms that can be used

Parameters:

serviceName *

The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters)

List the different types of frontends that can be used

Parameters:

serviceName *

The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters)

List the different types of routing actions that can be used

Parameters:

serviceName *

The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters)

List the different types of routing rules that can be used

Parameters:

serviceName *

The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters)

Service

Get service information

GET/ipLoadbalancing/{serviceName}/serviceInfos
Parameters:

serviceName *

The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters)

Modify service information

PUT/ipLoadbalancing/{serviceName}/serviceInfos
Parameters :

serviceName *

The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters)

Service *

  • automatic

Enables automatic service renewal (Boolean))

  • deleteAtExpiration

Enables the deletion of the service upon expiration. (Boolean)

  • forced

Forces automatic renewal (Boolean)

  • period

Fill in the renewal term (String of characters)

Zones

List active zones for a OVHcloud Load Balancer service

GET/ipLoadbalancing/{serviceName}/zone
Parameters :

serviceName *

The identifier of your Load Balancer, ex. : IP-1.2.3.4 (String of characters)

Get the details of a zone

GET/ipLoadbalancing/{serviceName}/zone/{name}
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

name *

The name of the requested zone

Delete a zone

The service will be discontinued on the expiry date.

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

name *

The service will be discontinued on the expiry date.

Undo the deletion of a zone

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

name *

The name of the zone to be deleted

HTTP Protocol

Accessing HTTP protocol related elements (Frontend, Firmware, etc.).

HTTP farms

List HTTP farms attached to a OVHcloud Load Balancer service

GET/ipLoadbalancing/{serviceName}/http/farm
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

zone

The name of the zone (String of characters)

Adding a new HTTP farm to a OVHcloud Load Balancer service

POST/ipLoadbalancing/{serviceName}/http/farm
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

zone *

The name of the zone (String of characters)

displayName

The name you wish to give to your farm (String of characters)

balance

Your farm's load distribution method (Value)

port

The listening port on your farm. Inherited from the frontend if undefined (Number, 1..65535)

stickiness

The type of connection persistence to use for your farm (Value)

probe

The type of probe to use on your farm (Probe HTTP)

  • forceSsl

SSL activation is forced for the probe (Boolean)

  • interval

The interval in seconds between each probe test. Must be greater than 30. Default is 30. (Number)

  • match

The method of correspondence used. default' uses the standard behavior of HAProxy. status' is only supported for HTTP probes (value) [contains, default, internal, matches, status]

  • negate

The behavior of the 'match' operator is reversed (Boolean)

  • method

The HTTP method used in type 'http'. HEAD' can save bandwidth. GET' by default (Value) [HEAD, GET, OPTIONS, internal]

  • pattern

The format of the server response when "UP". Empty for 'default', comma separated status list for 'status', text for 'contains', regular expression for 'matches' (String of characters)

  • port

The port that the probe should use to test the servers attached to your farm. Ignored for 'oco' probes. If not defined, the farm port is used (Number)

  • type

The type of the probe; its operation (Value) [HTTP, internal, MySQL, OCO, PgSQL, SMTP, TCP]

  • url

The address to be used by the probe for HTTP type probes. The type is ignored if this parameter is set to (String of characters)

Getting the details of an HTTP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

farmId *

The identifier of your HTTP farm (Number)

Modify the properties of an HTTP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

farmId *

The identifier of your HTTP farm (Number)

BackendHttp *

  • displayName

The name of the farm (String of characters)

  • balance

The type of load distribution (Value)

  • port

The farm's listening port (Number, 1..65000)

  • probe

The type of probe to be used (HTTP probe)

  • stickiness

The type of connection persistence (Value)

Delete an HTTP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

farmId *

The identifier of your HTTP farm (Number)

HTTP Servers

List the servers linked to the HTTP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

farmId *

The identifier of your HTTP farm (Number)

cookie

Filter Values by Cookie (String of characters)

address

Filter Values by IPv4 address (IPv4)

status

Filter Values by server status (Value)

Adding a server to an HTTP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

farmId *

The identifier of your farm (Number)

address *

The IPv4 address of your server (IPv4)

backup

If your server is configured as a backup server (Boolean)

chain

The Value of the Intermediate SSL Certificate (String of characters)

cookie

The Value of your Cookie (String of characters)

displayName

The name given to your server (String of characters)

port

The listening port of your server. Inherited from your farm if not defined (Number, 1..65535)

probe

The type of probe to be used (Value)

proxyProtocolVersion

The proxyProtocol version to use, see http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt (Value)

ssl *

If the requests sent to your servers need to be encrypted with SSL (Boolean)

weight *

The weight of your server for your farm. A server with high weight receives more requests (Number)

status *

If your server is activated or not (Boolean)

Get the details of a server linked to an HTTP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

serverId *

The identifier of your server (Number)

farmId *

The identifier of your farm (Number)

Modify the properties of an HTTP server

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

serverId *

The identifier of your server-link (Number)

farmId *

The identifier of your farm (Number)

BackendHttpServer *

  • backup

If your server is configured as a backup server (Boolean)

  • chain

The Value of the Intermediate SSL Certificate (String of characters)

  • cookie

The Value of your Cookie (String of characters)

  • displayName

The name of your server (String of characters)

  • port

The listening port of your server (Number, 1..65535)

  • probe

The type of probe to be used (Value)

  • proxyProtocolVersion

The proxyProtocol version to use, see http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt (Value)

  • ssl

If the requests sent to your servers need to be encrypted with SSL (Boolean)

  • status

If your server is activated or not (Boolean)

  • weight

The weight of your server for your farm (Number)

Removing a server from an HTTP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

serverId *

The identifier of your server (Number)

farmId *

The identifier of your farm (Number)

Frontends HTTP

List HTTP frontends attached to a OVHcloud Load Balancer service

GET/ipLoadbalancing/{serviceName}/http/frontend
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

defaultFarmId

The identifier of the HTTP farm to which the HTTP frontend is linked (Number)

port

The listening port on your frontend (Number, 1..65535)

zone

The name of your zone, ex: all (String of characters)

Add an HTTP frontend to a OVHcloud Load Balancer service

POST/ipLoadbalancing/{serviceName}/http/frontend
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

allowedSource

The list of client IP addresses that have access to the Load Balancer (IPv4)

NB: the filtering is done at the Load Balancer level, so if the Load Balancer and the servers are not in a vRack, your servers are directly accessible from the Internet.

dedicatedIpfo

The list of IP addresses of the remote servers to which your Load Balancer is connected (IPv4[])

defaultFarmId

The default HTTP farm identifier for your frontend (Number)

defaultSslId

The default SSL Certificate ID (Number)

disabled

If your HTTP frontend is disabled or enabled (Boolean)

displayName

The name of your HTTP frontend (String of characters)

hsts

If support for https strict, HTTP Strict Transport Security is enabled or disabled (Boolean)

httpHeader

The custom http header to add (String of characters)

port *

The listening port on your frontend (Number, 1..65535)

redirectLocation

The redirection URL http (String of characters)

ssl

Whether requests sent to the HTTP farm should be encrypted with SSL or not (Boolean)

zone *

The name of your zone, ex: all (String of characters)

Get the details of an HTTP frontend

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

frontendId *

The identifier of your HTTP frontend (Number)

Modify the properties of an HTTP frontend

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

frontendId *

The identifier of your HTTP frontend (Number)

FrontendHttp *

  • allowedSource

The list of client IP addresses that have access to the Load Balancer (IPv4[])

NB: the filtering is done at the Load Balancer level, so if the Load Balancer and the servers are not in a vRack, your servers are directly accessible from the Internet.

  • dedicatedIpfo

The list of IP addresses of the remote servers to which your Load Balancer is connected (IPv4[])

  • defaultSslId

The default SSL Certificate ID (Number)

  • disabled

If your HTTP frontend is disabled or enabled (Boolean)

  • displayName

The name of your HTTP frontend (String of characters)

  • hsts

If support for https strict, HTTP Strict Transport Security is enabled or disabled (Boolean)

  • httpHeader

The custom http header to add (String of characters)

  • ssl

Whether requests sent to the HTTP farm should be encrypted with SSL or not (Boolean)

Delete an HTTP frontend

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

frontendId *

The identifier of your frontend (Number)

Routes HTTP

Routes are evaluated one by one, testing their routing rules. The first route validating all its rules sees its action executed, and stops the evaluation of the remaining routes. The order of execution is defined by the type and weight of the route.

List the HTTP routes attached to a Load Balancer service

GET/ipLoadbalancing/{serviceName}/http/route
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

frontendId

The identifier of an HTTP frontend (Number)

Add a new HTTP route to a OVHcloud Load Balancer service

POST/ipLoadbalancing/{serviceName}/http/route
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

action *

The action triggered when all the rules of your route are validated (RouteHttpAction)

  • status

The expected HTTP return code (Number)

  • target

The farm identifier, or the template for the URL (String of characters)

  • type

The action on your route (String of characters)

displayName

The name of your route (String of characters)

frontendId

The Identifier of the HTTP frontend for which your route is applied (Number)

weight

The priority of your route. (Number) [0 - 255]

Get the details of an HTTP route

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

routeId *

The identifier of your route (number)

Modify the properties of an HTTP route

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

routeId *

The identifier of your route (number)

routeHttp *

action *

The action triggered when all the rules of your route are validated (RouteHttpAction)

  • status

The expected HTTP return code (Number)

  • target

The farm identifier, or the template for the URL (String of characters)

  • type

The action on your route (String of characters)

displayName

The name of your route (String of characters)

frontendId

The Identifier of the HTTP frontend for which your route is applied (Number)

weight

The priority of your route. (Number) [0 - 255]

Delete an HTTP route

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

routeId *

The identifier of your route (number)

Routing rules

List the routing rules attached to an HTTP route

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

routeId *

The identifier of your HTTP route (Number)

Add routing rules attached to an HTTP route

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

routeId *

The identifier of your HTTP route (Number)

field *

The name of the field to be tested with the "match" operator (String of characters)

match *

The comparison operator (value) (contains, endsWith, exists, in, internal, is, matches, startsWith)

negate

The behavior of the operator :code:match is reversed (Boolean)

pattern

The schema or the regular expression used by the "match" operator (Regex / String of characters)

subField

The name of the sub-field, if applicable. Can be a cookie or a header name, for example (String of characters)

Get the details of a routing rule

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

routeId *

The identifier of your HTTP route (Number)

ruleId *

The identifier of your HTTP routing rule (Number)

Modify the properties of a routing rule

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

routeId *

The identifier of your HTTP route (Number)

ruleId *

The identifier of your HTTP routing rule (Number)

RouteRule *

  • field

The name of the field to be tested via the "match" operator (String of characters)

  • match

The comparison operator to use (contains, endsWith, exists, in, internal, is, matches, startsWith)

  • negate

If the "match" operator is inverted or not (Boolean)

  • pattern

The Value or regular expression to use with the "match" operator (Regex / String of characters)

  • subField

The name of the sub-field if applicable (String of characters)

Delete a routing rule

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

routeId *

The identifier of your HTTP route (Number)

ruleId *

The identifier of your HTTP routing rule (Number)

Protocol TCP

Access the elements related to the TCP protocol (Frontend, Farm, etc.).

TCP Farms

List TCP farms attached to a OVHcloud Load Balancer service

GET/ipLoadbalancing/{serviceName}/tcp/farm
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

zone

The name of your zone, ex: all (String of characters)

Add a new TCP farm to a OVHcloud Load Balancer service

POST/ipLoadbalancing/{serviceName}/tcp/farm
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

balance

Your farm's load sharing method (Value)

displayName

The name you wish to give to your farm (String of characters)

port

The listening port on your farm. Inherited from the frontend if not defined (Number, 1..65535)

probe

The type of probe to use on your farm (HTTP probe)

  • forceSsl

Activation of the SSL is forced for the probe (Boolean)

  • interval

The interval (in seconds) between each probe test. Must be greater than 30. Default is 30 (Number)

  • match

The method of correspondence used. default' uses the standard HAProxy behavior. status' is only supported for HTTP probes. (Value) (contains, default, internal, matches, status)

  • negate

The behavior of the :code:match operator is reversed. (Boolean)

  • method

The HTTP method used in :code:type 'http'. HEAD' can save bandwidth. GET' by default (Value) (HEAD, GET, OPTIONS, internal)

  • pattern

server response when "UP". Empty for 'default', comma separated status list for 'status', text for 'contains', regular expression for 'matches'. (String of characters)

  • port

The port that the probe should use to test the servers attached to your farm. Ignored for 'oco' probes. If not defined, the farm port is used (Number)

  • type

The type of the probe; its operation (Value) (HTTP, internal, MySQL, OCO, PgSQL, SMTP ou TCP)

  • url

The address to be used by the probe for HTTP type probes. The :code:type is ignored if this parameter is defined (String of characters)

stickiness

The type of connection persistence to use for your farm (Value)

zone *

The name of your zone, ex: all (String of characters)

Get the details of a TCP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

farmId *

The identifier of your farm (Number)

Modify the properties of a TCP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

farmId *

The identifier of your farm (Number)

BackendTcp *

  • balance

The type of load distribution (Value)

  • displayName

The name of the farm (String of characters)

  • port

The farm's listening port (Number, 1..65000)

  • probe

The type of probe to be used (Sonde TCP)

  • stickiness

The type of connection persistence (Value)

Delete a TCP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

farmId *

The identifier of your farm (Number)

TCP Servers

List the servers linked to the TCP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

farmId *

The identifier of your farm (Number)

cookie

Filter Values by Cookie (String of characters)

address

Filter Values by IPv4 address (IPv4)

status

Filter Values by Server Status (Value)

Add a server to a TCP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

farmId *

The identifier of your farm (Number)

address *

The IPv4 address of your server (IPv4)

backup

If your server is configured as a backup server (Boolean)

chain

The Value of the Intermediate SSL Certificate (String of characters)

displayName

The name given to your server (String of characters)

port

The listening port of your server. Inherited from your farm if not defined (Number, 1..65535)

probe

The type of probe to be used (Value)

proxyProtocolVersion

The proxyProtocol version to use, see http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt (Value)

ssl *

If the requests sent to your servers need to be encrypted with SSL (Boolean)

weight *

The weight of your server for your farm. A high weight server receives more requests (Number)

status *

If your server is activated or not (Boolean)

Get the details of a server linked to a TCP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

serverId *

The identifier of your server (Number)

farmId *

The identifier of your farm (Number)

Modify the properties of a TCP server

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

serverId *

The identifier of your server-link (Number)

farmId *

The identifier of your farm (Number)

BackendTcpServer *

  • backup

If your server is configured as a backup server (Boolean)

  • chain

The Value of the Intermediate SSL Certificate (String of characters)

  • displayName

The name of your server (String of characters)

  • port

The listening port of your server (Number, 1..65535)

  • probe

The type of probe to be used (Value)

  • proxyProtocolVersion

The proxyProtocol version to use, see http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt (Value >> )

  • ssl

If the requests sent to your servers need to be encrypted with SSL (Boolean)

  • status

If your server is activated or not (Boolean)

  • weight

The weight of your server for your farm (Number)

Delete a server from a TCP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

serverId *

The identifier of your server (Number)

farmId *

The identifier of your farm (Number)

Frontends TCP

List TCP frontends attached to a OVHcloud Load Balancer service

GET/ipLoadbalancing/{serviceName}/tcp/frontend
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

defaultFarmId

The identifier of the TCP farm to which the TCP frontend is linked (Number)

port

The listening port on your frontend (Number, 1..65535)

zone

The name of your zone, ex: all (String of characters)

Add a TCP frontend to a OVHcloud Load Balancer service

POST/ipLoadbalancing/{serviceName}/tcp/frontend
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

allowedSource

The list of client IP addresses that have access to the Load Balancer (IPv4)

dedicatedIpfo

The list of IP addresses of the remote servers to which your Load Balancer is connected (IPv4[])

defaultFarmId

The default TCP farm identifier for your frontend (Number)

defaultSslId

The default SSL Certificate ID (Number)

disabled

If your TCP frontend is disabled or enabled (Boolean)

displayName

The name of your TCP frontend (String of characters)

port *

The listening port on your frontend (Number, 1..65535)

ssl

Whether requests sent to the TCP farm should be encrypted with SSL or not (Boolean)

zone *

The name of your zone, ex: all (String of characters)

Get the details of a TCP frontend

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

frontendId *

The identifier of your frontend TCP (Number)

Modify the properties of a TCP frontend

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

frontendId *

The identifier of your frontend TCP (Number)

FrontendTcp *

  • allowedSource

The list of client IP addresses that have access to the Load Balancer (IPv4[])

  • dedicatedIpfo

The list of IP addresses of the remote servers to which your Load Balancer is connected (IPv4[])

  • defaultSslId

The default SSL Certificate ID (Number)

  • disabled

If your HTTP frontend is disabled or enabled (Boolean)

  • displayName

The name of your HTTP frontend (String of characters)

  • ssl

Whether requests sent to the HTTP farm should be encrypted with SSL or not (Boolean)

Delete a TCP frontend

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

frontendId *

The identifier of your frontend (Number)

Routes TCP

Routes are evaluated one by one, testing their routing rules. The first route validating all its rules sees its action executed, and stops the evaluation of the remaining routes. The order of execution is defined by the type and weight of the route.

List TCP routes attached to a OVHcloud Load Balancer service

GET/ipLoadbalancing/{serviceName}/tcp/route
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

frontendId

The identifier of a TCP frontend (Number)

Add a new TCP route to a OVHcloud Load Balancer service

POST/ipLoadbalancing/{serviceName}/tcp/route
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

action *

The action triggered when all the rules of your route are validated (RouteHttpAction)

  • target

The farm identifier, or the template for the URL (String of characters)

  • type

The action on your route (String of characters)

displayName

The name of your route (String of characters)

frontendId

The Identifier of the TCP frontend for which your route is applied (Number)

weight

The priority of your route. (Number) [0 - 255]

Get the details of a TCP route

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

routeId *

The identifier of your route (number)

Modify the properties of a TCP route

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

routeId *

The identifier of your route (number)

routeTcp *

  • action

The action to carry out (routeTcpAction)

  • target

The farm identifier, or the template for the URL (String of characters)

  • type

The action on your route (String of characters)

  • displayName

The name of your route (String of characters)

  • frontendId

The TCP frontend for which your route is applied (Number)

  • weight

The priority of your route (Number) [0 - 255]

Delete a TCP route

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

routeId *

The identifier of your route (number)

Routing rules

List the routing rules attached to a TCP route

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

routeId *

The identifier of your TCP route (Number)

Add routing rules attached to a TCP route

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

routeId *

The identifier of your TCP route (Number)

field *

The name of the field to be tested with the "match" operator (String of characters)

match *

The comparison operator (value) (contains, endsWith, exists, in, internal, is, matches, startsWith)

negate

The behavior of the :code:match operator is reversed. (Boolean)

pattern

The schema or the regular expression used by the "match" operator (Regex / String of characters)

subField

The name of the sub-field, if applicable. Can be a cookie or a header name, for example (String of characters)

Get the details of a routing rule

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

routeId *

The identifier of your TCP route (Number)

ruleId *

The identifier of your HTTP routing rule (Number)

Modify the properties of a routing rule

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

routeId *

The identifier of your TCP route (Number)

ruleId *

The identifier of your HTTP routing rule (Number)

RouteRule *

  • field

The name of the field to be tested via the "match" operator (String of characters)

  • match

The comparison operator to use (contains, endsWith, exists, in, internal, is, matches, startsWith)

  • negate

If the "match" operator is inverted or not (Boolean)

  • pattern

The Value or regular expression to use with the "match" operator (Regex / String of characters)

  • subField

The name of the sub-field if applicable (String of characters)

Delete a routing rule

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

routeId *

The identifier of your TCP route (Number)

ruleId *

The identifier of your HTTP routing rule (Number)

UDP Protocol

Access the UDP protocol elements (Frontend, Farm, etc.).

UDP Farms

List UDP trusses attached to a OVHcloud Load Balancer service

GET/ipLoadbalancing/{serviceName}/udp/farm
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

zone

The name of your zone, ex: all (String of characters)

Add a new UDP farm to a OVHcloud Load Balancer service

POST/ipLoadbalancing/{serviceName}/udp/farm
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

displayName

The name you wish to give to your farm (String of characters)

port

The listening port on your farm. Inherited from the frontend if not defined (Number, 1..65535)

zone *

The name of your zone, ex: all (String of characters)

Get the details of a UDP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

farmId *

The identifier of your farm (Number)

Modify the properties of a UDP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

farmId *

The identifier of your farm (Number)

BackendUdp *

  • displayName

The name of the farm (String of characters)

  • port

The farm's listening port (Number, 1..65000)

Delete a UDP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

farmId *

The identifier of your farm (Number)

UDP Servers

List the servers linked to the UDP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

farmId *

The identifier of your farm (Number)

address

Filter Values by IPv4 address (IPv4)

status

Filter Values by Server Status (Value)

Adding a server to a UDP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

farmId *

The identifier of your farm (Number)

address *

The IPv4 address of your server (IPv4)

displayName

The name given to your server (String of characters)

port

The listening port of your server. Inherited from your farm if not defined (Number, 1..65535)

status *

If your server is activated or not (Boolean)

Get the details of a server linked to a UDP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

serverId *

The identifier of your server (Number)

farmId *

The identifier of your farm (Number)

Modify the properties of a UDP server

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

serverId *

The identifier of your server (Number)

farmId *

The identifier of your farm (Number)

BackendUdpServer *

  • displayName

The name of your server (String of characters)

  • port

The listening port of your server (Number, 1..65535)

  • status

If your server is activated or not (Boolean)

Removing a server from a UDP farm

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

serverId *

The identifier of your server UDP (Number)

farmId *

The identifier of your farm UDP (Number)

Frontends UDP

List UDP frontends attached to a OVHcloud Load Balancer service

GET/ipLoadbalancing/{serviceName}/udp/frontend
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

defaultFarmId

The identifier of the UDP farm to which the UDP frontend is linked (Number)

port

The listening port on your frontend (Number, 1..65535)

zone

The name of your zone, ex: all (String of characters)

Add a UDP frontend to a OVHcloud Load Balancer service

POST/ipLoadbalancing/{serviceName}/udp/frontend
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

dedicatedIpfo

The list of IP addresses of the remote servers to which your Load Balancer is connected (IPv4[])

defaultFarmId *

The default UDP farm identifier for your frontend (Number)

disabled

If your UDP frontend is disabled or enabled (Boolean)

displayName

The name of your UDP frontend (String of characters)

port *

The listening port on your frontend (Number, 1..65535)

zone *

The name of your zone, ex: all (String of characters)

Get the details of a UDP frontend

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

frontendId *

The identifier of your frontend UDP (Number)

Modify the properties of a UDP frontend

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

frontendId *

The identifier of your frontend UDP (Number)

FrontendUdp *

  • dedicatedIpfo

The list of IP addresses of the remote servers to which your Load Balancer is connected (IPv4[])

  • disabled

If your UDP frontend is disabled or enabled (Boolean)

  • displayName

The name of your UDP frontend (String of characters)

Delete a UDP frontend

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

frontendId *

The identifier of your frontend UDP (Number)

Other features

Additional IP

List Additional IPs routed on a OVHcloud Load Balancer service

GET/ipLoadbalancing/{serviceName}/failover
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

Service Status

Obtenir l'état des instances d'un service OVHcloud Load Balancer

GET/ipLoadbalancing/{serviceName}/instancesState
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

List the output IPs used by OVH for NAT

GET/ipLoadbalancing/{serviceName}/natIp
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

Apply changes to a OVHcloud Load Balancer service

GET/ipLoadbalancing/{serviceName}/refresh
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

SSL Certificates

List SSL certificates of a OVHcloud Load Balancer service

GET/ipLoadbalancing/{serviceName}/ssl
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

fingerprint

Lists the fingerprint of the SSL certificate (String of characters)

serial

Lists the identification number of the SSL certificate (String of characters)

type

Type of SSL certificate (Value)

Add a new SSL object

POST/ipLoadbalancing/{serviceName}/ssl
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

certificate *

Adding the SSL certificate (String of characters)

chain

Adding the intermediate SSL certificate (String of characters)

key *

Adding the private key (String of characters)

Get the details of an SSL object

GET/ipLoadbalancing/{serviceName}/ssl/{id}
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

id *

The identifier of your SSL certificate (Number)

Delete an SSL object

DELETE/ipLoadbalancing/{serviceName}/ssl/{id}
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

id *

The identifier of your SSL certificate (Number)

Tasks

List current tasks for a OVHcloud Load Balancer service

GET/ipLoadbalancing/{serviceName}/task
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

action *

Consultation of available tasks (Values)

Get the details of a task

GET/ipLoadbalancing/{serviceName}/task/{id}
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

id *

The identifier of your task (Number)

Contact

Initiate a contact change

POST/ipLoadbalancing/{serviceName}/changeContact
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

contactAdmin

The OVH NIC to be configured for the Admin contact of this service (String of characters)

contactBilling

The OVH NIC to be configured for the Admin contact of this service (String of characters)

contactTech

The OVH NIC to be configured for the Admin contact of this service (String of characters)

vRack

Description of the private networks attached to the load balancer

GET/ipLoadbalancing/{serviceName}/vrack/network
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

subnet

Allows to filter according to the network used

vlan

Allows to filter according to the vlan used

Add a private network in the vRack

POST/ipLoadbalancing/{serviceName}/vrack/network
Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

displayName

The name you want to give to the network (String of characters)

farmId

Identification table of farms that you wish to attach to this private network

natIp

An IP block reserved for the load balancer to reach the servers.

subnet

The IP block of the private network

vlan

Vlan of the private network in the vRack. 0 if the private network is not in a vlan

Retrieve, modify or delete a private network

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

vrackNetworkId *

The identifier of the private network

Modify the list of farms attached to a private network

Parameters :

serviceName *

The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters)

vrackNetworkId *

The identifier of the private network

farmId *

Table of farm identifiers that you wish to attach to this private network. The Value "null" removes the vrack network id from all farms where it was configured.

Go further

Interact with our user community on https://community.ovh.com.

Esta página foi útil?
🚀

Partilhe a sua opinião sobre a nova documentação

O seu feedback ajuda as nossas equipas a melhorar a sua experiência.

2 minutos · Anónimo

Details of API functions

Webmail Minha conta Suporte 🇵🇹 Portugues Tema Idiomas 🇵🇹 Portugues 🇫🇷 Francais 🇬🇧 English 🇩🇪 Deutsch 🇪🇸 Espanol 🇮🇹 Italiano 🇵🇱 Polski 🇵🇹 Portugues Menu Nesta pagina Search ⌘K Documentation Beta Referencia da API Registo de alteracoes E-Learning e certificacoes Migracao Bare Metal Cloud Servidores dedicados Visao geral Conceitos chave Bare Metal 3-AZ Region - Apresentacao da oferta Clientes Kimsufi e So you Start - Familiarizar-se com a Area de Cliente OVHcloud Shared responsibility for Dedicated Servers (EN) Understanding the dedicated server boot process Primeiros passos Primeiros passos com um servidor dedicado Primeiros passos com um servidor dedicado Kimsufi, So You Start ou Rise Como comecar com as ligacoes SSH Como criar e utilizar chaves de autenticacao para as ligacoes SSH aos servidores OVHcloud Como armazenar as chaves SSH na sua Area de Cliente Como utilizar a consola IPMI com um servidor dedicado Como obter a pegada de carbono dos seus servicos OVHcloud Configuracao Sistema Configuracao das contas utilizadores e do acesso root num servidor Como alterar a chave de produto do Windows Server Alterar a palavra-passe administrador num servidor dedicado Windows Como redefinir a palavra-passe de administrador com o Rescue-Customer-Windows Como gerir Intel SGX num servidor dedicado Atualizacao do hardware num servidor dedicado High Grade ou Scale Como atribuir uma tag a um servidor Bare Metal How to install VMware ESXi 8 on a dedicated server Armazenamento Gestao e reconstrucao do RAID software nos servidores em modo de arranque legado (BIOS) Gestao e reconstrucao de um RAID software nos servidores que utilizam o modo de arranque UEFI Managing hardware RAID (EN) Hot Swap - Hardware RAID (EN) Substituir um disco a quente num servidor com RAID por software Configurar o seu MegaRAID em RAID 0 Configurar um espelho de software (RAID) em Windows OVHcloud API and Storage (EN) Configuring the storage on a HGR-STOR-2 server (EN) Creating a Windows partition on a server with hardware RAID Advance Dedicated Servers - Upgrading your Samsung NVMe PM9A1 firmware (EN) High Grade Dedicated Servers - Upgrading your SSD SAS Western Digital SS300 firmware (EN) High Grade Dedicated Servers - Upgrading your SSD SAS Western Digital SS530 firmware (EN) Dedicated Servers - Upgrading your SSD Solidigm D7-P5520 firmware Dedicated Servers - Upgrading your Micron 7500 PRO firmware Como verificar a versao do firmware BMC num servidor dedicado Rede Criar um DNS secundario num servidor dedicado Como instalar a chave SSH OVHcloud Como configurar a NIC para o OVHcloud Link Aggregation na Area de Cliente OVHcloud Como configurar a NIC para o OVHcloud Link Aggregation em Debian 9 a 11 Como configurar a agregacao de links com LACP em Debian 12 ou Ubuntu 24.04 (EN) Como configurar a NIC para o OVHcloud Link Aggregation em Windows Server 2019 Como configurar o seu NIC para a agregacao de ligacoes OVHcloud no SLES 15 Tutorial - Instalar um servidor web (LAMP) em Debian ou Ubuntu Manage your server reboot with the OVHcloud Link Aggregation feature (EN) Configurar IPv6 em servidores dedicados Configurar um endereco IPv6 numa maquina virtual (EN) Migrar um Additional IP Configurer des Additional IP en mode bridge sur vos machines virtuelles Quais sao os enderecos IP do monitoring OVHcloud? Configurer son adresse IP en alias Como configurar a reverse DNS do seu servidor (registo PTR) Determinar se a funcionalidade dos MAC virtuais e suportada por um servidor dedicado Atribuir um endereco MAC virtual a um Additional IP Configurar a rede em Windows Server com Hyper-V Configurar a rede em Proxmox VE nas gamas High Grade, Scale & Advance (EN) Upgrade and downgrade Bandwidth via the OVHcloud API Improving Network Resilience on Bare Metal servers vRack Configurar varios servidores dedicados no vRack Configurar quadros Jumbo no vRack Configurar um bloco de Additional IP num vRack Configurar um bloco Additional IPv6 num vRack Alterar o anuncio de um bloco IP no vRack Criar varias VLAN no vRack Utilizar Hyper-V com enderecos Additional IP num vRack Configurar o vRack entre o Public Cloud e um servidor dedicado Upgrade and downgrade private bandwidth (vRack) via the OVHcloud API Implantacao OVHcloud API and OS Installation (EN) Bring Your Own Image (BYOI) / Bring Your Own Linux (BYOLinux), a comparison sheet (EN) Bring Your Own Image (BYOI) (EN) Bring Your Own Linux (BYOLinux) (EN) Configurar um script iPXE personalizado para iniciar o seu servidor atraves da API OVHcloud Migracao Migracao dos dados de um servidor dedicado para outro Como copiar dados de um servidor dedicado para outro utilizando rsync Tutoriais Tutorial - Como usar o PuTTY para conexoes SSH e autenticacao Tutorial - Configuring pfSense network bridge (EN) Tutorial - Instalar um servidor web (LAMP) em Debian ou Ubuntu Activating Windows Machines using Hyper-V on an OVHcloud licensed Windows Server Como Instalar a plataforma CUDA num servidor dedicado GPU Fazer o backup das informacoes e das bases de dados para um servidor de armazenamento Como utilizar o SFTP para transferir ficheiros How to create a Palworld compatible server (EN) Installer un environnement de developpement web sur un VPS ou un serveur dedie How to deploy and verify an OpenNebula Hosted Cloud on Bare Metal servers How to install CloudPanel on a VPS or a Dedicated Server How to install WordPress with Docker on a VPS or a dedicated server How to install WordPress with WP-CLI on a VPS or a dedicated server How to install ISPmanager on a VPS or Dedicated Server Como evitar que os seus e-mails sejam marcados como spam Seguranca Hardening Proteger um servidor dedicado Como proteger um servidor com o servico Memcached How to mitigate the Zenbleed vulnerability How to mitigate the Downfall vulnerability How to mitigate the Inception vulnerability Find your patch for Meltdown and Spectre Information about Meltdown and Spectre vulnerability fixes AMD SME/SEV on Ubuntu 20 Dedicated Server Security Specifications Controle e proteja o seu servidor dedicado ESXi desde o seu primeiro comeco (EN) ESXi Dedicated Servers - FAQ Backup Preparing a Bare Metal Server backup with Veeam Enterprise (EN) Backing up a Bare Metal Linux Server with Veeam Enterprise (EN) Backing Up a Bare Metal Windows Server Using Veeam Agent for Windows (EN) Restoring a Bare Metal Server with Veeam Enterprise (EN) Utilizar o Backup Storage num servidor dedicado Rede OVHcloud AntiSpam - Boas praticas e desbloqueio de um endereco IP Configurar a firewall em Linux com iptables Configurar a firewall em Windows Ativar e configurar o Edge Network Firewall Proteger um servidor de jogos com a firewall aplicacional Monitorizacao dos ataques DDoS com o Network Security Dashboard How to configure the Anti-DDos Infrastructure for Solana Diagnostico Como recuperar o acesso ao servidor em caso de perda da palavra-passe do utilizador Ativar e utilizar o modo rescue Como ativar e utilizar o modo rescue Windows Substituicao do par de chaves SSH Substituir um disco com defeito Diagnosticar avarias materiais num servidor dedicado Obter o numero de serie de um disco rigido Finalizar uma intervencao de manutencao no seu servidor dedicado (EN) Desinstalar o sistema de monitorizacao RTM v2 Recuperacao das bases de dados em modo rescue Network - Fixing slow downloads problems inside containers and VMs running on Proxmox VE servers with Broadcom BCM57502 NICs Servidores privados virtuais Visao geral Primeiros passos Primeiros passos com um VPS VPS - Gestao a partir da Area de Cliente OVHcloud OVHcloud VPS Perguntas frequentes Configuracao das contas utilizadores e do acesso root num servidor Como comecar com as ligacoes SSH Como criar e utilizar chaves de autenticacao para as ligacoes SSH aos servidores OVHcloud Como armazenar as chaves SSH na sua Area de Cliente Como fazer evoluir os recursos de um VPS Reparticionar um VPS apos um upgrade de armazenamento Primeiros passos com as aplicacoes pre-instaladas Como utilizar a consola KVM para aceder a um VPS Gerir um VPS legacy Configuracao Backups Utilizar snapshots num alojamento VPS Comment utiliser les sauvegardes automatisees sur un VPS Configurar um disco adicional Aumentar o tamanho de um disco adicional Rede e IP Configurar o IPv6 num VPS Como configurar a reverse DNS do seu servidor (registo PTR) Configurar um endereco de IP alias Configurar um DNS secundario OVHcloud num VPS Utilizacao avancada Implementar o cPanel num VPS Backup automatico - Kernel panic (cPanel) Migracao How to migrate a website from a VPS to a Dedicated Server or a Public Cloud instance (EN) How to migrate an n8n configuration between two VPS Tutoriais Tutorial - Como usar o PuTTY para conexoes SSH e autenticacao Como utilizar o SFTP para transferir ficheiros Recuperacao das bases de dados em modo rescue Como criar um servidor Minecraft num VPS ou num servidor dedicado How to create a Palworld compatible server (EN) Tutorial - Instalar um servidor web (LAMP) em Debian ou Ubuntu Installer un environnement de developpement web sur un VPS ou un serveur dedie How to install CloudPanel on a VPS or a Dedicated Server How to install WordPress with Docker on a VPS or a dedicated server How to install WordPress with WP-CLI on a VPS or a dedicated server Automating the deployment of your website on your VPS via GitHub Actions (EN) Automating the deployment of your website on your VPS via GitLab CI/CD (EN) How to install n8n on an OVHcloud VPS How to migrate an n8n configuration between two VPS Automate SMS sending with n8n via the OVHcloud API How to create and import a Lovable website on an OVHcloud VPS How to install an AI agent on an OVHcloud VPS How to install ISPmanager on a VPS or Dedicated Server How to install Docker and Docker Compose on a VPS How to install Nextcloud on an OVHcloud VPS with Docker How to install Nextcloud on an OVHcloud VPS with Docker and Traefik How to install an OpenClaw agent on a VPS Automated backup with plakar Seguranca Securiser un VPS Como instalar um certificado SSL num VPS Configurar a firewall em Linux com iptables Configurar a firewall em Windows Diagnostico Verificar o sistema de ficheiros num VPS VPS - Ativar os registos de arranque do Windows Mostrar os logs de boot no KVM Ativar e utilizar o modo rescue num VPS Como recuperar o acesso ao servidor em caso de perda da palavra-passe do utilizador Alterar a palavra-passe de administrador num servidor Windows Substituicao do par de chaves SSH Como evitar que os seus e-mails sejam marcados como spam Recursos adicionais Public Cloud & VPS - Image and OS life cycle and end of life/support announcements Fim do suporte Plesk e cPanel para VPS - Assegurar a continuidade dos seus servicos Managed Bare Metal Visao geral Servicos e opcoes da OVHcloud Configuracao de uma VPN para o Zerto DRP OVHcloud Restaurar backups atraves das API OVHcloud Activating and using Veeam Managed Backup Alterar a politica de acesso ao vCenter Autorizar IP a ligar-se ao vCenter FAQ Capacidade tecnica Funcionalidades OVHcloud Adicionar um bloco IP Snapshots horarias OVHcloud Alteracao da palavra-passe de utilizador Criacao da VLAN Utilizar o Managed Bare Metal no seio de um vRack Host de substituicao Eliminar um servidor host Eliminar um datastore Alterar os direitos de um utilizador Adicionar um recurso faturado a hora Associar um e-mail a um utilizador vSphere Utilizar o plugin OVHcloud Network Como rescindir o seu Managed Bare Metal Primeiros passos Apresentacao da Area de Cliente Managed Bare Metal OVHcloud Configurar um endereco IP numa maquina virtual (EN) Boas praticas de seguranca vSphere Web Client Ligar-se a interface vSphere Migrating an infrastructure to a new vDC Migrating an infrastructure to a Managed Bare Metal solution Gestao das maquinas virtuais Modificar os recursos de uma maquina virtual Criar uma snapshot Criar um Alerta Clonar uma VM Escolher o formato do disco Instalacao das VMware Tools Usar um template OVF Windows e SQL Server Implementacao de uma maquina virtual Como evitar a passagem para o modo leitura apenas do disco da sua VM em Linux Funcionalidades VMware vSphere VMware vMotion VMware Storage vMotion VMware HA (High Availability) VMware Fault Tolerance VMware DRS (Distributed Ressource Scheduler) Ativacao da encriptacao das maquinas virtuais (VM Encryption) Utilizacao do SDK vSphere Hosted Private Cloud Public VCF as-a-Service Visao geral Conceitos-chave Capacidade tecnica Hosted Private Cloud VMware Lifecycle Policy Ciclo de vida do VMware on OVHcloud - Determinar as acoes a empreender (EN) Responsibility sharing for the VMware on OVHcloud service Datamotive - Introduction Public VCF as-a-Service - The fundamentals of Public VCF as-a-Service Technical capabilities and limitations of Public VCF as-a-Service Introducao Apresentacao da Area de Cliente Private Cloud OVHcloud Ligar-se a interface vSphere Connexion a l'API OVH Public VCF as-a-Service - Logging in to your organization (EN) Public VCF as-a-Service - Find out how to use the Public VCF as-a-Service user interface (EN) Configuracao Ligar uma imagem ISO a uma VM (EN) How to disconnect an ISO image from a VM (EN) Configurar um endereco IP numa maquina virtual (EN) Public VCF as-a-Service - Network concepts and best practices Public VCF as-a-Service - Creating network components from the Public VCF as-a-Service control panel Public VCF as-a-Service - Linking a public IP block with vRack Public VCF as-a-Service - Declaring the public IP gateway in VCD Migracao Migrating a PCC to Hosted Private Cloud Migrating an infrastructure to a new vDC End-Of-Life management for LV1 and LV2 storage Public VCF as-a-Service - Migrate from VMware vSphere on OVHcloud Public VCF as-a-Service - Setting up your network after vSphere to Public VCF as-a-Service migration Reversibility Policy for the Managed Mutualized Virtualization product Tutoriais Public VCF as-a-Service - Creating a new virtual machine (EN) Public VCF as-a-Service - Backups with Veeam Data Platform (EN) Seguranca Diagnostico Recursos adicionais FAQ Hosted Private Cloud Como obter a pegada de carbono dos seus servicos OVHcloud Public VCF as-a-Service - FAQ (EN) Managed VMware Conceitos-chave SPN Concept Concepts overview Introducao Introducao ao NSX (EN) Activer NSX-T dans un Hosted Private Cloud VMware on OVHcloud Introducao ao vRealize Operations - vROPS (EN) Getting started with your SecNumCloud vSphere Configuracao Maquinas virtuais Implementacao de uma maquina virtual Instalacao das VMware Tools Escolher o formato do disco Modificar os recursos de uma maquina virtual Como evitar a passagem para o modo leitura apenas do disco da sua VM em Linux Ativacao do modo promiscuo numa Maquina Virtual (EN) Changing the MTU size for machines reaching the OVHcloud Gateway SSL (EN) Deploy an OVF template through content libraries (EN) Usar um template OVF Windows e SQL Server OVF Tool (EN) Armazenamento e recursos Como adicionar uma unidade de armazenamento ? (EN) Como adicionar um host ? (EN) Eliminar um datastore Eliminar um servidor host Uploading an ISO in a datastore Rede e conectividade Criacao de VLANs (EN) Compatibilidade do vRack com o Hosted Private Cloud Enable the Private Gateway Adicionar um bloco IP Host de substituicao Gerenciamento de segmentos no NSX (EN) Configuracao de DHCP no NSX (EN) Configurando o DNS Forwarder no NSX (EN) Adicionando um novo gateway de nivel 1 no NSX (EN) Funcionalidades vSphere Utilizacao do SDK vSphere Managing granular rights on vSphere objects Criacao de cluster e ativacao de EVC (EN) Copias de seguranca e replicacao Activating and using Veeam Managed Backup (EN) Setting up Zerto Virtual Replication between two OVHcloud data centres Setting up Zerto multi-site replication on OVHcloud Managed vSphere Using Zerto between OVHcloud and a third-party platform Encrypting backup jobs with Veeam and OKMS Evitar o bloqueio da maquina virtual com a opcao Veeam Managed Backup Migracao Migrating OmniOS datastores Move2Cloud - Migrating VMware Workloads to OVHcloud Hosted Private Cloud with Veeam Replication Move2Cloud - Migrate VMware workloads to OVHcloud Hosted Private Cloud with Zerto Move2Cloud - Migrating VMware Workloads to OVHcloud SecNumCloud with Veeam Replication Move2Cloud - Migrate VMware workloads to OVHcloud SecNumCloud Hosted Private Cloud with Zerto Tutoriais Maquinas virtuais Criar uma snapshot (EN) Clonar uma VM (EN) Reregistar VM num novo PCC Verificar uma maquina virtual em caso de lentidao (EN) Criar um Alerta VMware vCenter Converter Armazenamento e replicacao Snapshots horarias OVHcloud Zmotion Restaurar backups atraves das API OVHcloud Eliminar a copia de uma VM do local de recuperacao Zerto Veeam Cloud Connect - How to migrate data from Veeam Cloud Connect to Object Storage Rede e NSX Utilizar o plugin OVHcloud Network Utilizar o Hosted Private Cloud no seio de um vRack Utilizar o plugin OVHcloud Configurando NAT para redirecionamentos de porta com NSX (EN) Configuracao de balanceamento de carga no NSX (EN) Funcionalidades vSphere Compreender a interface vScope (EN) VMware DRS (Distributed Resource Scheduler) VMware Storage vMotion Implementar a hiperconvergencia VMware com o vSAN (EN) Adicionar um servidor ESXi a um cluster vSAN (EN) Atualizando o formato de disco do vSAN (EN) Gestao de dominios com avarias vSAN VMware vMotion Alta disponibilidade e resiliencia VMware HA (High Availability) VMware Fault Tolerance Seguranca Gestao de identidade e acesso IAM for VMware on OVHcloud - Presentation and FAQ IAM for VMware on OVHcloud - How to activate IAM IAM for VMware on OVHcloud - How to create an IAM vSphere role IAM for VMware on OVHcloud - How to associate a vSphere role with an IAM policy IAM for VMware on OVHcloud - How to associate a user with a global IAM policy How to use IAM policies with vSphere (EN) Alteracao da palavra-passe de utilizador Associar um e-mail a um utilizador vSphere Encriptacao e gestao de chaves vNKP - Enabling virtual machine encryption (EN) Ativacao da encriptacao das maquinas virtuais (VM Encryption) (EN) KMS for VMware on OVHcloud - VM encryption use case scenarios KMS for VMware on OVHcloud - Configuring VM encryption Mise en route du KMS CipherTrust Manager Seguranca de rede (NSX) Gerenciamento de firewall distribuido no NSX (EN) Gerenciamento de firewall de gateway no NSX (EN) Setting up an IPsec Tunnel with NSX (EN) Configure BGP between two PCCs via NSX-T (EN) Endurecimento do sistema e vulnerabilidades Boas praticas de seguranca vSphere Web Client Interface segura Utilizacao da dupla autenticacao (2FA) na sua infraestrutura Hosted Private Cloud Autorizar IP a ligar-se ao vCenter Verificar e bloquear a falha L1TF Checking and applying patches for Spectre/Meltdown vulnerabilities on your hosts Utiliser le protocole SSLv3 sur Private Cloud Conformidade e SecNumCloud Partage de responsabilite sur le service Hosted Private Cloud by VMware sous la qualification SecNumCloud VPN-SPN Concept SPN Connector Concept Diagnostico Manutencao e atualizacoes VMware on OVHcloud maintenance operations (EN) Desativar uma manutencao programada no seu Hosted Private Cloud Updating hosts using vSphere Lifecycle Management (vLCM) Utilizar o VMware Update Manager Expandir um volume no vSphere e num SO (EN) Testar a perda temporaria de um host atraves da ativacao do modo Resiliencia (EN) Monitorizacao e registos Configuring a vROps alert via the SMTP protocol Logs Data Platform - Collect VMware on OVHcloud logs (EN) NSX-T: retrieving logs How to read and filter NSX-T logs Monitorizacao da conformidade Ativar a certificacao PCI DSS no Private Cloud da OVH How to manage Windows licences for virtual machines on your Hosted Private Cloud infrastructure Como alterar a chave de produto do Windows Server Recursos adicionais NSX - FAQ (EN) Pricing and Management of OVHcloud NSX Edges FAQ SecNumCloud Connectivity SNC Cloud Platform Primeiros passos Mise en route de votre projet SNC Cloud Platform Comment sauvegarder une instance SNC Cloud Platform Comment sauvegarder un bucket Object Storage SNC Cloud Platform Bare Metal Pod Primeiros passos Getting started with your Bare Metal Pod SecNumCloud On-Prem Cloud Platform Primeiros passos Getting started with your OPCP Lifecycle of an OPCP Node OPCP - How to use the APIs and obtain the credentials OPCP - How to install an instance from the Horizon interface OPCP - How to Deploy an Instance via OpenStack APIs OPCP - How to setup LACP on a Node OPCP - How to set up Trunk ports on a Node OPCP - How to configure a software RAID on a node OPCP - How to see the node inventory Recursos adicionais OPCP - Object Storage features and specifications Building a custom OpenStack Image on OPCP OPCP - Ceph RBD Block Storage - Performance, Resilience and Scalability with OpenStack Nutanix on OVHcloud Conceitos-chave Nutanix on OVHcloud - Documentacao geral (EN) Nutanix hardware compatibility - OVHcloud configurations Versoes Nutanix AOS suportadas pela OVHcloud (EN) Lista dos licencas incluidos (EN) Plano de Retomada de Atividade em Nutanix (EN) Partilha de responsabilidades - Nutanix on OVHcloud (EN) Nutanix on OVHcloud - Lifecycle Policy Introducao Primeiros passos com o seu cluster Nutanix (EN) Hiperconvergencia Nutanix (EN) Reafectacao personalizada do seu Cluster (EN) Apresentacao do armazenamento em Nutanix (EN) Importar imagens ISO (EN) Gestao das maquinas virtuais (EN) Gestao dos alertas e eventos (EN) Gestao das licencas no seu cluster da oferta Nutanix on OVHcloud BYOL (EN) Rede e seguranca Documentacao da OVHgateway (EN) Adicionar um endereco IP publico a uma nova VM (EN) Upgrade do seu cluster Nutanix (EN) Atualizacao de firmware do cluster Nutanix (EN) Configuracao Modificacao do vRack de um cluster Nutanix (EN) Isolacao das maquinas de gestao da producao (EN) Configurar Fluxo Nutanix (EN) Substituir o OVHgateway por um servidor dedicado (EN) Substituir OVHgateway (EN) KMS configuration with Nutanix on OVHcloud Configurar HYCU Backup (EN) Configurar Veeam Backup para Nutanix (EN) Migracao Migracao para Nutanix atraves da ferramenta Nutanix Move (EN) Tutoriais Ferramentas avancadas (EN) Ativar VMs do Windows instaladas no Nutanix pela OVHcloud (EN) Adicionar ou retirar um no num cluster Nutanix (Scale In/Out) (EN) Substituicao de Prism Central do modo Small pelo modo X-LARGE (EN) Criacao de NCM Self Service (CALM) (EN) Configuracao dos Objects Nutanix (EN) Seguranca Seguranca do acesso Web ao Prism Central (EN) Interligacao IPSec entre dois locais (EN) Interligacao de clusters atraves do vRack (EN) Diagnostico Obter as informacoes do estado da sua instalacao Nutanix (EN) Recursos adicionais Replicacao assincrona ou NearSync atraves de Prism Element (EN) Replicacao avancada com Leap (EN) Configurando a recuperacao de desastres com o Metro (EN) Setting up Multicloud Snapshot Technology (MST) on a Nutanix on OVHcloud infrastructure Configuring Prism Central Point-in-Time Backup to OVHcloud S3-compatible Object Storage SAP on OVHcloud Conceitos SAP HANA on Bare Metal and SAP Application Servers on VMware on OVHcloud SAP infrastructure with VMware on OVHcloud solution SAP infrastructure with SecNumCloud-qualified SAP HANA on Private Cloud Primeiros passos Install SAP HANA on Bare Metal with SLES 15 for SAP Deploy a virtual machine with SAP HANA and OVHcloud Backint Agent pre-installed Deployer un SAProuter avec NSX Shared responsibility for SAP on OVHcloud solutions Implementacoes automaticas Deploy virtual machines of SAP Application Server on VMware on OVHcloud solution with Terraform Deploy virtual machines of SAP HANA database on VMware on OVHcloud solution with Terraform Deploy an SAP system infrastructure on VMware on OVHcloud solution with Terraform SAP pre-installation wizard Resiliencia SAP HANA cluster with SLES on VMware on OVHcloud Backups Install and use OVHcloud Backint Agent for SAP HANA Use OVHcloud Backint Agent with several Object Storage buckets OVHcloud Backint Agent versions Sauvegarder SAP HANA avec Veeam Backup and Replication Observabilidade SAP logs on OVHcloud Logs Data Platform - Configuration SAP logs on OVHcloud Logs Data Platform - Analysez et exploitez vos logs SAP logs on OVHcloud Logs Data Platform - Index des logs SAP Public Cloud Public Cloud - Informacoes gerais Visao geral Conceitos-chave Public Cloud Glossary Limites de debito das API Public Cloud Comparison and resilience of Deployment Modes - Understanding 3-AZ / 1-AZ / Local Zones (EN) 3-AZ resilience: Mechanisms and reference architectures (EN) How do Savings Plans work? Introducao O essencial para comecar com o Public Cloud Familiarizar-se com a interface Public Cloud Criando seu primeiro projeto Public Cloud da OVHcloud Getting started with OVHcloud Shell Getting Started with OVHcloud CLI Configuracao Informacoes de faturacao Aumentar as quotas Public Cloud Comment gerer un Savings Plan Gestao de projectos Public Cloud Best Practices for securing & structuring OVHcloud Public Cloud Projects (EN) Eliminar um projeto Public Cloud Delegar projetos Migracao Public Cloud IaaS Migration - Steps and Best Practices Architecture Reference - Building a Landing Zone with OVHcloud Public Cloud Tutoriais Gestao a partir do Horizon Apresentacao do Horizon Parametros de acesso e de seguranca no Horizon Gestao a partir do Openstack Preparar o ambiente para utilizar a API OpenStack Carregar as variaveis de ambiente OpenStack Utilizacao dos tokens OpenStack Gestao dos tokens How to use service accounts to connect to OpenStack (EN) Gestao dos utilizadores OpenStack Gestao das regras de firewall e port security nas redes que utilizam OpenStack CLI Gestao a partir do Terraform Terraform Tutorial (EN) Seguranca Healthcare (HDS) compliance activation (EN) Diagnostico FAQ Public Cloud OVHcloud Recursos adicionais Informacoes sobre o metodo de faturacao Public Cloud Proper Usage and Limitations of Classic Multi-Attach Block Storage in 3AZ Regions Understanding Landing Zones Understanding metrics in OVHcloud Public Cloud Compute Visao geral Conceitos-chave Public Cloud Instancias - Conceitos-chave Introducao Adicionar um credito cloud Como criar uma instancia Public Cloud e conectar-se a ela Gerir as suas instancias Public Cloud Como iniciar uma instancia Public Cloud num volume de arranque Suspender ou colocar em pausa uma instancia Ativar uma licenca Windows para uma instancia em modo privado Primeiros passos com as aplicacoes pre-instaladas Configuration Gestao do projeto Gestao de contactos de um projeto Public Cloud Compute - Passar de uma faturacao a hora para uma faturacao ao mes Gestao das instancias Guardar uma instancia Criar / Restaurar um servidor virtual a partir de um backup Modificar o hostname de uma instancia Public Cloud Comment activer le mode rescue sur une instance Public Cloud Colocar uma instancia Metal em modo de rescue - (EN) Como substituir um par de chaves SSH numa instancia Public Cloud Criar uma instancia GPU Configurar a reverse DNS de uma instancia Public Cloud Redimensionar uma instancia atraves da Area de Cliente OVHcloud Creating and using a Server Group in Horizon and CLI Gestao a partir do Horizon Criar uma instancia a partir da interface Horizon Gerir as suas instancias Public Cloud atraves do Horizon Criar e configurar um grupo de seguranca no Horizon Gestao de snapshots de uma instancia na interface Horizon Criacao, dar inicio e eliminar imagens no Horizon Redimensionar uma instancia atraves do Horizon Migrar de uma instancia Flex para uma instancia classica Gestao via OpenStack API Primeiros passos com a API OpenStack Comecar com a gestao dos volumes na API OpenStack Importe a sua propria imagem Redimensionar uma instancia de Public Cloud usando a CLI do OpenStack Descarregar e transferir a copia de seguranca de uma instancia de uma regiao OpenStack para outra Launching a script when an instance is created Partilhar um objeto com um endereco temporario Partilhar imagens entre projetos Public Cloud Migracao Migracao de instancias entre zonas de disponibilidade (AZ) Tutoriais Tutorial - Como usar o PuTTY para conexoes SSH e autenticacao Using OVHcloud Object Storage as Terraform Backend to store your Terraform state (EN) Using OVHcloud Object Storage as Pulumi Backend to store your Pulumi state Create a custom OpenStack image with Packer (EN) How To Install ownCloud on a Public Cloud Instance Como instalar o Plesk numa instancia Public Cloud Instalar o WordPress numa instancia Instalar o agente Prometheus numa instancia Public Cloud How to deploy the 3CX IPBX automatically on OVHcloud Public Cloud Tutorial - Instalar um servidor web (LAMP) em Debian ou Ubuntu Local Zone VPN-as-a-Service (VPNaaS) with Tailscale integration (EN) Enterprise File Storage - Connect a Public Cloud instance to an EFS Volume via vRack Private Network Seguranca Como criar e utilizar chaves de autenticacao para as ligacoes SSH as instancias Public Cloud Como configurar chaves SSH suplementares numa instancia Alterar a palavra-passe de administrador num servidor Windows Atualizar o sistema operativo Diagnostico Forensics: How to deal with Public Cloud instances (EN) Reparar o bootloader GRUB Redimensionar o sistema de ficheiros no FreeBSD 12 Recuperacao das bases de dados em modo rescue FAQ - Alteracao do regime de faturacao mensal Recursos adicionais Public Cloud Instances - Shared responsibilities (EN) Public Cloud & VPS - Image and OS life cycle and end of life/support announcements Local Zone Compute - Funcionalidades, capacidades e limites Como obter a pegada de carbono dos seus servicos OVHcloud Como evitar que os seus e-mails sejam marcados como spam Storage and Backup Object Storage S3 compatible Conceitos Object Storage - Choosing the right storage class for your needs Object Storage - Endpoints and Object Storage geoavailability Comparison of Object Storage Deployment Modes - Understanding 3-AZ / 1-AZ / Local Zones Cold Archive - Visao Geral (EN) Introducao Object Storage - Getting started Cold Archive - Getting started with Cold Archive Object Storage - Identity and access management Configuracao Object Storage - Getting Started with Versioning Object Storage - Smart Storage Management with Lifecycle Rules Object Storage - Master asynchronous replication across your buckets Object Storage - Server Access Logging Object Storage - Setting up CORS on Object Storage Object Storage - Bucket ACL Object Storage - Hosting a static website in an Object Storage bucket Object Storage - Restoring an archived object from Cold Archive storage class Object Storage - Enabling HTTPS on a static website using a custom domain Object Storage - How to connect Object Storage buckets with other resources in a vRack Migracao Object Storage - How to migrate from an S3-compatible object storage provider to OVHcloud Object Storage Object Storage - How to migrate from OVHcloud Swift Object Storage to OVHcloud S3-compatible Object Storage Tutoriais Object Storage - Use Object Storage with Rclone Object Storage - Use Object Storage with S3cmd Object Storage - Use Object Storage with WinSCP Object Storage - Utilizar Object Storage com Veeam (EN) Object Storage - Utilizar Object Storage com Nextcloud (EN) Object Storage - Utilizar Object Storage com Owncloud (EN) Object Storage – Use Object Storage with Cohesity NetBackup Object Storage – Use Object Storage with Pure Storage Flashblade Object Storage - Manage an Object Storage bucket with Terraform Object Storage – How to share an object or file externally Seguranca Object Storage - Encrypt your server-side objects with SSE-C or SSE-OMK Object Storage - Managing object immutability with Object Lock (WORM) Object Storage - Identity and access management Diagnostico Object Storage - FAQ Cold Archive - FAQ (EN) Object Storage - Local Zones specifications Object Storage - Compliance Object Storage - Limites tecnicos (EN) Object Storage - Optimising Performance Object Storage - Optimise the sending of your files to Object Storage Recursos adicionais Object Storage - Shared Responsibility Cold Storage - Shared Responsibility for archive and restoration services Object Storage - Third-party applications compatibility Swift Introducao Object Storage Swift - Creating an Object Storage container Object Storage Swift - Os primeiros passos com a API swift Object Storage Swift - Primeiros passos com a API Swift S3 Configuracao Object Storage Swift - Associar um container a um nome de dominio Object Storage Swift - Sincronizando conteineres de objetos (EN) Object Storage Swift - Configurar a eliminacao automatica de objectos Object Storage Swift - Setting up CORS on Object Storage (EN) Cloud Archive Swift - Gerir os seus arquivos a partir de um cliente SFTP/SCP Cloud Archive Swift - Criacao de container Public Cloud Archive Cloud Archive Swift - Descongelar os seus dados armazenados no Public Cloud Archive Cloud Archive Swift - Set up an Access Control List on Public Cloud Archive (EN) Migracao Object Storage - How to migrate from OVHcloud Swift Object Storage to OVHcloud S3-compatible Object Storage Tutoriais Object Storage Swift - Sincronizar uma NAS Synology com o Object Storage Object Storage Swift - Montar um container de objetos com S3QL (EN) Object Storage Swift - Utilizar o Object Storage com CyberDuck Object Storage Swift - Using Object Storage with Rclone Object Storage Swift - Configure o ownCloud com o Object Storage (EN) Cloud Archive Swift - Gerir os seus arquivos a partir de um cliente Swift (Cyberduck) Cloud Archive Swift - Gestao dos seus arquivos com Rsync Seguranca Object Storage Swift - Set up an Access Control List on Object Storage (EN) Diagnostico Object Storage Swift - S3/Swift REST API compatibility (EN) Object Storage Swift - Capabilities and limitations Cloud Archive Swift - Capabilities and limitations Object Storage Swift - Otimizar os uploads para o Object Storage Recursos adicionais Object Storage Swift - Curl Command Memo (EN) Object Storage Swift - Swift commands Memo (EN) Cloud Archive Swift - Curl Command Memo (EN) Cloud Archive Swift - Swift Command Memo (EN) Block Storage Conceitos-chave Escolher a classe correta de Block Storage Proper Usage and Limitations of Classic Multi-Attach Block Storage in 3AZ Regions Introducao Criar e configurar um disco suplementar numa instancia Criar uma copia de seguranca de um volume Criar uma snapshot de um volume Configuracao Criar um volume a partir de um backup Aumentar o tamanho de um disco adicional Testar a velocidade dos discos Migracao Migrer un volume Block Storage vers un volume chiffre LUKS Modificar um Volume Block Storage Recursos adicionais Public Cloud Block Storage - Shared responsibilities (EN) File Storage Key concepts Introducao File Storage Service - Getting started (Beta) Public Cloud Network Services Conceitos-chave Concepts - Public Cloud Networking (EN) Concepts - Additional IP or Floating IP (EN) Concepts - Load Balancer (EN) Public Cloud Network Services - Known limits (EN) Introducao Private Network Creating a private network with Gateway (EN) Configuracao do vRack Public Cloud Configuring vRack on the Public Cloud using the OVHcloud API (EN) Configuracao do vRack Public Cloud com a ajuda da OpenStack CLI Modificar os servidores DNS de uma instancia Public Cloud Load Balancer Getting started with Load Balancer on Public Cloud Public IPs Attaching a Floating IP to a Public Cloud instance (EN) Configuracao Private Network How to share a private network between 2 Public Cloud projects How to extend a private OVHcloud network across Public Cloud regions Update a subnet properties (EN) Changing the MTU size for existing networks using OpenStack CLI/API (EN) Load Balancer Deploying a Public Cloud Load Balancer (EN) Updating a Load Balancer size via the Horizon interface Using the weight feature on a Load Balancer member Public Cloud Load Balancer TCP / HTTP / HTTPS Logs Forwarding (EN) Public IPs Configurar um Additional IP Adicionar um Additional IP Importar um Additional IP Migrar um Additional IP Gateway L3 services SNAT configuration (EN) Configurar o IPv6 numa instancia Public Cloud Configuring a public IP block in a vRack on a Public Cloud instance Tutoriais geral Proteger a sua infraestrutura OVHcloud com o Stormshield Network Security Securing your OVHcloud infrastructure with Ubika WAAP Gateway (EN) Private Network Local Zone VPN-as-a-Service (VPNaaS) with Tailscale integration (EN) Load Balancer Configuring a secure Load Balancer with Let's Encrypt (EN) Seguranca Configuring a secure Load Balancer with Let's Encrypt (EN) Configuring a TERMINATED_HTTPS listener via CLI / Horizon Proteger a sua infraestrutura OVHcloud com o Stormshield Network Security Securing your OVHcloud infrastructure with Ubika WAAP Gateway (EN) Diagnostico Public Cloud Network Services - FAQ (EN) Recursos adicionais How to create and manage a Health Monitor for OVHcloud Public Cloud Load Balancer How to create and manage Level 7 (L7) Policies and Rules for OVHcloud Public Cloud Load Balancers Public Cloud Load Balancer monitoring with Prometheus Containers & Orchestration Managed Kubernetes Service (MKS) Visao geral Key concepts Understanding OVHcloud Managed Kubernetes architecture Limites connues Choosing the right OVHcloud Managed Kubernetes Plan: Free or Standard Available datacenters, worker nodes and persistent storage flavors Exposed APIs, Kubernetes configuration and Feature gates Getting started Creating a cluster Deploying an application Deploying a Hello World application Expose your app deployed on an OVHcloud Managed Kubernetes Service Installing the Kubernetes Dashboard on OVHcloud Managed Kubernetes Installing and using Helm on OVHcloud Managed Kubernetes Installing WordPress on OVHcloud Managed Kubernetes Deploying a GPU application on OVHcloud Managed Kubernetes Service Managed Kubernetes objects (services, deployments, pods...) Configuration Cluster Configuring kubectl on an OVHcloud Managed Kubernetes cluster Configuring the API server flags on an OVHcloud Managed Kubernetes cluster Resetting an OVHcloud Managed Kubernetes cluster Upgrading Kubernetes version on an OVHcloud Managed Kubernetes cluster Add IP restrictions on an OVHcloud Managed Kubernetes cluster Changing the security update policy on an OVHcloud Managed Kubernetes cluster Configuring the OIDC provider on an OVHcloud Managed Kubernetes cluster Personnaliser l'allocation IP sur un cluster OVHcloud Managed Kubernetes Nodepools & Nodes How to manage nodes and node pools on an OVHcloud Managed Kubernetes cluster Dynamically resizing a cluster with the cluster autoscaler Configuring the cluster autoscaler Adding Labels & Taint on Node Pool (Node Pool template) Cluster autoscaler example Deploy applications to specific Nodes and Nodes Pools Taint, cordon and drain specific Nodes and Nodes Pools Adapt your Inotify parameters for your Managed Kubernetes Service deployments Storage Persistent Volumes on OVHcloud Managed Kubernetes Service Resizing Persistent Volumes Configuring multi-attach persistent volumes with OVHcloud NAS-HA Configuring multi-attach persistent volumes with Enterprise File Storage Configuring multi-attach persistent volumes with OVHcloud Cloud Disk Array Formating NVMe disks on IOPS nodes Network Using vRack Private Network Using vRack - Communicating between different private networks Using a custom gateway on an OVHcloud Managed Kubernetes cluster Working with vRack example - Managed Kubernetes and Public Cloud instances Working with vRack example - Communicating between different private networks Using Floating IPs on Managed Kubernetes Service Customizing Kube-proxy on an OVHcloud Managed Kubernetes cluster Customizing CoreDNS on an OVHcloud Managed Kubernetes cluster Customizing Cilium on an OVHcloud Managed Kubernetes cluster Traffic management Installing Nginx Ingress on OVHcloud Managed Kubernetes Expose your applications using OVHcloud Public Cloud Load Balancer Sticky sessions/Session Affinity based on Nginx Ingress on OVHcloud Managed Kubernetes Secure a Nginx Ingress with cert-manager on OVHcloud Managed Kubernetes Getting the source IP behind the LoadBalancer How to migrate from Load Balancer for MKS (IOLB) to Public Cloud Load Balancer (Octavia) Backup and Restore Backup and Restore OVHcloud Managed Kubernetes Cluster, Namespace and Applications using TrilioVault for Kubernetes Backing-up an OVHcloud Managed Kubernetes cluster using CloudCasa Backing up and restoring your Persistent Volume with Volume Snapshots on OVHcloud Managed Kubernetes Backing-up an OVHcloud Managed Kubernetes cluster using Velero Backing-up Persistent Volumes using Stash Monitoring & Observability Monitoring apps with Prometheus and Grafana on an OVHcloud Managed Kubernetes Service Collect metrics from Public Cloud instances with Prometheus on an OVHcloud Managed Kubernetes Service Distributed tracing with Jaeger on an OVHcloud Managed Kubernetes Service Pushing logs from a Kubernetes cluster to Logs Data Platform using Fluent Bit Managed Kubernetes Service Audit Logs Forwarding Monitoring GPU usage on OVHcloud Managed Kubernetes Service Managed Kubernetes Service Audit Logs Forwarding Operators Set up the Kubernetes operator for Public Cloud Databases Deploying a Kubernetes Operator based on Helm on OVHcloud Managed Kubernetes Deploying a Kubernetes Operator written in Golang on OVHcloud Managed Kubernetes Migration Migration Guide – Moving Your Kubernetes cluster to OVHcloud How to migrate from Load Balancer for MKS (IOLB) to Public Cloud Load Balancer (Octavia) Tutorials Installing Agones on OVHcloud Managed Kubernetes Installing Jenkins on OVHcloud Managed Kubernetes Using Codefresh with OVHcloud Managed Kubernetes cluster Deploying Apache Pulsar on an OVHcloud Managed Kubernetes cluster How to install OpenFaaS CE on OVHcloud Managed Kubernetes Run Serverless containers on OVHcloud Managed Kubernetes with Knative Deploying Artifactory on an OVHcloud Managed Kubernetes cluster Enforcing policy management on OVHcloud Managed Kubernetes with Kyverno Scan for vulnerabilities and misconfigurations of your OVHcloud Managed Kubernetes with Trivy Near real-time threats detection with Falco on OVHcloud Managed Kubernetes Sanitize your OVHcloud Managed Kubernetes with Popeye Installing cert-manager on OVHcloud Managed Kubernetes Installing Keycloak, an OIDC Provider, on OVHcloud Managed Kubernetes Installing Istio on OVHcloud Managed Kubernetes Traffic management with Istio on OVHcloud Managed Kubernetes Security Add IP restrictions on an OVHcloud Managed Kubernetes cluster Changing the security update policy on an OVHcloud Managed Kubernetes cluster Configuring the OIDC provider on an OVHcloud Managed Kubernetes cluster Encrypt your Secret for OVHcloud Managed Kubernetes with Sealed Secrets (Kubeseal) Using RBAC to handle limited access to an OVHcloud Managed Kubernetes cluster Troubleshooting ETCD Quotas, usage, troubleshooting and error Troubleshooting permission errors when enabling persistence Additional resources Managed Kubernetes End-of-Sale, End-of-Service and End-of-Life policies Managed Kubernetes - Responsibility model Orchestration product reversibility policy Recommended external resources OVHcloud Managed Kubernetes - Features and roadmap Kubernetes Plugins (CNI, CRI, CSI...) & softwares versions and reserved resources Managed Private Registry (MPR) Visao geral Getting started Creating a private registry Creating a private registry (Harbor) through Terraform Creating a private registry with Pulumi Creating and using a Docker image stored in an OVHcloud Managed Private Registry Connecting to the UI Managing users and projects Configuration Using Private Registry with OVHcloud Managed Kubernetes Managing Helm charts in the OVHcloud Managed Private Registry Deploying a Helm chart from your private registry in Kubernetes Configuring Proxy Cache on an OVHcloud Managed Private Registry Migrate Helm Charts from Chartmuseum to OCI Security Configure the authentication via an OIDC provider on an OVHcloud Managed Private Registry Adding IP restrictions on an OVHcloud Managed Private Registry Sign OCI artifacts with Cosign on OVHcloud Managed Private Registry Scanning Docker images for vulnerabilities with OVHcloud Managed Private Registry Troubleshooting FAQ Managed Private Registry (MPR) Additional resources Managed Private Registry - Responsibility model (EN) Managed OCI artifact Registry Product Reversibility Policy Managed Rancher Service (MRS) Visao geral Getting started Getting Started with Managed Rancher Service Creating, updating and accessing a Managed Rancher Service (EN) Managing users and projects in Managed Rancher Service Importing an existing Kubernetes cluster in MRS Creating a Managed Kubernetes Service (MKS) cluster in MRS Creating a Kubernetes cluster based on OVHcloud Public Cloud Compute Instances in MRS Creating a Kubernetes cluster with existing nodes (Generic) in MRS Configuration Editing the configuration of a Kubernetes cluster in Managed Rancher Service Backing up and restoring a Kubernetes cluster in Managed Rancher Service Deploying a monitoring stack (Prometheus & Grafana) in a Kubernetes cluster in MRS Tutorials How to use Rancher CLI Additional resources Managed Rancher Service supported versions and lifecycle policy Orchestration product reversibility policy Public Cloud Databases Visao geral PostgreSQL Visao geral Conceitos-chave Lifecycle policy for Public Cloud Databases FAQ for Public Cloud Databases Capabilities and Limitations of Public Cloud Databases Capabilities and Limitations of Public Cloud Databases for PostgreSQL Automated Backups for Public Cloud Databases High availability and failure scenarios for Public Cloud Databases for PostgreSQL Introducao Getting started with Public Cloud Databases Getting started with Public Cloud Databases APIs Getting started with Terraform for Public Cloud Databases Configure incoming connections of a Public Cloud Databases for PostgreSQL service Connect using the CLI for Public Cloud Databases for PostgreSQL Connect using PHP for Public Cloud Databases for PostgreSQL Connect using Python for Public Cloud Databases for PostgreSQL Connect using PgAdmin for Public Cloud Databases for PostgreSQL Configuracao Create and use connection pools in Public Cloud Databases for PostgreSQL Maintenance operations for Public Cloud Databases Configurer le reseau prive des bases de donnees Public Cloud (EN) Configure the advanced parameters for Public Cloud Databases Advanced parameters for Public Cloud Databases for PostgreSQL Restore a backup of Public Cloud Databases Detect and terminate long-running queries of Public Cloud Databases for PostgreSQL Resize the storage of Public Cloud Databases Update the flavor of Public Cloud Databases Update the plan of Public Cloud Databases Mettre en place le transfert de logs des bases de donnees Public Cloud (EN) Set up the Kubernetes operator for Public Cloud Databases Set up service integration for Public Cloud Databases Fetch service metrics with Prometheus for Public Cloud Databases Enable deletion protection for Public Cloud Databases Migracao Public Cloud Databases - How to migrate to OVHcloud Database as a Service (DBaaS) Reversibility Policy for Managed Relational Database Product Tutoriais Build a Strapi app connected to Public Cloud Databases for PostgreSQL Install and connect Wagtail to Public Cloud Databases for PostgreSQL Migrate an on-premises database to Public Cloud Databases for PostgreSQL Seguranca Security Overview for Public Cloud Databases Responsibility model for Public Cloud Databases Diagnostico Troubleshoot your Public Cloud Databases Handle 'Disk Full' situations for Public Cloud Databases Recursos adicionais Available extensions for Public Cloud Databases for PostgreSQL MySQL Visao geral Conceitos-chave Lifecycle policy for Public Cloud Databases FAQ for Public Cloud Databases Capabilities and Limitations of Public Cloud Databases Capabilities and Limitations of Public Cloud Databases for MySQL Automated Backups for Public Cloud Databases Introducao Getting started with Public Cloud Databases Getting started with Public Cloud Databases APIs Getting started with Terraform for Public Cloud Databases Configure incoming connections of a Public Cloud Databases for MySQL service Connect using the CLI for Public Cloud Databases for MySQL Connect using PHP for Public Cloud Databases for MySQL Connect using Python for Public Cloud Databases for MySQL Connect using Workbench for Public Cloud Databases for MySQL Configuracao Maintenance operations for Public Cloud Databases Configurer le reseau prive des bases de donnees Public Cloud (EN) Configure the advanced parameters for Public Cloud Databases Advanced parameters for Public Cloud Databases for MySQL Restore a backup of Public Cloud Databases Resize the storage of Public Cloud Databases Update the flavor of Public Cloud Databases Update the plan of Public Cloud Databases Mettre en place le transfert de logs des bases de donnees Public Cloud (EN) Set up the Kubernetes operator for Public Cloud Databases Set up service integration for Public Cloud Databases Fetch service metrics with Prometheus for Public Cloud Databases Enable deletion protection for Public Cloud Databases Migracao Public Cloud Databases - How to migrate to OVHcloud Database as a Service (DBaaS) Reversibility Policy for Managed Relational Database Product Tutoriais Connect Managed Kubernetes to Public Cloud Databases for MySQL Seguranca Security Overview for Public Cloud Databases Responsibility model for Public Cloud Databases Diagnostico Troubleshoot your Public Cloud Databases Handle 'Disk Full' situations for Public Cloud Databases MongoDB Visao geral Conceitos-chave Why choose MongoDB? Cluster sizing for Public Cloud Databases for MongoDB Developer Best Practices with Public Cloud Databases for MongoDB Operational Best Practices with Public Cloud Databases for MongoDB Lifecycle policy for Public Cloud Databases FAQ for Public Cloud Databases Capabilities and Limitations of Public Cloud Databases Capabilities and Limitations of Public Cloud Databases for MongoDB Automated Backups for Public Cloud Databases Understand the connection strings URI format of Public Cloud Databases for MongoDB Introducao Getting started with Public Cloud Databases for MongoDB Getting started with Public Cloud Databases Getting started with Public Cloud Databases APIs Getting started with Terraform for Public Cloud Databases Deploy with Terraform for Public Cloud for MongoDB Configure incoming connections of a Public Cloud Databases for MongoDB service Connect using the CLI for Public Cloud Databases for MongoDB Connect using PHP for Public Cloud Databases for MongoDB Connect using Python for Public Cloud Databases for MongoDB Connect using Compass for Public Cloud Databases for MongoDB Developer Tools for Public Cloud Databases for MongoDB Cluster monitoring for Public Cloud Databases for MongoDB Configuracao Maintenance operations for Public Cloud Databases Configurer le reseau prive des bases de donnees Public Cloud (EN) Configure the advanced parameters for Public Cloud Databases Restore a backup of Public Cloud Databases Backup and restore a service with the CLI for Public Cloud Databases for MongoDB Resize the storage of Public Cloud Databases Update the flavor of Public Cloud Databases Update the plan of Public Cloud Databases Mettre en place le transfert de logs des bases de donnees Public Cloud (EN) Set up the Kubernetes operator for Public Cloud Databases Set up service integration for Public Cloud Databases Fetch service metrics with Prometheus for Public Cloud Databases Enable deletion protection for Public Cloud Databases Migracao Public Cloud Databases - How to migrate to OVHcloud Database as a Service (DBaaS) Migrate to OVHcloud Public Cloud Databases for MongoDB Relational Migrator for Public Cloud Databases for MongoDB Reversibility Policy for Managed Document Database Product Tutoriais Build and connect a Node.js application to Public Cloud Databases for MongoDB Seguranca Security Overview for Public Cloud Databases Responsibility model for Public Cloud Databases Diagnostico Troubleshoot your Public Cloud Databases Handle 'Disk Full' situations for Public Cloud Databases Recursos adicionais Set up BI Connector for Public Cloud Databases for MongoDB Configure an Analytics node for Public Databases for MongoDB Set up a Kafka integration for Public Cloud Databases for MongoDB Understand readPreference and writeConcern of Public Cloud Databases for MongoDB Benchmark Public Cloud Databases for MongoDB Valkey Visao geral Conceitos-chave Lifecycle policy for Public Cloud Databases FAQ for Public Cloud Databases Capabilities and Limitations of Public Cloud Databases Capabilities and Limitations of Public Cloud Databases for Valkey Automated Backups for Public Cloud Databases Introducao Getting started with Public Cloud Databases Getting started with Public Cloud Databases APIs Getting started with Terraform for Public Cloud Databases Configure incoming connections of a Public Cloud Databases for Valkey service Connect using the CLI for Public Cloud Databases for Valkey Connect using PHP for Public Cloud Databases for Valkey Connect using Python for Public Cloud Databases for Valkey Connect using RedisInsight for Public Cloud Databases for Valkey Configuracao Maintenance operations for Public Cloud Databases Configurer le reseau prive des bases de donnees Public Cloud (EN) Configure the advanced parameters for Public Cloud Databases Advanced parameters for Public Cloud Databases for Valkey Restore a backup of Public Cloud Databases Update the flavor of Public Cloud Databases Update the plan of Public Cloud Databases Manage ACLs via API for Public Cloud Databases for Valkey Mettre en place le transfert de logs des bases de donnees Public Cloud (EN) Set up the Kubernetes operator for Public Cloud Databases Set up service integration for Public Cloud Databases Fetch service metrics with Prometheus for Public Cloud Databases Enable deletion protection for Public Cloud Databases Migracao Public Cloud Databases - How to migrate to OVHcloud Database as a Service (DBaaS) Reversibility Policy for the Managed In-Memory Database product Tutoriais Boost your WordPress CMS with caching with Public Cloud Databases for Valkey Seguranca Security Overview for Public Cloud Databases Responsibility model for Public Cloud Databases Diagnostico Troubleshoot your Public Cloud Databases Common Conceitos-chave Lifecycle policy for Public Cloud Databases FAQ for Public Cloud Databases Capabilities and Limitations of Public Cloud Databases Automated Backups for Public Cloud Databases Introducao Getting started with Public Cloud Databases Getting started with Public Cloud Databases APIs Getting started with Terraform for Public Cloud Databases Configuracao Maintenance operations for Public Cloud Databases Configurer le reseau prive des bases de donnees Public Cloud (EN) Configure the advanced parameters for Public Cloud Databases Restore a backup of Public Cloud Databases Resize the storage of Public Cloud Databases Update the flavor of Public Cloud Databases Update the plan of Public Cloud Databases Mettre en place le transfert de logs des bases de donnees Public Cloud (EN) Set up the Kubernetes operator for Public Cloud Databases Set up service integration for Public Cloud Databases Fetch service metrics with Prometheus for Public Cloud Databases Enable deletion protection for Public Cloud Databases Migracao Public Cloud Databases - How to migrate to OVHcloud Database as a Service (DBaaS) Reversibility Policy for Managed Relational Database Product Reversibility Policy for Managed Document Database Product Reversibility Policy for the Managed In-Memory Database product Seguranca Security Overview for Public Cloud Databases Responsibility model for Public Cloud Databases Diagnostico Troubleshoot your Public Cloud Databases Handle 'Disk Full' situations for Public Cloud Databases Analytics Clickhouse Visao geral Key concepts Getting started Configuration Tutorials Kafka Visao geral Conceitos-chave Lifecycle policy for Analytics Capabilities and Limitations of Analytics Capabilities and Limitations of Analytics with Kafka Capabilities and Limitations of Analytics with Kafka Connect Capabilities and Limitations of Analytics with Kafka MirrorMaker Automated Backups for Analytics Introducao Getting started with Analytics with Kafka Getting started with Analytics Getting started with Analytics APIs Getting started with Terraform for Analytics Configuracao Maintenance operations for Analytics Configure the advanced parameters for Analytics Advanced parameters for Analytics with Kafka Advanced parameters for Analytics with Kafka Connect Restore a backup of Analytics Resize the storage of Analytics Update the flavor of Analytics Update the plan of Analytics Set up logs forwarding for Analytics Set up the Kubernetes operator for Analytics Fetch service metrics with Prometheus for Analytics Migracao Reversibility Policy for the Managed Message Broker product Tutoriais Create publisher and consumer applications with Analytics with Kafka Seguranca Presentation de la securite des services Analytics (EN) Partage des responsabilites des services Analytics (EN) Diagnostico Troubleshoot your Analytics Handle 'Disk Full' situations for Analytics OpenSearch OpenSearch - Guides OpenSearch - Capabilities and Limitations OpenSearch - Getting started OpenSearch - Monitor your infra (with Logstash or Fluent Bit) OpenSearch - Advanced parameters references Dashboards Visao geral Dashboards - Guides Dashboards - Capabilities and Limitations Dashboards - Configure your Dashboards instance to accept incoming connections Dashboards - Advanced parameters references Dashboards - Tutorials Dashboards - Tutorial - Expose your Dashboards instance in your private network via a reverse proxy NGINX Dashboards - Tutorial - How to use the Grafana® API Common Conceitos-chave Lifecycle policy for Analytics Capabilities and Limitations of Analytics Automated Backups for Analytics Introducao Getting started with Analytics Getting started with Analytics APIs Getting started with Terraform for Analytics Configuracao Maintenance operations for Analytics Configure the advanced parameters for Analytics Restore a backup of Analytics Resize the storage of Analytics Update the flavor of Analytics Update the plan of Analytics Set up logs forwarding for Analytics Set up the Kubernetes operator for Analytics Fetch service metrics with Prometheus for Analytics Migracao Reversibility Policy for the Managed Message Broker product Reversibility Policy for the Managed Search Engine Software Platform product Reversibility Policy for the Managed Data Visualization product Seguranca Presentation de la securite des services Analytics (EN) Partage des responsabilites des services Analytics (EN) Diagnostico Troubleshoot your Analytics Handle 'Disk Full' situations for Analytics AI & machine learning Visao geral General information Comparative tables - AI Notebooks, AI Training, AI Deploy AI Tools - Lifecycle policy Data - Concept and best practices Data - Compliance between AI Tools and S3 compatible Object Storage AI Dashboard - Getting started Users - Manage AI users and roles Registries - Use & manage your registries AI Tools - Remote SSH Connection AI Tools - Monitor your cloud resources AI Tools - ovhai SDK Reversibility Policy for the AI Managed Container product FAQ - AI Tools Command Line Interface CLI - Installation CLI - Cheat Sheet CLI - Launch an AI notebook CLI - Launch an AI Training job CLI - Manage access tokens CLI - Launch and share an AI Notebook with tokens CLI - Commands reference CLI - Commands reference for data CLI - Use your data in a notebook CLI - Launch an AI Deploy app AI Notebooks Visao geral AI Notebooks - Key concepts AI Notebooks - Notebook concept AI Notebooks - Features, Capabilities and Limitations AI Notebooks - Getting started AI Notebooks - Premiers pas (EN) AI Notebooks - Workspace AI Notebooks - Configuration AI Notebooks - Manage and use data in a notebook via UI AI Notebooks - Politique de reversibilite du produit Notebook Interface AI Notebooks - Tutorials Audio/Speech AI Notebooks - Tutorial - Audio analysis and classification with AI AI Notebooks - Tutorial - Use Speech-to-Text powers on audio and video Computer vision AI Notebooks - Tutorial - Train YOLOv5 on a custom dataset AI Notebooks - Tutorial - Train YOLOv7 for sign language recognition AI Notebooks - Tutorial - Train YOLOv8 to play rock paper scissors (EN) AI Notebooks - Tutorial - Use ResNet for image classification AI Notebooks - Tutorial - Brain tumor segmentation using U-Net AI Notebooks - Tutorial - Create and train an image generation model NLP AI Notebooks - Tutorial - Sentiment analysis on Tweets using Hugging Face AI Notebooks - Tutorial - Build your spam classifier Code assistant AI Notebooks - Using a code assistant (EN) Fine Tuning AI Notebooks - Tutorial - Fine-Tune and export an AI model to ONNX AI Notebooks - Tutorial - Create and train a Rasa chatbot AI Notebooks - Tutorial - Fine-tuning LLaMA 2 MLOps/Monitoring AI Notebooks - Tutorial - Use tensorboard inside notebooks AI Notebooks - Tutorial - Weights & Biases integration AI Notebooks - Tutorial - Track your ML models with MLflow inside notebooks AI Notebooks - Troubleshooting AI Notebooks - Troubleshooting AI Notebooks - Additional resources AI Notebooks - Billing and lifecycle AI Training Visao geral AI Training - Key concepts AI Training - Job concept AI Training - Features, Capabilities and Limitations AI Training - Getting started AI Training - Getting started AI Training - Start a job with a notebook Docker image AI Training - Tutorial - Build & use custom Docker image AI Training - Tutorial - Train your first ML model AI Training - Configuration AI Training - Tutorial - Build & use custom Docker image AI Training - Tutorials MLOps/Monitoring AI Training - Tutorial - Use tensorboard inside a job AI Training - Tutorial - Compare models with W&B for audio classification task NLP AI Training - Tutorial - Train a Rasa chatbot inside a Docker container Audio/Signal processing AI Training - Tutorial - Train a model to recognize marine mammal sounds Computer vision AI Training - Tutorial - Train YOLOv8 to play rock paper scissors (EN) AI Training - Tutorial - Turn a video into a 3D model using NVIDIA Neuralangelo Model export/Inference AI Training - Tutorial - Train a PyTorch model and export it to ONNX AI Training - Tutorial - Get started with NVIDIA Triton Inference Server and AI Training AI Training - Troubleshooting AI Training - Troubleshooting AI Training - Additional resources AI Training - Billing and lifecycle AI Deploy Visao geral AI Deploy - Key concepts AI Deploy - App concept AI Deploy - Features, Capabilities and Limitations AI Deploy - Apps portfolio AI Deploy - Scaling strategies AI Deploy - Getting started AI Deploy - Getting started AI Deploy - Configuration AI Deploy - Accessing your app with tokens (EN) AI Deploy - Scaling strategies AI Deploy - Update custom Docker images AI Deploy - Security AI Deploy - Accessing your app with tokens (EN) AI Deploy - Tutorials AI Deploy - Tutorial - Build & use a custom Docker image AI Deploy - Tutorial - Build & use a Streamlit image AI Deploy - Tutorial - Deploy a simple app with Flask AI Deploy - Tutorial - Deploy an app for audio classification task using Streamlit AI Deploy - Tutorial - Deploy a web service for YOLOv5 using Flask AI Deploy - Tutorial - Deploy a Gradio app for sketch recognition AI Deploy - Tutorial - Deploy an app for sentiment analysis with Hugging Face and Flask AI Deploy - Tutorial - Deploy an interactive app for EDA and prediction using Streamlit AI Deploy - Tutorial - Deploy and call a spam classifier with FastAPI AI Deploy - Tutorial - Create and deploy a Speech to Text application using Streamlit AI Deploy - Tutorial - How to load test your application with Locust AI Deploy - Tutorial - Deploy a Rasa chatbot with a simple Flask app AI Deploy - Tutorial - Create a web service to recognize sign language with YOLOv7 AI Deploy - Tutorial - Deploy a brain tumor segmentation app using Streamlit AI Deploy - Tutorial - Deploy LLaMA 2 in a Streamlit application AI Deploy - Tutorial - Deploy an ONNX model using FastAPI AI Deploy - Tutorial - Create an application to play rock paper scissors with YoloV8 (EN) AI Deploy - Tutorial - Deploy Whisper Speech Recognition Model AI Deploy - Tutorial - Deploy Stable Diffusion WebUI AI Deploy - Tutorial - Deploy FLUX Text-to-Image Models AI Deploy - Troubleshooting AI Deploy - Troubleshooting AI Deploy - Additional resources AI Deploy - Billing and lifecycle AI Endpoints Visao geral AI Endpoints - Key concepts AI Endpoints - Features, Capabilities and Limitations AI Endpoints - Structured Output AI Endpoints - Function Calling AI Endpoints - Responses API AI Endpoints - Getting started AI Endpoints - Getting started AI Endpoints - Tutorials AI Endpoints - Create your own audio summarizer AI Endpoints - Create your own voice assistant AI Endpoints - Using Virtual Models AI Endpoints - Speech to Text Integrations AI Endpoints - Create a code assistant with Continue AI Endpoints - Build a Python Chatbot with LangChain AI Endpoints - Build a JavaScript Chatbot with LangChain AI Endpoints - Create your own AI chatbot using LangChain4j and Quarkus AI Endpoints - Create a Streaming Chatbot with LangChain4j and Quarkus AI Endpoints - Enable conversational memory in your chatbot using LangChain AI Endpoints - Create a Memory Chatbot with LangChain4j AI Endpoints - Build a RAG Chatbot with LangChain AI Endpoints - Build a RAG Chatbot with LangChain4j AI Endpoints - Using Structured Output with LangChain4j AI Endpoints - Using Function Calling with LangChain4J AI Endpoints - Model Context Protocol (MCP) with LangChain4j AI Endpoints - Integration in Python with LiteLLM AI Endpoints - Integration with Apache Airflow AI Endpoints - Integration with Hugging Face Inference Providers AI Endpoints - Integration with Pydantic AI AI Endpoints - Troubleshooting AI Endpoints - Troubleshooting AI Endpoints - Additional resources AI Endpoints - Billing and lifecycle AI Partners Ecosystem Visao geral AI Partners - Key concepts AI Partners Ecosystem - Voxist - Models concept (EN) AI Partners Ecosystem - Lettria - Models concept (EN) AI Partners - Getting started AI Partners Ecosystem - Lettria - Models features, capabilities and billing (EN) AI Partners Ecosystem - Voxist - Models features, capabilities and billing (EN) Quantum computing General information Quantum computing - Features, Capabilities and Limitations Quantum computing - Billing and lifecycle Quantum computing - Troubleshooting Quantum emulators Guides Quantum computing - Getting started with Emulators Notebooks Quantum QPUs Guides Quantum computing - Getting started with QPUs Notebooks Integrations Prefect Prefect - Getting Started Prefect - Tutorial - Emails notification with blocks and automations Prefect - Tutorial - AI pipeline with training job Data Platform Data Platform documentation Sign-up to OVHcloud Data Platform Web Cloud Dominios Visao geral API Visao geral Conceitos-chave Introduction Primeiros passos Order a Domain Name Configuracao Tasks Management Manage Contacts of a Domain Name Managing Eligibility Rules Configure the Display of Contact Data in the Whois Configure the DNS of your Domain Name Migracao Transfer a Domain Name Nomes de dominio Visao geral Primeiros passos FAQ sobre os nomes de dominio & DNS Como criar um subdominio? Reencaminhar um dominio gerido pela OVHcloud Renovar os meus nomes de dominio OVHcloud Como obter informacoes relativas a um dominio com o WHOIS Como configurar a apresentacao do WHOIS de um nome de dominio? Como exportar a lista dos seus nomes de dominio em CSV Configuracao Gestao dos contactos dos dominios Nome de dominio - Como alterar o titular? Nome de dominio - Gestao do contacto titular Changer le proprietaire d'un domaine avec une Demande d'Operation AFNIC (DOA) Diagnostico Resolver um erro num nome de dominio Migracao Transferencia de entrada para a OVHcloud Transferir o nome de dominio para a OVHcloud Transferir um nome de dominio .uk para a OVHcloud Transferring a .pl domain name to OVHcloud Transferir um nome de dominio Hostinger para a OVHcloud Transferir um nome de dominio GoDaddy para a OVHcloud Transferring a home.pl domain name to OVHcloud Transferir um nome de dominio Ionos para a OVHcloud Transferir um nome de dominio O2Switch para a OVHcloud Transferir um dominio Gandi para a OVHcloud Transferir um nome de dominio Wix para a OVHcloud Transferencia de saida a partir da OVHcloud Transferir um nome de dominio para outro agente de registo Transferir um nome de dominio .uk para outro agente de registo Tutoriais Ligar um nome de dominio OVHcloud a um Google Site Ligar um nome de dominio OVHcloud ao Shopify Ligar um nome de dominio OVHcloud ao SquareSpace Ligar um nome de dominio OVHcloud ao Wix Ligar um nome de dominio OVHcloud ao GoDaddy Ligar um nome de dominio OVHcloud ao Webflow How to use an OVHcloud domain with iCloud Mail DNS (Domain Name System) Visao geral Conceitos-chave Saber tudo sobre os servidores DNS Saber tudo sobre a zona DNS Saber tudo sobre os registos DNS Configuracao Servidores DNS Alterar os servidores DNS de um nome de dominio OVHcloud List of IP addresses of OVHcloud DNS servers Zona DNS Criar uma zona DNS da OVHcloud para um dominio Criar uma zona DNS OVHcloud para um subdominio Editar uma zona DNS da OVHcloud Gerir o historico de uma zona DNS Como eliminar uma zona DNS OVHcloud? Registos DNS Adicionar um registo DNS do tipo A para um dominio Adicionar um registo DNS do tipo AAAA para um dominio Como adicionar um registo DNS de tipo CNAME para um subdominio Adicionar um registo DNS do tipo TXT para um dominio Configurar um registo MX para a gestao dos e-mails Opcoes DNS Ativar os DNS Anycast para o seu nome de dominio Personalizar os servidores DNS de um dominio (Hosts) Configurar um DNS dinamico (DynHost/DynDNS) para o seu nome de dominio Seguranca Melhorar a seguranca dos e-mails atraves do registo SPF Ameliorer la securite des e-mails via un enregistrement DKIM Melhorar a seguranca dos e-mails atraves do registo DMARC Proteger o seu nome de dominio com DNSSEC Tutoriais Tutorial - Utilizacao de Zonemaster Alojamento partilhado Primeiros passos Alojamento web - Ativar o alojamento gratuito 100M Como comecar bem com o seu alojamento web Premiers pas avec un hebergement Cloud Web Premiers pas avec la solution Visibilite Pro Visualizar e gerir todos os seus websites a partir da Area de Cliente OVHcloud Como criar um website - Realizar o seu projeto em 5 etapas Alojamentos web - FAQ Publicar um site num alojamento web Alojamento web - Ativar os enderecos de e-mail incluidos Alojamento web - Como conhecer o seu cluster e o seu filer Como encontrar o nome da sua oferta de alojamento web Configuracao Partilhar o alojamento entre varios sites Configurar e utilizar o Git com o seu alojamento web OVHcloud Alojamento web - Alterar um nome de dominio ja associado a um alojamento Alojamento web - Ambiente, versao PHP, .ovhconfig Configure um endereco IPv6 para o seu website Gerir os motores de execucao de um alojamento Cloud Web Recuperar o backup do espaco FTP do seu alojamento Cloud Web Alojamento web - Como fazer evoluir a sua oferta Guia de utilizacao do acelerador CDN num alojamento web Alojamento web - Consultar as estatisticas e logs de um website Alojamento Web - Consultar as estatisticas e logs CDN Como geolocalizar um website num pais especifico? Otimizar o desempenho do seu website Criar tarefas automatizadas (CRON) no seu alojamento Web How to create and manage a web application using the OVHcloud public API (EN) Bases de dados Criar uma base de dados num alojamento web Alterar a palavra-passe da base de dados de um alojamento web Duplicar o conteudo de uma base de dados em outra Recuperar a copia de seguranca da base de dados de um alojamento web Recuperar o backup de uma base de dados eliminada Como identificar o servidor da sua base de dados FTP e SSH Alojamento web - Como utilizar o FileZilla Alojamento web -Como gerir utilizadores FTP Aceder ao espaco de armazenamento FTP do alojamento web Alojamento web - Como ativar o acesso SFTP Alterar a palavra-passe de um utilizador FTP Gerir o seu alojamento web com Visual Studio Code via SFTP Tutorial - Utilizar o Cyberduck com o meu alojamento web Restaurar o espaco de armazenamento do alojamento web Alojamento web - Como utilizar o acesso SSH Tutorial - Como usar o PuTTY para conexoes SSH e autenticacao Utilizar SVN Alojamento Web - Copiar ficheiros com o comando SCP CMS Instalar o seu website com um 'modulo 1 clique' (CMS) Como alterar a palavra-passe de um CMS Como gerir o seu modulo em 1 clique? Migracao Como migrar um website a partir de um alojamento web partilhado para um VPS Importar um backup para a base de dados de um alojamento web Exportar o seu website Migrar o seu website e os seus servicos associados para a OVHcloud Migrar o seu website Xara para a OVHcloud Migrar o seu website WordPress para a OVHcloud Tutoriais Tutorial - Criar a sua pagina web pessoal na OVHcloud Casos de uso - Como alterar o dominio de um site existente Tutorial - Instalacao e configuracao de Cecil, um gerador de sites estaticos (SSG) em PHP Tutorial - Adicionar conteudo dinamico a uma pagina web estatica gerada com Cecil Instalar Composer num alojamento web Tutoriais WordPress Tutorial - Primeiros passos no WordPress Tutorial - Faca o backup do seu site WordPress Tutorial - Utilizar o ficheiro htaccess com WordPress Tutorial - Utilizar WooCommerce com o CMS WordPress Managing multiple WordPress websites with the MainWP plugin Backing up your WordPress websites with MainWP Improving your website's security with the MainWP plugin for WordPress Managing customer information on your WordPress websites with MainWP Tutoriais Cloud Web Instalar o Ghost num alojamento Cloud Web Installer Etherpad sur son hebergement Cloud Web Comment installer Django CMS sur son hebergement Cloud Web Installer Camaleon CMS sur son hebergement Cloud Web Reencaminhamento e autenticacao Tutorial - Proteger um diretorio ou a interface de administracao do seu website por ficheiros .htaccess e .htpasswd Tutorial - Reescrever o URL de acesso ao meu site gracas ao mod_rewrite atraves do ficheiro .htaccess Tutorial - Como bloquear o acesso ao meu site para alguns enderecos IP atraves de um ficheiro .htaccess ? Tutorial - Operacoes realizaveis com um ficheiro .htaccess CMS Tutorial - Instalar manualmente um CMS no meu alojamento Tutorial - Instalar manualmente WordPress Tutorial - Instalar manualmente o Joomla! Tutorial - Instalar manualmente o Pico Tutorial - Instalar manualmente o PrestaShop Tutorial - Instalar manualmente Drupal Tutorial - Instalar manualmente Grav Tutorial - Instalar manualmente o Typo3 Tutorial - Instalar manualmente o SPIP Seguranca Como proteger o seu website? Partilhado: ativacao da firewall Alojamento web - Gerir um certificado SSL Alojamento web - Passar o seu website em HTTPS Alojamento web - Ativar um certificado SSL gratuito Let's Encrypt Alojamento web - Ativar um certificado SSL Sectigo DV Alojamento web - Ativar um certificado SSL Sectigo EV Alojamento web - Instalar um certificado SSL personalizado Erros comuns associados a seguranca do seu website com SSL Diagnostico Casos de uso - Conselhos apos a pirataria do seu website Como mitigar a vulnerabilidade do HTTP/2 Rapid Reset (EN) O que fazer se o meu site esta inacessivel? O meu site e lento. O que fazer? Resolver os erros mais frequentes associados aos modulos 1 clique O que fazer em caso de erro 'Sua conexao nao e particular'? Resolver os erros mais frequentes associados as bases de dados Resolver o erro “Site nao instalado” O que fazer em caso de erro 500 Internal Server Error? O que fazer em caso de pagina "Index of"? O que fazer em caso de pagina "403 forbidden"? O que acontece se a pagina «Your IP has been banned» aparecer? O que acontece se a pagina «Your request has been blocked» aparecer? Alojamento partilhado Seguimento dos emails automatizados How to react to abnormal activity detected on your web hosting Alojamento web - A minha base de dados esta saturada, o que fazer? Resolver os erros recorrentes durante a utilizacao de um programa FTP Recursos adicionais Alojamento web - Lista dos enderecos IP por cluster Especificidades tecnicas relacionadas com os alojamentos partilhados Hebergement web - Versions disponibles des langages Web Hosting Reversibility Policy (DE) Anuncios de fim de venda/vida de base de dados SQL Migracao de MySQL para Percona Server para MySQL Managed Hosting for WordPress Primeiros passos Discover Managed Hosting for WordPress (Beta version) Video Center Primeiros passos Video Center - Manage your videos online SSL Gateway Primeiros passos Encomendar um SSL Gateway Utilizar o SSL Gateway Web Cloud Databases Primeiros passos Web Cloud Databases - Primeira utilizacao Comecar com MySQL e MariaDB Comecar com PostgreSQL Configuracao Web Cloud Databases - Como autorizar um endereco IP? Criar bases de dados e utilizadores no servidor de bases de dados Web Cloud Databases - Alterar as permissoes de um utilizador Web Cloud Databases - Ligar-se a uma base de dados Configurar o servidor de bases de dados Web Cloud Databases - Como gerir os logs? Desassociar a minha solucao Web Cloud Databases de um alojamento web Migracao Backup e exportacao de uma base de dados no servidor de bases de dados Restaurar e importar uma base de dados no servidor de bases de dados Recursos adicionais Anuncios de fim de venda/vida Web Cloud Databases Politica de fim de vida das bases de dados geridas Reversibility Policy for the Managed Database System for Web Hosting product Solucoes de e-mail e Ferramentas Colaborativas Funcionalidades comuns as ofertas de e-mail Gerir a politica de seguranca de um servico de e-mail Utilizar os alias e reencaminhamentos de e-mail Eliminar uma conta de e-mail Utilizacao do Outlook Web Application (OWA) Utilizar o endereco de e-mail a partir do webmail Outlook Web App (OWA) Criar regras inbox no OWA Criar respostas automaticas no OWA Partilhar uma pasta atraves do webmail OWA Partilha de calendarios em OWA Migracao de servicos Migrar um endereco de e-mail MX Plan para uma conta de E-mail Pro, Exchange ou Zimbra Migrar manualmente o seu endereco de e-mail Migrar contas de e-mail com o OVHcloud Mail Migrator Migrar os enderecos de e-mail de uma plataforma de e-mail OVHcloud para outra Diagnostico Envio ou rececao de e-mails impossivel O que fazer no caso de uma conta bloqueada por spam? Obter o cabecalho e o ficheiro .eml de um e-mail Gerir o espaco de armazenamento de uma conta de e-mail Restaurar os elementos eliminados da sua conta de e-mail MX Plan Visao geral Primeiros passos Introducao a oferta MX Plan Criar um endereco de e-mail com a oferta MX Plan Alterar a palavra-passe de um endereco de e-mail Webmail: Guia de utilizacao do Roundcube FAQ e-mails OVHcloud Utilizar o webmail Zimbra FAQ sobre a solucao Zimbra OVHcloud Funcionalidades de enderecos de correio eletronico MX Plan - Criar uma resposta automatica em um endereco de e-mail Gerir e utilizar as mailing lists Criar filtros para os seus enderecos de e-mail MX Plan - Delegue a gestao das suas contas de e-mail a outra pessoa Configurar uma aplicacao de e-mail no seu computador MX Plan / Zimbra Starter - Configurar o seu endereco de e-mail no Outlook classico para Windows MX Plan - Configurar um endereco de e-mail no Outlook para macOS MX Plan - Configure sua conta de e-mail no Mail para macOS MX Plan - Configurar seu endereco de e-mail no Thunderbird para Windows MX Plan - Configurar seu endereco de e-mail no Thunderbird para macOS MX Plan / Zimbra Starter - Adicionar uma conta de e-mail no novo Outlook para Windows Configurar uma aplicacao de e-mail no seu smartphone MX Plan - Configure sua conta de e-mail no Mail para iPhone e iPad MX Plan - Configurar um endereco de e-mail no Gmail para Android MX Plan / Zimbra STARTER - Configurar o Outlook para Android MX Plan - Configurar a sua conta de e-mail no Outlook para iOS Adicionar endereco de correio eletronico a um servico de correio eletronico existente MX Plan - Configurar o seu endereco de e-mail na interface online do Gmail E-mail Pro Visao geral Primeiros passos Primeiros passos com a solucao E-mail Pro Gerir a faturacao das contas E-mail Pro Delegar permissoes numa conta de e-mail Criar assinaturas automaticas Configurar uma aplicacao de e-mail no seu computador E-mail Pro - Configurar uma conta de e-mail no Outlook classico para Windows E-mail Pro - Configure sua conta de e-mail no Outlook para macOS E-mail Pro - Configure sua conta de e-mail no Mail para macOS E-mail Pro - Configurar sua conta de E-mail Pro no novo Outlook para Windows E-mail Pro - Configurar seu endereco de e-mail no Thunderbird para Windows E-mail Pro - Configurar seu endereco de e-mail no Thunderbird para macOS Configurar uma aplicacao de e-mail no seu smartphone E-mail Pro - Configure sua conta de e-mail no Mail para iPhone e iPad E-mail Pro - Configurar um endereco de e-mail no Gmail para Android E-mail Pro - Configurar um endereco de e-mail no Outlook para Android E-mail Pro - Configurar a sua conta de e-mail no Outlook para iOS Adicionar endereco de correio eletronico a um servico de correio eletronico existente E-mail Pro - Configurar o seu endereco de e-mail na interface online do Gmail Microsoft Exchange Visao geral Primeiros passos Primeiros passos com o servico Hosted Exchange Primeiros passos com um servidor Private Private Exchange - Backing up your email accounts with Veeam Backup for Microsoft 365 Gerir a faturacao das contas Exchange Adicionar um dominio a uma plataforma de e-mail Adicionar um registo CNAME para validar o seu dominio na sua oferta de e-mail Responsibility model for the product Managed Email Server on Mutualized Infrastructure (EN) Responsibility model for the product Managed Dedicated E-mail Infrastructure (EN) Funcionalidades de uma conta Exchange Exchange - Utilizacao de grupos de difusao (mailing lists) Delegar permissoes numa conta de e-mail Configurar a dupla autenticacao numa conta Exchange Utilizacao das contas de recurso Criar e utilizar uma conta partilhada Criar assinaturas automaticas Obter uma licenca Outlook para Exchange Configurer un connecteur d'envoi sur votre plateforme Private ou Trusted Exchange Configurar uma aplicacao de e-mail no seu computador Exchange - Configurar uma conta de e-mail no Outlook classico para Windows Exchange - Configure sua conta de e-mail no Outlook para macOS Exchange - Configurar uma conta de e-mail no Mail do macOS Exchange - Configure sua conta de e-mail no Correio para Windows Exchange - Configurar seu endereco de e-mail no Thunderbird para Windows Exchange - Configurar seu endereco de e-mail no Thunderbird para macOS Configurar uma aplicacao de e-mail no seu smartphone Exchange - Configure sua conta de e-mail no Mail para iPhone e iPad Exchange - Configurar um endereco de e-mail no Gmail para Android Diagnostico Utilizacao do diagnostico de erros Exchange Exchange - Como gerir os logs Microsoft Office Gerir um grupo de licencas Microsoft 365 OVHcloud Gerir um grupo de licencas Office 365 Revendedores (CSP2) OVHcloud Utilizar o ambiente de trabalho remoto com Microsoft 365 apps Zimbra Visao geral Primeiros passos Primeiros passos com a oferta Zimbra Utilizar o webmail Zimbra FAQ sobre a solucao Zimbra OVHcloud Configurar um endereco de e-mail Zimbra num software de mensagens Migrar um endereco de e-mail MX Plan para uma conta Zimbra OVHcloud Zimbra - Configurar a sua conta de e-mail na aplicacao movel Zimbra Zimbra - Sincronizar um calendario CalDAV numa aplicacao Zimbra - Configurar uma pasta WebDAV no seu computador Configurar uma aplicacao de e-mail no seu computador Zimbra Pro - Configurar a sua conta de e-mail atraves do AtiveSync no Outlook para Windows Zimbra Pro - Configurar a sua conta de e-mail atraves do EWS no Outlook para Mac Zimbra Pro - Configurar a sua conta de e-mail via EWS no Mail no Mac Configurar uma aplicacao de e-mail no seu smartphone Zimbra Pro - Configurar a sua conta de e-mail atraves do AtiveSync no Outlook para iOS Zimbra Pro - Configurar uma conta de e-mail via AtiveSync no Mail para iPhone ou iPad Zimbra Pro - Configurar sua conta de e-mail via AtiveSync no Outlook para Android Zimbra Pro - Configurar uma conta de e-mail via AtiveSync no Gmail para Android Internet Acesso Internet Visao geral Conceitos-chave La desserte interne Comprendre le cycle de vie des commandes FTTE et FTTO Primeiros passos FAQ solutions Internet OVHcloud Obtenir les identifiants PPPoE Configuracao Configuracao do acesso Configurer sa box a partir de l'espace client OVHcloud Modification du profil de synchronisation Comment configurer le reverse DNS de ma connexion Internet OVHcloud Activer l'adresse IPv6 d'une connexion Internet OVHcloud Gestao da oferta Comment changer mon offre xDSL/Fibre Fin du cuivre - Comment migrer mon offre xDSL vers la Fibre ? Comment demenager mon acces xDSL/Fibre Comment resilier un acces xDSL/Fibre VoIP / Acces Internet - Deroulement d'un RMA Gestao das opcoes Comment activer mes lignes telephoniques ? (Offres ADSL/VDSL/FTTH) Activer les adresses e-mail incluses dans votre offre FTTH/xDSL Configuracao avancada Comment activer le mode bridge sur un modem Zyxel Comment reutiliser le WiFi d'un modem Zyxel avec OverTheBox Activer ou desactiver l'envoi d'e-mails depuis le SMTP OVHcloud Gerer et configurer un bloc IP /29 Comment changer le backend ACS du modem Connectivity API Configurer un routeur manuellement Diagnostico Redemarrer ou reinitialiser une box OVHcloud Depanner son acces Internet fibre Resoudre une interruption ou des lenteurs de navigation Retablir la synchronisation d'une connexion suite a une coupure Retablir un acces a Internet suite a une coupure complete ou partielle Verifier si son lien xDSL est sature Verifier la stabilite de son acces OVHcloud via les logs radius Activer une alerte de monitoring OverTheBox Visao geral Primeiros passos Premiers pas avec OverTheBox Comment installer OverTheBox ? FAQ OverTheBox Configuracao Gestao da oferta Comment changer mon offre OverTheBox Configuracao inicial Comment mettre a jour un appareil OverTheBox ? Comment acceder a distance a une OverTheBox Comment configurer IPv6 sur OverTheBox ? Comment reinitialiser ou restaurer la configuration d'une OverTheBox Comment configurer le pare-feu (firewall) sur OverTheBox ? Comment configurer le reseau local d'une OverTheBox ? Comment configurer une route statique sur OverTheBox ? Comment configurer la qualite de service (QoS) sur OverTheBox ? Comment configurer un lien 4G sur OverTheBox? Configuracao Avancada Comment configurer une interface reseau ? Installer l'image OverTheBox sur votre appareil Configurer un ancien appareil OverTheBox v1 (Intel & IT v1) Telefone e Fax VoIP - Presentation de la documentation Introducao FAQ VoIP OVHcloud Gerer vos services VoIP Gerer vos groupes de telephonie Renseigner les coordonnees d'une ligne ou d'un numero et les faire paraitre en ligne Administrar Valider votre identite pour l'utilisation des services VoIP Valider votre identite pour l'exploitation d'un numero special SVA Gerer les reversements ou les couts de vos numeros speciaux Gestion du depot de garantie et de la limite hors-forfait Effectuer un changement de contacts pour vos groupes de telephonie Comment resilier un service VoIP ou une ligne Fax VoIP / Acces Internet - Deroulement d'un RMA Configuracao Linhas telefonicas Ligne SIP - commander, modifier, rattacher ou detacher un telephone OVHcloud Configurer et consulter le repondeur de sa ligne Configurer la presentation de son numero Filtrer et renvoyer ses appels Configurer des plages horaires et des fermetures exceptionnelles sur une ligne Installer et configurer Softcall Gerer un carnet de contacts sur une ligne SIP Creer des numeros abreges Modifier les musiques et sonneries de votre ligne Activer ou desactiver des services depuis le telephone Gerer et utiliser les appels simultanes Configurer les touches programmables de votre telephone OVHcloud Gerer le mode intercom de votre ligne Configurer et utiliser le Click2Call sur une ligne SIP Statistiques sur la QoS des appels Numeros e alias Demander et suivre une portabilite de numero Demander et suivre une portabilite de numero belge Choisir et appliquer une configuration pour un numero Configurer une redirection d'appels Configurer une file d'appels Configurer un serveur vocal interactif (SVI) Configurer un Contact Center Solution Creer et gerer des conferences telephoniques POPC Installer le logiciel POPC Prise en main du logiciel POPC IPBX How to deploy the 3CX IPBX automatically on OVHcloud Public Cloud Asterisk - configuration et utilisation Comment modifier le temps d’enregistrement d’une ligne sur Asterisk 3CX - Configuration et utilisation Freeswitch - configuration et utilisation Integracao de telefonia informatica (CTI) Integration CTI de la telephonie OVHcloud aux CRM et ERP - exemple avec SugarCRM Documentation technique CTI Projet communautaire CTI Tutoriais Ligne SIP - Configuration sur un softphone / telephone personnel Enregistrer une ligne SIP OVHcloud sur Zoiper Tutoriel - Utiliser une ligne SIP OVHcloud sur Linphone Seguranca Securiser sa ligne SIP OVHcloud Modifier le mot de passe d'une ligne SIP Restreindre sa ligne SIP OVHcloud par IP Diagnostico Tutoriel - Diagnostic du reseau local Depanner son telephone OVHcloud Recursos adicionais Guides d'utilisation de nos precedentes gammes de telephones Utiliser le Cisco 8851 Utiliser le Cisco 7841 Utiliser le Yealink T4X Utiliser le Yealink W56P Utiliser le Yealink CP860 Branchements du C530 IP Utiliser le Gigaset C530IP Depannage C530 IP Branchements SPA112 Adaptateur SPA112 Depannage SPA112 Branchements SPA504G Fonctionalites SPA504G Depannage SPA504G Branchements IP5000 Depannage IP5000 Fax Visao geral Primeiros passos FAQ sur la solution Fax OVHcloud Configuration de votre ligne Fax Utiliser son fax physique avec l'offre Plug & Fax Activation du repondeur Fax EcoFax Pro / Plug & Fax Configuracao Envio e rececao de faxes Envoyer des fax par e-mail Envoyer une campagne de fax depuis l'espace client OVHcloud Envoyer des Fax via l'imprimante virtuelle EcoFax - macOS X Envoyer des Fax via l'imprimante virtuelle EcoFax - Windows Comment resilier un service VoIP ou une ligne Fax Mensagens SMS Visao geral Primeiros passos FAQ SMS OVHcloud Launching your first SMS campaign Time2Chat, la messagerie conversationnelle par SMS pour les entreprises Configuracao Envio de SMS Sending SMS messages via the OVHcloud Control Panel Sending SMS messages via an email address Sending SMS messages with the OVHcloud API in PHP Sending SMS messages with the OVHcloud API in Node.js Sending SMS messages with the OVHcloud API in Java Envoyer des SMS avec l’API OVHcloud en c# Sending SMS messages to the USA Sending SMS messages via a URL - http2sms Gerir a oferta Managing SMS credits and enabling automatic re-crediting Manage your SMS history Everything you need to know about SMS senders Everything you need to know about SMS users How to create an SMS recipient list Managing SMS address books Envoyer des SMS permettant la reponse Utilizacao avancada Tout ce qu'il faut savoir sur le HLR - SMS API SMS Cookbook Automate SMS sending with n8n via the OVHcloud API SMPP Managing an SMS SMPP account SMPP Technical Specifications Armazenamento e backup Object Storage Visao geral S3 compatible Conceitos Object Storage - Choosing the right storage class for your needs Object Storage - Endpoints and Object Storage geoavailability Comparison of Object Storage Deployment Modes - Understanding 3-AZ / 1-AZ / Local Zones Cold Archive - Visao Geral (EN) Introducao Object Storage - Getting started Cold Archive - Getting started with Cold Archive Object Storage - Identity and access management Configuracao Object Storage - Getting Started with Versioning Object Storage - Smart Storage Management with Lifecycle Rules Object Storage - Master asynchronous replication across your buckets Object Storage - Server Access Logging Object Storage - Setting up CORS on Object Storage Object Storage - Bucket ACL Object Storage - Hosting a static website in an Object Storage bucket Object Storage - Enabling HTTPS on a static website using a custom domain Object Storage - How to connect Object Storage buckets with other resources in a vRack Migracao Object Storage - How to migrate from an S3-compatible object storage provider to OVHcloud Object Storage Object Storage - How to migrate from OVHcloud Swift Object Storage to OVHcloud S3-compatible Object Storage Tutoriais Object Storage - Use Object Storage with Rclone Object Storage - Use Object Storage with S3cmd Object Storage - Use Object Storage with WinSCP Object Storage - Utilizar Object Storage com Veeam (EN) Object Storage - Utilizar Object Storage com Nextcloud (EN) Object Storage - Utilizar Object Storage com Owncloud (EN) Object Storage – Use Object Storage with Cohesity NetBackup Object Storage – Use Object Storage with Pure Storage Flashblade Object Storage - Manage an Object Storage bucket with Terraform Object Storage – How to share an object or file externally Seguranca Object Storage - Encrypt your server-side objects with SSE-C or SSE-OMK Object Storage - Managing object immutability with Object Lock (WORM) Object Storage - Identity and access management Diagnostico Object Storage - FAQ Cold Archive - FAQ (EN) Object Storage - Local Zones specifications Object Storage - Compliance Object Storage - Limites tecnicos (EN) Object Storage - Optimising Performance Object Storage - Optimise the sending of your files to Object Storage Recursos adicionais Object Storage - Shared Responsibility Cold Storage - Shared Responsibility for archive and restoration services Object Storage - Third-party applications compatibility Swift Introducao Object Storage Swift - Creating an Object Storage container Object Storage Swift - Os primeiros passos com a API swift Object Storage Swift - Primeiros passos com a API Swift S3 Configuracao Object Storage Swift - Associar um container a um nome de dominio Object Storage Swift - Sincronizando conteineres de objetos (EN) Object Storage Swift - Configurar a eliminacao automatica de objectos Object Storage Swift - Setting up CORS on Object Storage (EN) Cloud Archive Swift - Gerir os seus arquivos a partir de um cliente SFTP/SCP Cloud Archive Swift - Criacao de container Public Cloud Archive Cloud Archive Swift - Descongelar os seus dados armazenados no Public Cloud Archive Cloud Archive Swift - Set up an Access Control List on Public Cloud Archive (EN) Migracao Object Storage - How to migrate from OVHcloud Swift Object Storage to OVHcloud S3-compatible Object Storage Tutoriais Object Storage Swift - Sincronizar uma NAS Synology com o Object Storage Object Storage Swift - Montar um container de objetos com S3QL (EN) Object Storage Swift - Utilizar o Object Storage com CyberDuck Object Storage Swift - Using Object Storage with Rclone Object Storage Swift - Configure o ownCloud com o Object Storage (EN) Cloud Archive Swift - Gerir os seus arquivos a partir de um cliente Swift (Cyberduck) Cloud Archive Swift - Gestao dos seus arquivos com Rsync Seguranca Object Storage Swift - Set up an Access Control List on Object Storage (EN) Diagnostico Object Storage Swift - S3/Swift REST API compatibility (EN) Object Storage Swift - Capabilities and limitations Cloud Archive Swift - Capabilities and limitations Object Storage Swift - Otimizar os uploads para o Object Storage Recursos adicionais Object Storage Swift - Curl Command Memo (EN) Object Storage Swift - Swift commands Memo (EN) Cloud Archive Swift - Curl Command Memo (EN) Cloud Archive Swift - Swift Command Memo (EN) File Storage Visao geral Enterprise File Storage Visao geral Conceitos-chave Enterprise File Storage - Conceitos Enterprise File Storage - Conceitos de performance Enterprise File Storage - FAQ Primeiros passos Enterprise File Storage - Gestao a partir da Area de Cliente OVHcloud Managing Enterprise File Storage with OVHcloud Terraform provider Enterprise File Storage - Primeiros passos com as API Enterprise File Storage - Primeiros passos com Trident CSI Configuracao Enterprise File Storage - Faca a gestao das suas politicas de snapshots Enterprise File Storage - Conservar uma snapshot automatica Enterprise File Storage - Restaurar um volume utilizando a API de restauro de snapshots Enterprise File Storage - Gerir os seus volumes Enterprise File Storage - Gerir os ACL de um volume Enterprise File Storage - Gerir as snapshots de um volume Enterprise File Storage - Particularidades relativas a certos clientes NFS Enterprise File Storage - Connect a Public Cloud instance to an EFS Volume via vRack Private Network Enterprise File Storage - Private network configuration Migracao Enterprise File Storage - Clonar um volume Recursos adicionais File Storage services - Responsibility model (EN) File Storage reversibility policy NAS-HA Visao geral Conceitos-chave Les questions frequentes concernant le service NAS-HA Primeiros passos Primeiros passos com um NAS-HA NAS-HA - Primeiros passos com as API Configuracao Montagem de NAS-HA atraves de NFS Configure o seu NAS-HA no Windows Server atraves do CIFS NAS-HA - Gestao dos ACL atraves da API NAS-HA - Gestao das particoes por API NAS-HA - Gestao das snapshots atraves da API Migracao Migracao de dados de um NAS-HA para outro via NFS Recursos adicionais File Storage reversibility policy File Storage services - Responsibility model (EN) Public Cloud File Storage Key concepts Primeiros passos File Storage Service - Getting started (Beta) Block Storage Visao geral Block volume Conceitos-chave Proper Usage and Limitations of Classic Multi-Attach Block Storage in 3AZ Regions Primeiros passos Criar e configurar um disco suplementar numa instancia Criar uma copia de seguranca de um volume Criar uma snapshot de um volume Configuracao Criar um volume a partir de um backup Aumentar o tamanho de um disco adicional Testar a velocidade dos discos Migracao Migrer un volume Block Storage vers un volume chiffre LUKS Modificar um Volume Block Storage Recursos adicionais Public Cloud Block Storage - Shared responsibilities (EN) Cloud Disk Array Conceitos-chave Perguntas frequentes (EN) Primeiros passos Cloud Disk Array - Criacao de usuario (EN) Cloud Disk Array - Criacao de pool (EN) Cloud Disk Array - Criacao de IP ACL (EN) Configuracao Alterar direitos do usuario (EN) Sistema de arquivos distribuido CephFS (EN) How to upgrade a Cloud Disk Array (CDA) using the OVHcloud API Acesse o cluster usando o cliente rbd (EN) Tutorials Utilizar Ceph com Proxmox (EN) Recursos adicionais Status do cluster (EN) Avaliar o desempenho do armazenamento Benchmarking Backup and disaster recovery solution Backup Agent Conceitos-chave Backup Agent - Apresentacao da oferta Backup Agent - Funcionamento do Vault Primeiros passos Backup Agent - Como configurar a sua primeira copia de seguranca Backup Agent - Gerir as suas copias de seguranca e restauracoes Backup Agent - Conectar-se a VSPC Diagnostico Backup Agent - Diagnostico e resolucao de problemas Backup Agent - Restore a Bare Metal server with Veeam Backup Agent Recursos adicionais Backup Agent - Restricoes conhecidas Backup Agent - Faturacao Backup Agent - Atualizacao do servico Backup Agent - Procedimento de eliminacao Veeam Enterprise Plus Primeiros passos Instalar o Veeam Backup & Replication (EN) Configuracao Preparing a Bare Metal Server backup with Veeam Enterprise (EN) Backing up a Bare Metal Linux Server with Veeam Enterprise (EN) Backing Up a Bare Metal Windows Server Using Veeam Agent for Windows (EN) Restoring a Bare Metal Server with Veeam Enterprise (EN) Seguranca Encrypting backup jobs with Veeam and OKMS Managed Veeam for Public VCF aaS Primeiros passos Public VCF as-a-Service - Backups with Veeam Data Platform (EN) HYCU for OVHcloud Primeiros passos Configurar HYCU Backup (EN) Managed Kubernetes - Data Protection Tutorials Backup and Restore OVHcloud Managed Kubernetes Cluster, Namespace and Applications using TrilioVault for Kubernetes Backing-up an OVHcloud Managed Kubernetes cluster using CloudCasa Backing up and restoring your Persistent Volume with Volume Snapshots on OVHcloud Managed Kubernetes Backing-up an OVHcloud Managed Kubernetes cluster using Velero Backing-up Persistent Volumes using Stash Rede Additional IP Conceitos-chave Concepts - Primary IP and Additional IP Configuracao Migrar um Additional IP Configurar um bloco de Additional IP num vRack Configurar um bloco Additional IPv6 num vRack Guias especificos de produto Servidores dedicados Configurar a rede em Proxmox VE nas gamas High Grade, Scale & Advance (EN) Configurer des Additional IP en mode bridge sur vos machines virtuelles Tutorial - Configuring pfSense network bridge (EN) Configurer son adresse IP en alias Configurar a rede em Windows Server com Hyper-V Atribuir um endereco MAC virtual a um Additional IP Utilizar Hyper-V com enderecos Additional IP num vRack Hosted Private Cloud Adicionar um endereco IP publico a uma nova VM (EN) Adicionar um bloco IP Load Balancer How to route an Additional IP Managed Bare Metal Adicionar um bloco IP Public Cloud Concepts - Additional IP or Floating IP (EN) Configurar um Additional IP Adicionar um Additional IP Migrar um Additional IP Importar um Additional IP Virtual Private Servers Configurar um endereco de IP alias Resolucao de problemas Como remover um endereco IP de uma lista de IPs bloqueados Cancelling an Additional IP service Bring Your Own IP How to use the Bring Your Own IP feature (EN) BGP Service Configuration du service BGP Content Delivery Network (CDN) Infrastructure Primeira configuracao de um dominio Gestao do trafego na CDN Funcionamento do certificado SSL na CDN Lista dos enderecos IP a autorizar para a sua CDN Infrastructure Load Balancer Visao geral Conceitos-chave Introduction to the OVHcloud Load Balancer OVHcloud Load Balancer FAQ Primeiros passos Gestion du service OVHcloud Load Balancer via l'espace client Order a free SSL certificate Load Balancer API Quick Reference OVHcloud Load Balancer TCP / HTTP / HTTPS Logs Forwarding Load balancing methods Configuracao Infraestrutura How to route an Additional IP Configuring the vRack on the load balancer How to configure the OVHcloud Load Balancer in multiple zones Trafego Como configurar o protocolo HTTP/2 no Load Balancer OVHcloud Comment configurer le SMTP sur un service Load Balancer Configuration of an OVHcloud Load Balancer service - HTTP headers Configuring an OVHcloud Load Balancer with ProxyProtocol Configuration of probes on an OVHcloud Load Balancer service Configuring an OVHcloud Load Balancer service with redirects Configuring an OVHcloud Load Balancer with HTTP routes Tracking connections on the OVHcloud Load Balancer Implementacoes Configuration of an OVHcloud Load Balancer service with HTTP/HTTPS Deploying a blue-green infrastructure Recursos adicionais Details of API functions Resolucao de problemas Retrieving server health status Seguranca de rede Ativar e configurar o Edge Network Firewall Proteger um servidor de jogos com a firewall aplicacional Monitorizacao dos ataques DDoS com o Network Security Dashboard OVHcloud Connect Visao geral Conceitos-chave Concepts overview Layer 2 mode Layer 3 mode Primeiros passos Installation of OVHcloud Connect Direct from the OVHcloud Control Panel Installation of OVHcloud Connect Provider from the OVHcloud Control Panel How to initiate a diagnostic for OVHcloud Connect from the OVHcloud Control Panel OVHcloud Connect Logs Forwarding FAQ OVHcloud Connect Configuracao Configuration of OVHcloud Connect using OVHcloud APIv6 Resolucao de problemas Troubleshooting common errors setting up OVHcloud Connect Recursos adicionais Technical capabilities and limitations SecNumCloud Concepts overview SPN Concept VPN-SPN Concept FAQ SecNumCloud Connectivity vRack Private Network Visao geral Configuracao Configurar um bloco de Additional IP num vRack Configurar um bloco Additional IPv6 num vRack Configurar quadros Jumbo no vRack Criar varias VLAN no vRack Alterar o anuncio de um bloco IP no vRack Upgrade and downgrade private bandwidth (vRack) via the OVHcloud API Guias especificos de produto Servidores dedicados Configurar a rede em Proxmox VE nas gamas High Grade, Scale & Advance (EN) Configurar varios servidores dedicados no vRack Configurar a rede em Windows Server com Hyper-V Configurar o vRack entre o Public Cloud e um servidor dedicado Utilizar Hyper-V com enderecos Additional IP num vRack Como configurar a NIC para o OVHcloud Link Aggregation em Debian 9 a 11 Hosted Private Cloud Nutanix on OVHcloud Interligacao de clusters atraves do vRack (EN) Modificacao do vRack de um cluster Nutanix (EN) VMware on OVHcloud Criacao de VLANs (EN) Utilizar o Hosted Private Cloud no seio de um vRack Compatibilidade do vRack com o Hosted Private Cloud Load Balancer Configuring the vRack on the load balancer Managed Bare Metal Utilizar o Managed Bare Metal no seio de um vRack Criacao da VLAN Public Cloud Contentores & Orquestracao Using vRack Private Network Working with vRack example - Communicating between different private networks Using vRack - Communicating between different private networks Working with vRack example - Managed Kubernetes and Public Cloud instances Public Cloud Network Services Configuracao do vRack Public Cloud Configuring vRack on the Public Cloud using the OVHcloud API (EN) Configuracao do vRack Public Cloud com a ajuda da OpenStack CLI Configurar o vRack entre o Public Cloud e um servidor dedicado Configuring a public IP block in a vRack on a Public Cloud instance vRack Services vRack Services - Exposing a Managed Service on your vRack Enterprise File Storage - Private network configuration Enterprise File Storage - Connect a Public Cloud instance to an EFS Volume via vRack Private Network Resolucao de problemas How to troubleshoot your network using OVHcloud tools Como saber se o meu endereco IP e gerido pela OVHcloud? Gerir e operar API Primeiros passos Primeiros passos com as API OVHcloud Exploring the OVHcloud APIs (EN) APIv6 OVHcloud API v2 - Principles of operation Manage services Manage payment and billing of OVHcloud services Create a OVH sub-account and a user account with OVH API Managing OVHcloud service accounts via the API (EN) How to use service accounts to connect to OVHcloud APIs (EN) Generating OVHcloud account logs with Logs Data Platform (EN) Gestao dos utilizadores e da federacao Primeiros passos Apresentacao das identidades que podem interagir dentro de uma conta OVHcloud Criar e gerir utilizadores locais numa conta OVHcloud Managing OVHcloud service accounts via the API (EN) Federacao de identidades Ativar as ligacoes Active Directory Federation Services (AD FS) SSO com a sua conta OVHcloud Ativar as ligacoes SSO do Google Workspace com a sua conta OVHcloud Ativar as ligacoes Entra ID SSO com a sua conta OVHcloud Ativar as ligacoes Okta SSO com a sua conta OVHcloud IAM Utilizacao das politicas IAM com a API OVHcloud (EN) Como utilizar as politicas IAM a partir do seu Espaco Cliente Lista dos grupos de permissoes da OVHcloud (EN) How to manage tags on resources Como criar uma politica IAM para permitir que um utilizador se ligue a Area de Cliente OVHcloud (EN) How to use IAM policies with vSphere (EN) How to use service accounts to connect to OpenStack (EN) How to analyse IAM policy results (EN) Generating OVHcloud account logs with Logs Data Platform (EN) Terraform Using Terraform with OVHcloud (EN) CLI Getting Started with OVHcloud CLI Observability Logs Data Platform Getting Started Introduction to Logs Data Platform Quick start for Logs Data Platform Logs Data Platform - Responsibility model Reversibility Policy for the Managed Log Manager product OVHcloud Service Logs Generating OVHcloud account logs with Logs Data Platform (EN) Logs Data Platform - Collect VMware on OVHcloud logs (EN) Public Cloud Load Balancer TCP / HTTP / HTTPS Logs Forwarding (EN) Mettre en place le transfert de logs des bases de donnees Public Cloud (EN) Web Cloud Databases - Como gerir os logs? Managed Kubernetes Service Audit Logs Forwarding Pushing logs from OVHcloud KMS to Logs Data Platform OVHcloud Connect Logs Forwarding IAM Ingesting your logs Field naming convention Mutualized Inputs Dedicated input - Logstash Mutualized input - OpenSearch API Pushing logs with a SDK - Python 2.x - Djehouty Pushing logs with a SDK - Python 3.x - logging-ldp Pushing logs with a logging library - Rust - gelf_logger and log4rs-gelf Pushing logs with a forwarder - Filebeat (Linux) Pushing logs with a forwarder - Syslog-ng 3.12.1+ (Linux) Pushing logs with a forwarder - NXLog (Windows) Pushing logs from software - Apache Pushing logs from a Kubernetes cluster to Logs Data Platform using Fluent Bit Generating OVHcloud account logs with Logs Data Platform (EN) SAP logs on OVHcloud Logs Data Platform - Configuration Logs Data Platform - Collect VMware on OVHcloud logs (EN) Visualizing, querying and exploiting your logs Exposing your logs to third-party tools via the OpenSearch API Using OpenSearch Dashboards with Logs Data Platform Using Grafana with Logs Data Platform CLI - ldp-tail, a tool to follow your logs in real-time CLI - bonfire, querying graylog from a CLI Alerting - Configuring alerts on your streams Alerting - Using ElastAlert 2 with Logs Data Platform OpenSearch Index as a service OpenSearch Index as a Service Security and conformity Archiving your logs - Cold-storage Encrypting your logs archives Securing Logs Data Platform's APIs with tokens Usecases Tracking slow MySQL queries with Logs Data Platform Supervising your HAProxy deployment with Logs Data Platform Pushing logs from a Kubernetes cluster to Logs Data Platform using Fluent Bit Handling roles and permissions when IAM is not enabled SAP logs on OVHcloud Logs Data Platform - Configuration KMS Getting started with OVHcloud Key Management Service (KMS) Using OVHcloud Key Management Service (KMS) Manage your OKMS access certificate OKMS Architecture overview OKMS - Shared responsibilities How to connect a compatible product using KMIP protocol How to Encrypt Kubernetes ETCD with OVHcloud KMS Pushing logs from OVHcloud KMS to Logs Data Platform Secret Manager Using the Secret Manager in the OVHcloud Control Panel Using the Secret Manager with the REST API Using the Secret Manager with the HashiCorp Vault KV2 compliant API Manage your OKMS access certificate OKMS Architecture overview OKMS - Shared responsibilities How to use Kubernetes External Secret Operator with Secret Manager Gestao de conta Informacoes da conta Visao geral Primeiros passos Criar uma conta OVHcloud Aceder a Area de Cliente OVHcloud Definir e gerir a palavra-passe da sua conta Proteger a minha conta OVHcloud e gerir as minhas informacoes pessoais Como gerir os contactos (gestores) dos servicos OVHcloud Gerir comunicacoes relacionadas com os servicos da OVHcloud Apresentacao da nova navegacao na Area de Cliente OVHcloud Partilhar ficheiros com a ferramenta Plik Criacao e gestao de utilizadores Apresentacao das identidades que podem interagir dentro de uma conta OVHcloud Criar e gerir utilizadores locais numa conta OVHcloud Utilizacao das politicas IAM com a API OVHcloud (EN) Como utilizar as politicas IAM a partir do seu Espaco Cliente Generating OVHcloud account logs with Logs Data Platform (EN) How to analyse IAM policy results (EN) Lista dos grupos de permissoes da OVHcloud (EN) Como criar uma politica IAM para permitir que um utilizador se ligue a Area de Cliente OVHcloud (EN) Managing OVHcloud service accounts via the API (EN) Ativar as ligacoes Active Directory Federation Services (AD FS) SSO com a sua conta OVHcloud Ativar as ligacoes SSO do Google Workspace com a sua conta OVHcloud Ativar as ligacoes Entra ID SSO com a sua conta OVHcloud Ativar as ligacoes Okta SSO com a sua conta OVHcloud How to use IAM policies with vSphere (EN) How to use service accounts to connect to OpenStack (EN) How to use service accounts to connect to OVHcloud APIs (EN) Como adicionar uma chave SSH no Painel de Controle da OVHcloud (generated by AI) FAQ FAQ sobre a gestao da conta OVHcloud FAQ sobre o suporte da OVHcloud Seguranca e conformidade Proteger a sua conta OVHcloud com a dupla autenticacao Limitar o acesso por IP a Area de Cliente OVHcloud Phishing - Como identificar e-mails fraudulentos? Information System Security Policy (ISSP) Dedicated Server Security Specifications Security specification for Private Cloud by VMmare (EN) Block Storage security specifications Security specification for Private Cloud VMmare under SecNumCloud qualification (EN) OVHcloud products ISO27k certifications OVHcloud products HDS certification Representation des garanties de la certification d'Hebergement de Donnees de Sante (HDS) sur les produits OVHcloud Gestao da faturacao, dos pagamentos e dos servicos Renovar um servico Como renovar os meus servicos OVHcloud Renovar os meus nomes de dominio OVHcloud Renovar os seus servicos atraves da API OVHcloud Gestao de servicos As boas praticas para a gestao dos seus servicos e da sua conta OVHcloud Como obter a pegada de carbono dos seus servicos OVHcloud Faturas, faturacao e pagamentos Gerir as encomendas da OVHcloud Gerir os meus metodos de pagamento Gerir as minhas faturas OVHcloud Conceito de Numero de Comando ou Purchase Order (PO) Payer une commande en tant qu’administration publique Hosted Private Cloud Hosted Private Cloud Billing (EN) AI Notebooks AI Notebooks - Billing and lifecycle Public Cloud Adicionar um credito cloud Public Cloud Compute - Passar de uma faturacao a hora para uma faturacao ao mes Rescisao de um servico Como cancelar os meus servicos OVHcloud Hosted Private Cloud Como rescindir o seu Hosted Private Cloud GDPR - How to immediately delete your OVHcloud services FAQ FAQ sobre faturacao e pagamento FAQ sobre o seguimento da encomenda OVHcloud Como saber se o meu endereco IP e gerido pela OVHcloud? API Encomendar um projeto Public Cloud atraves da API OVHcloud Reversibilidade Politicas de reversibilidade Global Reversibility Policy (EN) Web Hosting Reversibility Policy (DE) Public Cloud Reversibility Policy Reversibility Policy for Managed Dedicated Cloud product (EN) Reversibility policy for the service VMware on OVHcloud under SecNumCloud qualification (EN) Dedicated Servers Reversibility Policy (EN) Dedicated Servers 3-AZ Reversibility Policy Reversibility Policy for Managed Document Database Product Reversibility Policy for Managed Relational Database Product Reversibility Policy for the Managed Message Broker product Reversibility Policy for the Managed Data Visualization product File Storage reversibility policy Cold Storage product reversibility policy Object Storage product reversibility policy Politique de reversibilite du produit Object Storage 3AZ Orchestration product reversibility policy Managed OCI artifact Registry Product Reversibility Policy Reversibility Policy for the Managed Log Manager product Reversibility Policy for the Unified Data Platform product AI Notebooks - Politique de reversibilite du produit Notebook Interface Reversibility Policy for the AI Managed Container product Reversibility Policy for the Managed Search Engine Software Platform product Reversibility Policy for the Managed Mutualized Virtualization product Reversibility Policy for the Dedicated PoD-SecNumCloud product Reversibility Policy for the Managed Database System for Web Hosting product Reversibility Policy for the Managed In-Memory Database product Partilha de responsabilidades Shared responsibility for Dedicated Servers (EN) File Storage services - Responsibility model (EN) Cold Storage - Shared Responsibility for archive and restoration services Responsibility sharing for the VMware on OVHcloud service Partage de responsabilite sur le service Hosted Private Cloud by VMware sous la qualification SecNumCloud Partilha de responsabilidades - Nutanix on OVHcloud (EN) Shared responsibility for SAP on OVHcloud solutions Logs Data Platform - Responsibility model Public Cloud Instances - Shared responsibilities (EN) Responsibility model for Public Cloud Databases Public Cloud Block Storage - Shared responsibilities (EN) Object Storage - Shared Responsibility Managed Kubernetes - Responsibility model Managed Private Registry - Responsibility model (EN) Responsibility model for the product Managed Email Server on Mutualized Infrastructure (EN) Responsibility model for the product Managed Dedicated E-mail Infrastructure (EN) OKMS - Shared responsibilities Startup Program Visao geral General information Startup Program - How to apply to our newsletter? How to optimise your application to the Startup Program How to sign your Startup Program contract Support & Communication How to contact a Startup Program manager and/or request a technical consultation Credits & Billing How to check your Startup Program credits How to pay a bill with your Startup Program credits Which products are available to use with Startup Program credits? Technical resources How to increase Public Cloud quotas for a Startup Program member Seguranca e identidade IAM Visao geral Conceitos-chave Primeiros passos Configuracao Gerir politicas (UI) Gerir politicas (API) Grupos de permissoes Contas de servico SSO / SAML Visao geral Conceitos-chave Primeiros passos Configuracao Ligacao com ADFS Ligacao com Azure AD Ligacao com Google Workspace Ligacao com Okta Certificacoes de seguranca Certificacao HDS Politica de seguranca Especificacoes servidores dedicados Especificacoes Block Storage Especificacoes Private Cloud VMware Especificacoes Private Cloud SNC Home › Rede › Load Balancer › Details of API functions Details of API functions Copiar Markdown Perguntar a IA Objective This guide provides a detailed description of all API functions for the OVHcloud Load Balancer. Prerequisite Consult the guide First steps with the OVHcloud APIs to familiarize yourself with the use of OVHcloud APIv6. Instructions Manage your OVHcloud Load Balancer service via the API All API calls that are made in the section /ipLoadbalancing are available on this page . INFO In the calls below all fields marked with an asterisk are mandatory. INFO The Frontends, Farms and Servers are specific to the protocol (HTTP, TCP or UDP) in which they are defined. Compatibility between these components is only possible within the same protocol. For example, an HTTP Frontend can only be paired with an HTTP Farm, and cannot be used with a UDP Farm. Services and zones OVHcloud Load Balancer List active services 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing List the zones available for the OVHcloud Load Balancer 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/availableZones Return details of a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName} Parameters: serviceName * The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters) Modify a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US PUT /ipLoadbalancing/{serviceName} Parameters: serviceName * The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters) Ip * displayName The name you want to give to the service (String of characters) sslConfiguration The SSL configuration you want to assign to the service (Value) List the services attached to the OVHcloud Load Balancer 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/allowedServers Parameters: serviceName * The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters) List existing farms and their type 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/definedFarms Parameters: serviceName * The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters) vrackNetworkId Allows filtering according to the vrack network List the areas that can be attached to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/availableServerZones Parameters: serviceName * The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters) List the different probes that can be used 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/availableFarmProbes Parameters: serviceName * The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters) List the different types of farms that can be used 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/availableFarmType Parameters: serviceName * The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters) List the different types of frontends that can be used 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/availableFrontendType Parameters: serviceName * The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters) List the different types of routing actions that can be used 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/availableRouteActions Parameters: serviceName * The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters) List the different types of routing rules that can be used 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/availableRouteRules Parameters: serviceName * The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters) Service Get service information 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/serviceInfos Parameters: serviceName * The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters) Modify service information 🇪🇺 EU 🇨🇦 CA 🇺🇸 US PUT /ipLoadbalancing/{serviceName}/serviceInfos Parameters : serviceName * The identifier of your Load Balancer, ex: IP-1.2.3.4 (String of characters) Service * automatic Enables automatic service renewal (Boolean)) deleteAtExpiration Enables the deletion of the service upon expiration. (Boolean) forced Forces automatic renewal (Boolean) period Fill in the renewal term (String of characters) Zones List active zones for a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/zone Parameters : serviceName * The identifier of your Load Balancer, ex. : IP-1.2.3.4 (String of characters) Get the details of a zone 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/zone/{name} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) name * The name of the requested zone Delete a zone The service will be discontinued on the expiry date. 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/zone/{name}/terminate Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) name * The service will be discontinued on the expiry date. Undo the deletion of a zone 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/zone/{name}/cancelTermination Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) name * The name of the zone to be deleted HTTP Protocol Accessing HTTP protocol related elements (Frontend, Firmware, etc.). HTTP farms List HTTP farms attached to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/http/farm Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) zone The name of the zone (String of characters) Adding a new HTTP farm to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/http/farm Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) zone * The name of the zone (String of characters) displayName The name you wish to give to your farm (String of characters) balance Your farm's load distribution method (Value) port The listening port on your farm. Inherited from the frontend if undefined (Number, 1..65535) stickiness The type of connection persistence to use for your farm (Value) probe The type of probe to use on your farm (Probe HTTP) forceSsl SSL activation is forced for the probe (Boolean) interval The interval in seconds between each probe test. Must be greater than 30. Default is 30. (Number) match The method of correspondence used. default' uses the standard behavior of HAProxy. status' is only supported for HTTP probes (value) [contains, default, internal, matches, status] negate The behavior of the 'match' operator is reversed (Boolean) method The HTTP method used in type 'http'. HEAD' can save bandwidth. GET' by default (Value) [HEAD, GET, OPTIONS, internal] pattern The format of the server response when "UP". Empty for 'default', comma separated status list for 'status', text for 'contains', regular expression for 'matches' (String of characters) port The port that the probe should use to test the servers attached to your farm. Ignored for 'oco' probes. If not defined, the farm port is used (Number) type The type of the probe; its operation (Value) [HTTP, internal, MySQL, OCO, PgSQL, SMTP, TCP] url The address to be used by the probe for HTTP type probes. The type is ignored if this parameter is set to (String of characters) Getting the details of an HTTP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/http/farm/{farmId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) farmId * The identifier of your HTTP farm (Number) Modify the properties of an HTTP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US PUT /ipLoadbalancing/{serviceName}/http/farm/{farmId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) farmId * The identifier of your HTTP farm (Number) BackendHttp * displayName The name of the farm (String of characters) balance The type of load distribution (Value) port The farm's listening port (Number, 1..65000) probe The type of probe to be used (HTTP probe) stickiness The type of connection persistence (Value) Delete an HTTP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US DELETE /ipLoadbalancing/{serviceName}/http/farm/{farmId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) farmId * The identifier of your HTTP farm (Number) HTTP Servers List the servers linked to the HTTP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/http/farm/{farmId}/server Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) farmId * The identifier of your HTTP farm (Number) cookie Filter Values by Cookie (String of characters) address Filter Values by IPv4 address (IPv4) status Filter Values by server status (Value) Adding a server to an HTTP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/http/farm/{farmId}/server Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) farmId * The identifier of your farm (Number) address * The IPv4 address of your server (IPv4) backup If your server is configured as a backup server (Boolean) chain The Value of the Intermediate SSL Certificate (String of characters) cookie The Value of your Cookie (String of characters) displayName The name given to your server (String of characters) port The listening port of your server. Inherited from your farm if not defined (Number, 1..65535) probe The type of probe to be used (Value) proxyProtocolVersion The proxyProtocol version to use, see http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt (Value) ssl * If the requests sent to your servers need to be encrypted with SSL (Boolean) weight * The weight of your server for your farm. A server with high weight receives more requests (Number) status * If your server is activated or not (Boolean) Get the details of a server linked to an HTTP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/http/farm/{farmId}/server/{serverId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) serverId * The identifier of your server (Number) farmId * The identifier of your farm (Number) Modify the properties of an HTTP server 🇪🇺 EU 🇨🇦 CA 🇺🇸 US PUT /ipLoadbalancing/{serviceName}/http/farm/{farmId}/server/{serverId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) serverId * The identifier of your server-link (Number) farmId * The identifier of your farm (Number) BackendHttpServer * backup If your server is configured as a backup server (Boolean) chain The Value of the Intermediate SSL Certificate (String of characters) cookie The Value of your Cookie (String of characters) displayName The name of your server (String of characters) port The listening port of your server (Number, 1..65535) probe The type of probe to be used (Value) proxyProtocolVersion The proxyProtocol version to use, see http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt (Value) ssl If the requests sent to your servers need to be encrypted with SSL (Boolean) status If your server is activated or not (Boolean) weight The weight of your server for your farm (Number) Removing a server from an HTTP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US DELETE /ipLoadbalancing/{serviceName}/http/farm/{farmId}/server/{serverId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) serverId * The identifier of your server (Number) farmId * The identifier of your farm (Number) Frontends HTTP List HTTP frontends attached to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/http/frontend Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) defaultFarmId The identifier of the HTTP farm to which the HTTP frontend is linked (Number) port The listening port on your frontend (Number, 1..65535) zone The name of your zone, ex: all (String of characters) Add an HTTP frontend to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/http/frontend Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) allowedSource The list of client IP addresses that have access to the Load Balancer (IPv4) NB: the filtering is done at the Load Balancer level, so if the Load Balancer and the servers are not in a vRack, your servers are directly accessible from the Internet. dedicatedIpfo The list of IP addresses of the remote servers to which your Load Balancer is connected (IPv4[]) defaultFarmId The default HTTP farm identifier for your frontend (Number) defaultSslId The default SSL Certificate ID (Number) disabled If your HTTP frontend is disabled or enabled (Boolean) displayName The name of your HTTP frontend (String of characters) hsts If support for https strict, HTTP Strict Transport Security is enabled or disabled (Boolean) httpHeader The custom http header to add (String of characters) port * The listening port on your frontend (Number, 1..65535) redirectLocation The redirection URL http (String of characters) ssl Whether requests sent to the HTTP farm should be encrypted with SSL or not (Boolean) zone * The name of your zone, ex: all (String of characters) Get the details of an HTTP frontend 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/http/frontend/{frontendId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) frontendId * The identifier of your HTTP frontend (Number) Modify the properties of an HTTP frontend 🇪🇺 EU 🇨🇦 CA 🇺🇸 US PUT /ipLoadbalancing/{serviceName}/http/frontend/{frontendId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) frontendId * The identifier of your HTTP frontend (Number) FrontendHttp * allowedSource The list of client IP addresses that have access to the Load Balancer (IPv4[]) NB: the filtering is done at the Load Balancer level, so if the Load Balancer and the servers are not in a vRack, your servers are directly accessible from the Internet. dedicatedIpfo The list of IP addresses of the remote servers to which your Load Balancer is connected (IPv4[]) defaultSslId The default SSL Certificate ID (Number) disabled If your HTTP frontend is disabled or enabled (Boolean) displayName The name of your HTTP frontend (String of characters) hsts If support for https strict, HTTP Strict Transport Security is enabled or disabled (Boolean) httpHeader The custom http header to add (String of characters) ssl Whether requests sent to the HTTP farm should be encrypted with SSL or not (Boolean) Delete an HTTP frontend 🇪🇺 EU 🇨🇦 CA 🇺🇸 US DELETE /ipLoadbalancing/{serviceName}/http/frontend/{frontendId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) frontendId * The identifier of your frontend (Number) Routes HTTP Routes are evaluated one by one, testing their routing rules. The first route validating all its rules sees its action executed, and stops the evaluation of the remaining routes. The order of execution is defined by the type and weight of the route. List the HTTP routes attached to a Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/http/route Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) frontendId The identifier of an HTTP frontend (Number) Add a new HTTP route to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/http/route Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) action * The action triggered when all the rules of your route are validated (RouteHttpAction) status The expected HTTP return code (Number) target The farm identifier, or the template for the URL (String of characters) type The action on your route (String of characters) displayName The name of your route (String of characters) frontendId The Identifier of the HTTP frontend for which your route is applied (Number) weight The priority of your route. (Number) [0 - 255] Get the details of an HTTP route 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/http/route/{routeId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) routeId * The identifier of your route (number) Modify the properties of an HTTP route 🇪🇺 EU 🇨🇦 CA 🇺🇸 US PUT /ipLoadbalancing/{serviceName}/http/route/{routeId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) routeId * The identifier of your route (number) routeHttp * action * The action triggered when all the rules of your route are validated (RouteHttpAction) status The expected HTTP return code (Number) target The farm identifier, or the template for the URL (String of characters) type The action on your route (String of characters) displayName The name of your route (String of characters) frontendId The Identifier of the HTTP frontend for which your route is applied (Number) weight The priority of your route. (Number) [0 - 255] Delete an HTTP route 🇪🇺 EU 🇨🇦 CA 🇺🇸 US DELETE /ipLoadbalancing/{serviceName}/http/route/{routeId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) routeId * The identifier of your route (number) Routing rules List the routing rules attached to an HTTP route 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/http/route/{routeId}/rule Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) routeId * The identifier of your HTTP route (Number) Add routing rules attached to an HTTP route 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/http/route/{routeId}/rule Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) routeId * The identifier of your HTTP route (Number) field * The name of the field to be tested with the "match" operator (String of characters) match * The comparison operator (value) (contains, endsWith, exists, in, internal, is, matches, startsWith) negate The behavior of the operator :code: is reversed (Boolean) pattern The schema or the regular expression used by the "match" operator (Regex / String of characters) subField The name of the sub-field, if applicable. Can be a cookie or a header name, for example (String of characters) Get the details of a routing rule 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/http/route/{routeId}/rule/{ruleId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) routeId * The identifier of your HTTP route (Number) ruleId * The identifier of your HTTP routing rule (Number) Modify the properties of a routing rule 🇪🇺 EU 🇨🇦 CA 🇺🇸 US PUT /ipLoadbalancing/{serviceName}/http/route/{routeId}/rule/{ruleId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) routeId * The identifier of your HTTP route (Number) ruleId * The identifier of your HTTP routing rule (Number) RouteRule * field The name of the field to be tested via the "match" operator (String of characters) match The comparison operator to use (contains, endsWith, exists, in, internal, is, matches, startsWith) negate If the "match" operator is inverted or not (Boolean) pattern The Value or regular expression to use with the "match" operator (Regex / String of characters) subField The name of the sub-field if applicable (String of characters) Delete a routing rule 🇪🇺 EU 🇨🇦 CA 🇺🇸 US DELETE /ipLoadbalancing/{serviceName}/http/route/{routeId}/rule/{ruleId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) routeId * The identifier of your HTTP route (Number) ruleId * The identifier of your HTTP routing rule (Number) Protocol TCP Access the elements related to the TCP protocol (Frontend, Farm, etc.). TCP Farms List TCP farms attached to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/tcp/farm Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) zone The name of your zone, ex: all (String of characters) Add a new TCP farm to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/tcp/farm Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) balance Your farm's load sharing method (Value) displayName The name you wish to give to your farm (String of characters) port The listening port on your farm. Inherited from the frontend if not defined (Number, 1..65535) probe The type of probe to use on your farm (HTTP probe) forceSsl Activation of the SSL is forced for the probe (Boolean) interval The interval (in seconds) between each probe test. Must be greater than 30. Default is 30 (Number) match The method of correspondence used. default' uses the standard HAProxy behavior. status' is only supported for HTTP probes. (Value) (contains, default, internal, matches, status) negate The behavior of the :code: operator is reversed. (Boolean) method The HTTP method used in :code: 'http'. HEAD' can save bandwidth. GET' by default (Value) (HEAD, GET, OPTIONS, internal) pattern server response when "UP". Empty for 'default', comma separated status list for 'status', text for 'contains', regular expression for 'matches'. (String of characters) port The port that the probe should use to test the servers attached to your farm. Ignored for 'oco' probes. If not defined, the farm port is used (Number) type The type of the probe; its operation (Value) (HTTP, internal, MySQL, OCO, PgSQL, SMTP ou TCP) url The address to be used by the probe for HTTP type probes. The :code: is ignored if this parameter is defined (String of characters) stickiness The type of connection persistence to use for your farm (Value) zone * The name of your zone, ex: all (String of characters) Get the details of a TCP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/tcp/farm/{farmId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) farmId * The identifier of your farm (Number) Modify the properties of a TCP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US PUT /ipLoadbalancing/{serviceName}/tcp/farm/{farmId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) farmId * The identifier of your farm (Number) BackendTcp * balance The type of load distribution (Value) displayName The name of the farm (String of characters) port The farm's listening port (Number, 1..65000) probe The type of probe to be used (Sonde TCP) stickiness The type of connection persistence (Value) Delete a TCP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US DELETE /ipLoadbalancing/{serviceName}/tcp/farm/{farmId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) farmId * The identifier of your farm (Number) TCP Servers List the servers linked to the TCP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/tcp/farm/{farmId}/server Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) farmId * The identifier of your farm (Number) cookie Filter Values by Cookie (String of characters) address Filter Values by IPv4 address (IPv4) status Filter Values by Server Status (Value) Add a server to a TCP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/tcp/farm/{farmId}/server Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) farmId * The identifier of your farm (Number) address * The IPv4 address of your server (IPv4) backup If your server is configured as a backup server (Boolean) chain The Value of the Intermediate SSL Certificate (String of characters) displayName The name given to your server (String of characters) port The listening port of your server. Inherited from your farm if not defined (Number, 1..65535) probe The type of probe to be used (Value) proxyProtocolVersion The proxyProtocol version to use, see http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt (Value) ssl * If the requests sent to your servers need to be encrypted with SSL (Boolean) weight * The weight of your server for your farm. A high weight server receives more requests (Number) status * If your server is activated or not (Boolean) Get the details of a server linked to a TCP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/tcp/farm/{farmId}/server/{serverId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) serverId * The identifier of your server (Number) farmId * The identifier of your farm (Number) Modify the properties of a TCP server 🇪🇺 EU 🇨🇦 CA 🇺🇸 US PUT /ipLoadbalancing/{serviceName}/tcp/farm/{farmId}/server/{serverId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) serverId * The identifier of your server-link (Number) farmId * The identifier of your farm (Number) BackendTcpServer * backup If your server is configured as a backup server (Boolean) chain The Value of the Intermediate SSL Certificate (String of characters) displayName The name of your server (String of characters) port The listening port of your server (Number, 1..65535) probe The type of probe to be used (Value) proxyProtocolVersion The proxyProtocol version to use, see http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt (Value >> ) ssl If the requests sent to your servers need to be encrypted with SSL (Boolean) status If your server is activated or not (Boolean) weight The weight of your server for your farm (Number) Delete a server from a TCP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US DELETE /ipLoadbalancing/{serviceName}/tcp/farm/{farmId}/server/{serverId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) serverId * The identifier of your server (Number) farmId * The identifier of your farm (Number) Frontends TCP List TCP frontends attached to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/tcp/frontend Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) defaultFarmId The identifier of the TCP farm to which the TCP frontend is linked (Number) port The listening port on your frontend (Number, 1..65535) zone The name of your zone, ex: all (String of characters) Add a TCP frontend to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/tcp/frontend Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) allowedSource The list of client IP addresses that have access to the Load Balancer (IPv4) dedicatedIpfo The list of IP addresses of the remote servers to which your Load Balancer is connected (IPv4[]) defaultFarmId The default TCP farm identifier for your frontend (Number) defaultSslId The default SSL Certificate ID (Number) disabled If your TCP frontend is disabled or enabled (Boolean) displayName The name of your TCP frontend (String of characters) port * The listening port on your frontend (Number, 1..65535) ssl Whether requests sent to the TCP farm should be encrypted with SSL or not (Boolean) zone * The name of your zone, ex: all (String of characters) Get the details of a TCP frontend 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/tcp/frontend/{frontendId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) frontendId * The identifier of your frontend TCP (Number) Modify the properties of a TCP frontend 🇪🇺 EU 🇨🇦 CA 🇺🇸 US PUT /ipLoadbalancing/{serviceName}/tcp/frontend/{frontendId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) frontendId * The identifier of your frontend TCP (Number) FrontendTcp * allowedSource The list of client IP addresses that have access to the Load Balancer (IPv4[]) dedicatedIpfo The list of IP addresses of the remote servers to which your Load Balancer is connected (IPv4[]) defaultSslId The default SSL Certificate ID (Number) disabled If your HTTP frontend is disabled or enabled (Boolean) displayName The name of your HTTP frontend (String of characters) ssl Whether requests sent to the HTTP farm should be encrypted with SSL or not (Boolean) Delete a TCP frontend 🇪🇺 EU 🇨🇦 CA 🇺🇸 US DELETE /ipLoadbalancing/{serviceName}/tcp/frontend/{frontendId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) frontendId * The identifier of your frontend (Number) Routes TCP Routes are evaluated one by one, testing their routing rules. The first route validating all its rules sees its action executed, and stops the evaluation of the remaining routes. The order of execution is defined by the type and weight of the route. List TCP routes attached to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/tcp/route Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) frontendId The identifier of a TCP frontend (Number) Add a new TCP route to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/tcp/route Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) action * The action triggered when all the rules of your route are validated (RouteHttpAction) target The farm identifier, or the template for the URL (String of characters) type The action on your route (String of characters) displayName The name of your route (String of characters) frontendId The Identifier of the TCP frontend for which your route is applied (Number) weight The priority of your route. (Number) [0 - 255] Get the details of a TCP route 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/tcp/route/{routeId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) routeId * The identifier of your route (number) Modify the properties of a TCP route 🇪🇺 EU 🇨🇦 CA 🇺🇸 US PUT /ipLoadbalancing/{serviceName}/tcp/route/{routeId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) routeId * The identifier of your route (number) routeTcp * action The action to carry out (routeTcpAction) target The farm identifier, or the template for the URL (String of characters) type The action on your route (String of characters) displayName The name of your route (String of characters) frontendId The TCP frontend for which your route is applied (Number) weight The priority of your route (Number) [0 - 255] Delete a TCP route 🇪🇺 EU 🇨🇦 CA 🇺🇸 US DELETE /ipLoadbalancing/{serviceName}/tcp/route/{routeId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) routeId * The identifier of your route (number) Routing rules List the routing rules attached to a TCP route 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/tcp/route/{routeId}/rule Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) routeId * The identifier of your TCP route (Number) Add routing rules attached to a TCP route 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/tcp/route/{routeId}/rule Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) routeId * The identifier of your TCP route (Number) field * The name of the field to be tested with the "match" operator (String of characters) match * The comparison operator (value) (contains, endsWith, exists, in, internal, is, matches, startsWith) negate The behavior of the :code: operator is reversed. (Boolean) pattern The schema or the regular expression used by the "match" operator (Regex / String of characters) subField The name of the sub-field, if applicable. Can be a cookie or a header name, for example (String of characters) Get the details of a routing rule 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/tcp/route/{routeId}/rule/{ruleId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) routeId * The identifier of your TCP route (Number) ruleId * The identifier of your HTTP routing rule (Number) Modify the properties of a routing rule 🇪🇺 EU 🇨🇦 CA 🇺🇸 US PUT /ipLoadbalancing/{serviceName}/tcp/route/{routeId}/rule/{ruleId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) routeId * The identifier of your TCP route (Number) ruleId * The identifier of your HTTP routing rule (Number) RouteRule * field The name of the field to be tested via the "match" operator (String of characters) match The comparison operator to use (contains, endsWith, exists, in, internal, is, matches, startsWith) negate If the "match" operator is inverted or not (Boolean) pattern The Value or regular expression to use with the "match" operator (Regex / String of characters) subField The name of the sub-field if applicable (String of characters) Delete a routing rule 🇪🇺 EU 🇨🇦 CA 🇺🇸 US DELETE /ipLoadbalancing/{serviceName}/tcp/route/{routeId}/rule/{ruleId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) routeId * The identifier of your TCP route (Number) ruleId * The identifier of your HTTP routing rule (Number) UDP Protocol Access the UDP protocol elements (Frontend, Farm, etc.). UDP Farms List UDP trusses attached to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/udp/farm Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) zone The name of your zone, ex: all (String of characters) Add a new UDP farm to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/udp/farm Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) displayName The name you wish to give to your farm (String of characters) port The listening port on your farm. Inherited from the frontend if not defined (Number, 1..65535) zone * The name of your zone, ex: all (String of characters) Get the details of a UDP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/udp/farm/{farmId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) farmId * The identifier of your farm (Number) Modify the properties of a UDP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US PUT /ipLoadbalancing/{serviceName}/udp/farm/{farmId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) farmId * The identifier of your farm (Number) BackendUdp * displayName The name of the farm (String of characters) port The farm's listening port (Number, 1..65000) Delete a UDP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US DELETE /ipLoadbalancing/{serviceName}/udp/farm/{farmId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) farmId * The identifier of your farm (Number) UDP Servers List the servers linked to the UDP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/udp/farm/{farmId}/server Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) farmId * The identifier of your farm (Number) address Filter Values by IPv4 address (IPv4) status Filter Values by Server Status (Value) Adding a server to a UDP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/udp/farm/{farmId}/server Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) farmId * The identifier of your farm (Number) address * The IPv4 address of your server (IPv4) displayName The name given to your server (String of characters) port The listening port of your server. Inherited from your farm if not defined (Number, 1..65535) status * If your server is activated or not (Boolean) Get the details of a server linked to a UDP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/udp/farm/{farmId}/server/{serverId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) serverId * The identifier of your server (Number) farmId * The identifier of your farm (Number) Modify the properties of a UDP server 🇪🇺 EU 🇨🇦 CA 🇺🇸 US PUT /ipLoadbalancing/{serviceName}/udp/farm/{farmId}/server/{serverId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) serverId * The identifier of your server (Number) farmId * The identifier of your farm (Number) BackendUdpServer * displayName The name of your server (String of characters) port The listening port of your server (Number, 1..65535) status If your server is activated or not (Boolean) Removing a server from a UDP farm 🇪🇺 EU 🇨🇦 CA 🇺🇸 US DELETE /ipLoadbalancing/{serviceName}/udp/farm/{farmId}/server/{serverId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) serverId * The identifier of your server UDP (Number) farmId * The identifier of your farm UDP (Number) Frontends UDP List UDP frontends attached to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/udp/frontend Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) defaultFarmId The identifier of the UDP farm to which the UDP frontend is linked (Number) port The listening port on your frontend (Number, 1..65535) zone The name of your zone, ex: all (String of characters) Add a UDP frontend to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/udp/frontend Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) dedicatedIpfo The list of IP addresses of the remote servers to which your Load Balancer is connected (IPv4[]) defaultFarmId * The default UDP farm identifier for your frontend (Number) disabled If your UDP frontend is disabled or enabled (Boolean) displayName The name of your UDP frontend (String of characters) port * The listening port on your frontend (Number, 1..65535) zone * The name of your zone, ex: all (String of characters) Get the details of a UDP frontend 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/udp/frontend/{frontendId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) frontendId * The identifier of your frontend UDP (Number) Modify the properties of a UDP frontend 🇪🇺 EU 🇨🇦 CA 🇺🇸 US PUT /ipLoadbalancing/{serviceName}/udp/frontend/{frontendId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) frontendId * The identifier of your frontend UDP (Number) FrontendUdp * dedicatedIpfo The list of IP addresses of the remote servers to which your Load Balancer is connected (IPv4[]) disabled If your UDP frontend is disabled or enabled (Boolean) displayName The name of your UDP frontend (String of characters) Delete a UDP frontend 🇪🇺 EU 🇨🇦 CA 🇺🇸 US DELETE /ipLoadbalancing/{serviceName}/udp/frontend/{frontendId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) frontendId * The identifier of your frontend UDP (Number) Other features Additional IP List Additional IPs routed on a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/failover Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) Service Status Obtenir l'etat des instances d'un service OVHcloud Load Balancer 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/instancesState Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) List the output IPs used by OVH for NAT 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/natIp Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) Apply changes to a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/refresh Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) SSL Certificates List SSL certificates of a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/ssl Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) fingerprint Lists the fingerprint of the SSL certificate (String of characters) serial Lists the identification number of the SSL certificate (String of characters) type Type of SSL certificate (Value) Add a new SSL object 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/ssl Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) certificate * Adding the SSL certificate (String of characters) chain Adding the intermediate SSL certificate (String of characters) key * Adding the private key (String of characters) Get the details of an SSL object 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/ssl/{id} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) id * The identifier of your SSL certificate (Number) Delete an SSL object 🇪🇺 EU 🇨🇦 CA 🇺🇸 US DELETE /ipLoadbalancing/{serviceName}/ssl/{id} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) id * The identifier of your SSL certificate (Number) Tasks List current tasks for a OVHcloud Load Balancer service 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/task Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) action * Consultation of available tasks (Values) Get the details of a task 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/task/{id} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) id * The identifier of your task (Number) Contact Initiate a contact change 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/changeContact Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) contactAdmin The OVH NIC to be configured for the Admin contact of this service (String of characters) contactBilling The OVH NIC to be configured for the Admin contact of this service (String of characters) contactTech The OVH NIC to be configured for the Admin contact of this service (String of characters) vRack Description of the private networks attached to the load balancer 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/vrack/network Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) subnet Allows to filter according to the network used vlan Allows to filter according to the vlan used Add a private network in the vRack 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/vrack/network Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) displayName The name you want to give to the network (String of characters) farmId Identification table of farms that you wish to attach to this private network natIp An IP block reserved for the load balancer to reach the servers. subnet The IP block of the private network vlan Vlan of the private network in the vRack. 0 if the private network is not in a vlan Retrieve, modify or delete a private network 🇪🇺 EU 🇨🇦 CA 🇺🇸 US GET /ipLoadbalancing/{serviceName}/vrack/network/{vrackNetworkId} 🇪🇺 EU 🇨🇦 CA 🇺🇸 US PUT /ipLoadbalancing/{serviceName}/vrack/network/{vrackNetworkId} 🇪🇺 EU 🇨🇦 CA 🇺🇸 US DELETE /ipLoadbalancing/{serviceName}/vrack/network/{vrackNetworkId} Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) vrackNetworkId * The identifier of the private network Modify the list of farms attached to a private network 🇪🇺 EU 🇨🇦 CA 🇺🇸 US POST /ipLoadbalancing/{serviceName}/vrack/network/{vrackNetworkId}/updateFarmId Parameters : serviceName * The identifier of your Load Balancer, for example : "loadbalancer-abcdef0123456789" (String of characters) vrackNetworkId * The identifier of the private network farmId * Table of farm identifiers that you wish to attach to this private network. The Value "null" removes the vrack network id from all farms where it was configured. Go further Interact with our user community on https://community.ovh.com . Esta pagina foi util? Sim Nao Editar esta pagina Ultima atualizacao : 31/03/2026, 09:35:42 Pagina anterior Deploying a blue-green infrastructure Proxima pagina Retrieving server health status Nesta pagina Objective Prerequisite Instructions Manage your OVHcloud Load Balancer service via the API Services and zones OVHcloud Load Balancer List active services List the zones available for the OVHcloud Load Balancer Return details of a OVHcloud Load Balancer service Modify a OVHcloud Load Balancer service List the services attached to the OVHcloud Load Balancer List existing farms and their type List the areas that can be attached to a OVHcloud Load Balancer service List the different probes that can be used List the different types of farms that can be used List the different types of frontends that can be used List the different types of routing actions that can be used List the different types of routing rules that can be used Service Get service information Modify service information Zones List active zones for a OVHcloud Load Balancer service Get the details of a zone Delete a zone Undo the deletion of a zone HTTP Protocol HTTP farms List HTTP farms attached to a OVHcloud Load Balancer service Adding a new HTTP farm to a OVHcloud Load Balancer service Getting the details of an HTTP farm Modify the properties of an HTTP farm Delete an HTTP farm HTTP Servers List the servers linked to the HTTP farm Adding a server to an HTTP farm Get the details of a server linked to an HTTP farm Modify the properties of an HTTP server Removing a server from an HTTP farm Frontends HTTP List HTTP frontends attached to a OVHcloud Load Balancer service Add an HTTP frontend to a OVHcloud Load Balancer service Get the details of an HTTP frontend Modify the properties of an HTTP frontend Delete an HTTP frontend Routes HTTP List the HTTP routes attached to a Load Balancer service Add a new HTTP route to a OVHcloud Load Balancer service Get the details of an HTTP route Modify the properties of an HTTP route Delete an HTTP route Routing rules List the routing rules attached to an HTTP route Add routing rules attached to an HTTP route Get the details of a routing rule Modify the properties of a routing rule Delete a routing rule Protocol TCP TCP Farms List TCP farms attached to a OVHcloud Load Balancer service Add a new TCP farm to a OVHcloud Load Balancer service Get the details of a TCP farm Modify the properties of a TCP farm Delete a TCP farm TCP Servers List the servers linked to the TCP farm Add a server to a TCP farm Get the details of a server linked to a TCP farm Modify the properties of a TCP server Delete a server from a TCP farm Frontends TCP List TCP frontends attached to a OVHcloud Load Balancer service Add a TCP frontend to a OVHcloud Load Balancer service Get the details of a TCP frontend Modify the properties of a TCP frontend Delete a TCP frontend Routes TCP List TCP routes attached to a OVHcloud Load Balancer service Add a new TCP route to a OVHcloud Load Balancer service Get the details of a TCP route Modify the properties of a TCP route Delete a TCP route Routing rules List the routing rules attached to a TCP route Add routing rules attached to a TCP route Get the details of a routing rule Modify the properties of a routing rule Delete a routing rule UDP Protocol UDP Farms List UDP trusses attached to a OVHcloud Load Balancer service Add a new UDP farm to a OVHcloud Load Balancer service Get the details of a UDP farm Modify the properties of a UDP farm Delete a UDP farm UDP Servers List the servers linked to the UDP farm Adding a server to a UDP farm Get the details of a server linked to a UDP farm Modify the properties of a UDP server Removing a server from a UDP farm Frontends UDP List UDP frontends attached to a OVHcloud Load Balancer service Add a UDP frontend to a OVHcloud Load Balancer service Get the details of a UDP frontend Modify the properties of a UDP frontend Delete a UDP frontend Other features Additional IP List Additional IPs routed on a OVHcloud Load Balancer service Service Status Obtenir l'etat des instances d'un service OVHcloud Load Balancer List the output IPs used by OVH for NAT Apply changes to a OVHcloud Load Balancer service SSL Certificates List SSL certificates of a OVHcloud Load Balancer service Add a new SSL object Get the details of an SSL object Delete an SSL object Tasks List current tasks for a OVHcloud Load Balancer service Get the details of a task Contact Initiate a contact change vRack Description of the private networks attached to the load balancer Add a private network in the vRack Retrieve, modify or delete a private network Modify the list of farms attached to a private network Go further Editar esta pagina 🚀 Partilhe a sua opiniao sobre a nova documentacao O seu feedback ajuda as nossas equipas a melhorar a sua experiencia. 2 minutos · Anonimo Nao, obrigado Responder