Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Body
application/json
name of router
Examples:
"my_wonderful_router"
Examples:
{ "enable_snat": true, "type": "default" }
List of interfaces to attach to router immediately after creation.
Examples:
[
{
"subnet_id": "3ed9e2ce-f906-47fb-ba32-c25a3f63df4f",
"type": "subnet"
}
]
List of custom routes.
Examples:
[
{
"destination": "10.0.3.0/24",
"nexthop": "10.0.0.13"
}
]
Response
200 - application/json
List of created tasks
List of task IDs
Examples:
["d478ae29-dedc-4869-82f0-96104425f565"]