Create Device_bay_template
netbox_create_device_bay_templateAdd a device bay template to NetBox, specifying the device type and bay name. This defines a slot for installing child devices.
Instructions
Create a new device_bay_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). | |
| label | No | ||
| 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 |