Create Asn
netbox_create_asnAdd a new AS number record to NetBox. Specify the ASN and optionally assign RIR, tenant, tags, comments, and custom fields to streamline IP address management.
Instructions
Create a new asn 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 |
|---|---|---|---|
| asn | Yes | AS number (required). | |
| rir | No | RIR id. | |
| tags | No | Optional array of tag slugs to apply to the object. | |
| tenant | No | ||
| comments | No | ||
| description | No | ||
| custom_fields | No | Optional object of custom-field slugs -> values. Only include fields defined on your NetBox instance. | |
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |