Get Vlan_translation_rule
netbox_get_vlan_translation_ruleRetrieve a specific VLAN translation rule from NetBox using its numeric ID. Use after listing rules to get full details in Markdown or JSON.
Instructions
Get a single vlan_translation_rule from NetBox by numeric id.
Use after netbox_list_vlan_translation_rules has located the object, or when you already have the id.
Returns: Markdown detail (default) or JSON with the full NetBox object including nested references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric object ID in NetBox. | |
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |