Create a Route
Create a new custom Route.
path Parameters
regionThe region you want to target
Create a Route › Request Body
descriptionRoute description.
tagsTags of the Route.
vpc_idVPC the Route belongs to. (UUID format)
destinationDestination of the Route. (IP network)
nexthop_resource_idID of the nexthop resource. (UUID format)
nexthop_private_network_idID of the nexthop private network. (UUID format)
nexthop_vpc_connector_idID of the nexthop VPC Connector. (UUID format)
Create a Route › Responses
idRoute ID. (UUID format)
descriptionRoute description.
tagsTags of the Route.
vpc_idVPC the Route belongs to. (UUID format)
destinationDestination of the Route. (IP network)
nexthop_resource_idID of the nexthop resource. (UUID format)
nexthop_private_network_idID of the nexthop private network. (UUID format)
nexthop_vpc_connector_idID of the nexthop VPC connector. (UUID format)
created_atDate the Route was created. (RFC 3339 format)
updated_atDate the Route was last modified. (RFC 3339 format)
is_read_onlyDefines whether the route can be modified or deleted by the user.
typeType of the Route.
regionRegion of the Route.
Get a Route
Retrieve details of an existing Route, specified by its Route ID.
path Parameters
regionThe region you want to target
route_idRoute ID. (UUID format)
Get a Route › Responses
idRoute ID. (UUID format)
descriptionRoute description.
tagsTags of the Route.
vpc_idVPC the Route belongs to. (UUID format)
destinationDestination of the Route. (IP network)
nexthop_resource_idID of the nexthop resource. (UUID format)
nexthop_private_network_idID of the nexthop private network. (UUID format)
nexthop_vpc_connector_idID of the nexthop VPC connector. (UUID format)
created_atDate the Route was created. (RFC 3339 format)
updated_atDate the Route was last modified. (RFC 3339 format)
is_read_onlyDefines whether the route can be modified or deleted by the user.
typeType of the Route.
regionRegion of the Route.
Update Route
Update parameters of the specified Route.
path Parameters
regionThe region you want to target
route_idRoute ID. (UUID format)
Update Route › Request Body
descriptionRoute description.
tagsTags of the Route.
destinationDestination of the Route. (IP network)
nexthop_resource_idID of the nexthop resource. (UUID format)
nexthop_private_network_idID of the nexthop private network. (UUID format)
nexthop_vpc_connector_idID of the nexthop VPC connector. (UUID format)
Update Route › Responses
idRoute ID. (UUID format)
descriptionRoute description.
tagsTags of the Route.
vpc_idVPC the Route belongs to. (UUID format)
destinationDestination of the Route. (IP network)
nexthop_resource_idID of the nexthop resource. (UUID format)
nexthop_private_network_idID of the nexthop private network. (UUID format)
nexthop_vpc_connector_idID of the nexthop VPC connector. (UUID format)
created_atDate the Route was created. (RFC 3339 format)
updated_atDate the Route was last modified. (RFC 3339 format)
is_read_onlyDefines whether the route can be modified or deleted by the user.
typeType of the Route.
regionRegion of the Route.