

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


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