Create Front_port_template
netbox_create_front_port_templateCreate a new front port template in NetBox. Specify name, type, rear port template, and optionally device or module type.
Instructions
Create a new front_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 | Yes | Port type slug, e.g. '8p8c', 'lc', 'lc-pc', 'sc', 'st', 'mpo', 'fc', 'splice'. (required). | |
| color | No | ||
| label | No | ||
| rear_port | Yes | Rear port TEMPLATE id (required). | |
| 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 |
| rear_port_position | No |