List routers
Retrieves a list of routers.
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 a new router
Creates a new router.
Create a new router › Request Body
nameNetworks attached to the router.
Static routes that will be added to the routing table of the SDN router
typeType of the router.
uuid^[0-9a-f]{8}-[0-9a-f…Universally unique identifier
Create a new router › Responses
Router created successfully.
Router describes a virtual router that can route between SDN networks
Get router details
Retrieves details of a specific router.
path Parameters
router^[0-9a-f]{8}-[0-9a-f… · requiredThe router identifier.
Universally unique identifier
Get router details › Responses
Router details.
Router describes a virtual router that can route between SDN networks
Delete a router
Deletes a specific router.
path Parameters
router^[0-9a-f]{8}-[0-9a-f… · requiredThe router identifier.
Universally unique identifier
Delete a router › Responses
Router deleted successfully.
Modify a router
Modifies attributes of a specific router.
path Parameters
router^[0-9a-f]{8}-[0-9a-f… · requiredThe router identifier.
Universally unique identifier
Modify a router › Request Body
nameNetworks attached to the router.
Static routes that will be added to the routing table of the SDN router
typeType of the router.
uuid^[0-9a-f]{8}-[0-9a-f…Universally unique identifier
Modify a router › Responses
Router modified successfully.
Router describes a virtual router that can route between SDN networks