Create Fhrp_group_assignment
netbox_create_fhrp_group_assignmentAssigns a FHRP group to a device or VM interface with a specified priority in NetBox.
Instructions
Create a new fhrp_group_assignment 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 |
|---|---|---|---|
| tags | No | Optional array of tag slugs to apply to the object. | |
| group | Yes | FHRP group id (required). | |
| priority | Yes | Priority 0-255 (required). | |
| interface_id | Yes | Interface / VM-interface id (required). | |
| custom_fields | No | Optional object of custom-field slugs -> values. Only include fields defined on your NetBox instance. | |
| interface_type | Yes | Interface object type (required). | |
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |