Ability To Export Cards #9966

Closed
opened 2025-12-29 21:25:02 +01:00 by adam · 1 comment
Owner

Originally created by @mr1716 on GitHub (Jul 9, 2024).

NetBox version

v4.0.6

Feature type

New functionality

Proposed functionality

The request would be to have the ability to export card table data for individual records. For example, if I added a template_content.py from a plugin to dcim.devices with some filters, I would be able to easily export that data.

Use case

When extending Netbox and adding in custom tables using Plugins, it would be beneficial to have a way to easily export those tables without having to go elsewhere to find that data

Database changes

No response

External dependencies

No response

Originally created by @mr1716 on GitHub (Jul 9, 2024). ### NetBox version v4.0.6 ### Feature type New functionality ### Proposed functionality The request would be to have the ability to export card table data for individual records. For example, if I added a template_content.py from a plugin to dcim.devices with some filters, I would be able to easily export that data. ### Use case When extending Netbox and adding in custom tables using Plugins, it would be beneficial to have a way to easily export those tables without having to go elsewhere to find that data ### Database changes _No response_ ### External dependencies _No response_
adam added the type: feature label 2025-12-29 21:25:02 +01:00
adam closed this issue 2025-12-29 21:25:02 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jul 9, 2024):

Cards are strictly a UI construct, and merely render data provided by the UI view; they do not and cannot have any export capability. There are plenty of other robust ways to export data from NetBox, including the REST & GraphQL APIs, as well as customizable export templates.

@jeremystretch commented on GitHub (Jul 9, 2024): Cards are strictly a UI construct, and merely render data provided by the UI view; they do not and cannot have any export capability. There are plenty of other robust ways to export data from NetBox, including the REST & GraphQL APIs, as well as customizable export templates.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9966