Create Rear_port_template
netbox_create_rear_port_templateCreate a rear port template in NetBox, specifying name, port type, and optionally linking it to a device or module type.
Instructions
Create a new rear_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 | ||
| positions | 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 |