Group name missing from API call result #259
Unanswered
l0l1l2l3l2l1l0l
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
When creating a custom object, group name is useful feature to group forms of a field under custom objects.
And this works well in netbox dashboard UI
but with API call, it does not show group name.
Can we say this is how it is design or is not yet implemented.
..
{
"id": 3,
"url": "http://192.168.122.241:8000/api/plugins/custom-objects/dhcp-scopes/3/",
"display": "DHCP Scope 3",
"created": "2025-10-08T19:35:40.030588Z",
"last_updated": "2025-10-22T13:34:10.157358Z",
"tags": [],
"ip_desc": "my good dhcp ip addr",
"range": {
"id": 1,
"url": "http://192.168.122.241:8000/api/ipam/ip-ranges/1/",
"display": "1.99.99.1-10/24",
"family": {
"value": 4,
"label": "IPv4"
},
"start_address": "1.99.99.1/24",
"end_address": "1.99.99.10/24",
"description": ""
}
}
Beta Was this translation helpful? Give feedback.
All reactions