Virtual Routers¶
Allowed HTTP methods¶
Method | Description |
---|---|
GET | get / list object/s |
POST | create new object/s |
PUT | update / modify object/s |
DELETE | delete object/s |
Note
See RFC 2616#section-9 for more details on HTTP methods semantics
Listing¶
Detailed listing¶
List single virtual router¶
Creating¶
-
POST
/virtualrouters/
¶ Creates a new virtual router. The minimal amount of information you need to set is given below.
Status Codes: - 201 Created – object created
Minimal virtual router configuration¶
Example request:
Example response:
More complex virtual router configuration¶
Example request:
Example response:
Editing¶
Deleting¶
Single virtual router¶
-
DELETE
/virtualrouters/{virtualrouter_uuid}/
¶ Deletes a single virtual router identified by virtualrouter_uuid.
Status Codes: - 204 No Content – No content, object deletion started.
Example request:
Example response:
Enable Firewall¶
Disable Firewall¶
Enable Firewall logging¶
Disable Firewall logging¶
Enable NAT¶
Disable NAT¶
Enable VPN¶
Disable VPN¶
Get Log¶
Get Keys¶
Export key¶
Schema¶
Virtual Router Features¶
More information about a virtual router’s features.