Retrieve the Anycast configuration information for a specified Fleet Service Point.
Request: GET https://us.fleet.bluec.at/user/api/v1/fleetInstances/{id}/anycast Authorization: Bearer token
Path parameter
Name | Description | Type | Required/Optional |
id | The Fleet Service Point ID | Integer | Required |
Successful response
200 OK { "enabled": true, "addresses": [ { "ipAddress": "string", "inUseByAppId": "string", "isUp": true } ], "configuration": "string" }
Where the parameters represent the following:
- enabled—indicates whether Anycast is configured
- addresses—a list of Anycast IP addresses. The list includes the following
information:
- ipAddress—the IPv4 or IPv6 Anycast IP address
- isUseByAppId—the ID of the application using the Anycast IP address
- isUp—indicates whether the Anycast IP address is up
- configuration—the contents of the FRRouting configuration file
Possible error codes
- 404 Fleet Service Point not found
- 500 Internal Server Error