Create Power_outlet
netbox_create_power_outletCreate a power outlet for a device in NetBox, specifying required name and device ID along with optional type, feed leg, and custom fields.
Instructions
Create a new power_outlet 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 | Outlet name (required), e.g. 'Outlet 1'. | |
| tags | No | Optional array of tag slugs to apply to the object. | |
| 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 this outlet is on: A, B, or C. | |
| device_id | Yes | Device id (required). Exposed as device_id (not device) for the remote-devices bridge; mapped to the API field device on write. | |
| power_port | No | Parent power port id (the inlet on this same PDU that feeds this outlet). | |
| description | No | ||
| custom_fields | No | Optional object of custom-field slugs -> values. Only include fields defined on your NetBox instance. | |
| mark_connected | No | ||
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |