

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


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