Create Circuit_termination
netbox_create_circuit_terminationAdd a new circuit termination record to NetBox. Define the circuit, termination side, and optional attributes like port speed, scope, and tags.
Instructions
Create a new circuit_termination 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. | |
| circuit | Yes | Circuit id (required). | |
| pp_info | No | ||
| term_side | Yes | Termination side A or Z (required). | |
| port_speed | No | Port speed (kbps). | |
| description | No | ||
| xconnect_id | No | ||
| custom_fields | No | Optional object of custom-field slugs -> values. Only include fields defined on your NetBox instance. | |
| mark_connected | No | ||
| termination_id | No | Numeric id of the termination scope object (e.g. a site id or provider-network id). | |
| upstream_speed | No | Upstream speed (kbps). | |
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |
| termination_type | No | Scope object type (NetBox 4.2+ replaced site/provider_network with scope); set with termination_id. |