Create Console_port_template
netbox_create_console_port_templateDefine console port templates in NetBox by creating a new entry with required name and optional attributes like type and device type.
Instructions
Create a new console_port_template in NetBox.
This adds a new row to NetBox. Ask before calling if the user wanted a dry-run.
Returns: Markdown summary of the newly created object (default) or JSON with the full NetBox response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name (required). | |
| type | No | Console port type slug, e.g. 'rj-45', 'usb-a', 'usb-c', 'de-9', 'db-25'. | |
| label | No | ||
| description | No | ||
| device_type | No | Device type id (set this OR module_type). | |
| module_type | No | Module type id (set this OR device_type). | |
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |