Router
Router management
List routers
Returns a list of all available routers associated with the current account.
It is also possible to filter routers with label URL parameters, e.g.
?label=env or ?label=env%3Dprod. URL parameter can be given multiple
times to add more filters (e.g. ?label=env%3Dprod&label=v2), where
only routers that match all labels are returned.
Label keys are matched case insensitively.
query Parameters
A label filter. Can be specified multiple times to create an AND condition. Format: label=key:value
A key/value pair to label and categorize resources
List routers › Responses
Create router
Creates a new router. Routers can be used to connect multiple Private Networks. Cloud Servers on any attached network can communicate directly with each other.
Create router › Responses
Router created successfully.
Router describes a virtual router that can route between SDN networks
Get router
Retrieves details of a specific router.
path Parameters
router^[0-9a-f]{8}-[0-9a-f… · requiredThe router identifier.
Universally unique identifier
Get router › Responses
Router details.
Router describes a virtual router that can route between SDN networks
Delete router
Deletes a specific router.
path Parameters
router^[0-9a-f]{8}-[0-9a-f… · requiredThe router identifier.
Universally unique identifier
Delete router › Responses
Router deleted successfully.
Modify router
Modifies attributes of a specific router.
Modifications to static routes of type service will be ignored.
path Parameters
router^[0-9a-f]{8}-[0-9a-f… · requiredThe router identifier.
Universally unique identifier
Modify router › Responses
Router modified successfully.
Router describes a virtual router that can route between SDN networks