Closes #20068: Enable defining profile attributes when importing module types #794

Closed
opened 2026-04-05 17:45:39 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @jeremystretch on 12/2/2025

Closes: #20068

Adds attribute_data to ModuleTypeImportForm to enable including attribute values as JSON or YAML. Example data:

{
    "manufacturer": "Generic",
    "model": "HD100GB",
    "profile": "Hard disk",
    "attribute_data": {
        "size": 100
    }
}
*Originally created by @jeremystretch on 12/2/2025* ### Closes: #20068 Adds `attribute_data` to ModuleTypeImportForm to enable including attribute values as JSON or YAML. Example data: ```json { "manufacturer": "Generic", "model": "HD100GB", "profile": "Hard disk", "attribute_data": { "size": 100 } } ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#794