Create Power_outlet_template
netbox_create_power_outlet_templateCreate a new power outlet template in NetBox. Specify device type and name, with optional attributes like connector type, label, feed leg, or parent power port.
Instructions
Create a new power_outlet_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 | Power outlet template name (required). | |
| type | No | Power connector type slug, e.g. 'iec-60320-c14', 'iec-60320-c20', 'iec-60320-c13', 'iec-60320-c19', 'nema-5-15p', 'nema-l6-20p', 'nema-5-15r'. | |
| label | No | ||
| feed_leg | No | Phase leg: A, B, or C. | |
| power_port | No | Parent power port TEMPLATE id on the same device type. | |
| description | No | ||
| device_type | Yes | Device type id (required). | |
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |