Create Vlan_translation_policy
netbox_create_vlan_translation_policyCreate a VLAN translation policy in NetBox. Requires a name; optional comments and description. Returns markdown summary or JSON.
Instructions
Create a new vlan_translation_policy 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 | Policy name (required). | |
| comments | No | ||
| description | No | ||
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |