

# Router
<a name="commands-router"></a>


| Nickname | Action | Signature | Description | 
| --- | --- | --- | --- | 
| POST Router | POST | /routers | Create a new router. | 
| PUT Router | PUT | /routers/<ID of router> | Modify the attributes of the specified router. | 
| GET Router List | GET | /routers | Get the list of routers. | 
| GET Router | GET | /routers/<ID of router> | Get the attributes of the specified router. | 
| DELETE Router | DELETE | /routers/<ID of router> | Delete the specified router. | 