netbox_get_object
Retrieve a single NetBox object by numeric ID from any endpoint. Use this to fetch details of a specific resource.
Instructions
Get a single object from a NetBox endpoint by its numeric ID.
Args:
endpoint: An "app.endpoint" string, e.g. "dcim.devices".
id: The object's numeric ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| endpoint | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||