Update Vlan_translation_rule
netbox_update_vlan_translation_ruleUpdate an existing VLAN translation rule by providing its numeric ID and only the fields to change. This modifies the rule in NetBox without affecting other attributes.
Instructions
Update an existing vlan_translation_rule in NetBox (PATCH semantics — only provided fields are changed).
Supply the numeric 'id' and only the fields you want to change. Omitting a field leaves it unchanged.
Returns: Markdown summary of the updated object (default) or JSON with the full NetBox response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric id of the vlan_translation_rule to update. | |
| policy | No | ||
| local_vid | No | ||
| remote_vid | 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 |