Get Asn_range
netbox_get_asn_rangeRetrieve a specific ASN range from NetBox by its numeric ID. Returns the full object in Markdown or JSON format for further use.
Instructions
Get a single asn_range from NetBox by numeric id.
Use after netbox_list_asn_ranges 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 |