Sets the Anycast IP addresses and routing configuration for a specified Fleet Service Point, and restarts the routing services.
Attention:
- You can only configure Anycast service on Fleet Service Points that have been provisioned using vCenter Server and ESXi.
- The Anycast implementation on Fleet Service Points only supports OSPF and BGP routing protocols.
- Fleet Service Points only support IPv4 Anycast IP addresses.
Request: POST https://us.fleet.bluec.at/user/api/v1/fleetInstances/{id}/anycast Authorization: Bearer token Content-Type: Application/JSON { "ipAddresses": [ "10.0.0.10", "192.168.0.10" ], "configuration": "FRRouting config" }
Path parameter
Name | Description | Type | Required/Optional |
id | The Fleet Service Point ID | Integer | Required |
Body parameters
- ipAddresses—a list of IPv4 addresses to be used for Anycast
- configuration—the contents of the FRRouting configuration file. For an example of the FRRouting Anycast configuration content, refer to Example FRRouting Anycast configuration.
Successful response
204 No Content
Possible error codes
- 400 Too many or not enough configuration files
- 500 Internal Server Error