Create Vlan_translation_rule
netbox_create_vlan_translation_ruleCreates a VLAN translation rule in NetBox by specifying policy, local VID, and remote VID. Returns a summary of the new rule.
Instructions
Create a new vlan_translation_rule 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 |
|---|---|---|---|
| policy | Yes | VLAN translation policy id (required). | |
| local_vid | Yes | Local VID (required). | |
| remote_vid | Yes | Remote VID (required). | |
| 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 |