Diode SDK Python version
1.6.0
Feature type
New ingestion entity type or new field of existing entity type
Proposed feature or enhancement
Expose the user field in the RackReservation wrapper and/or protobuf, similar to other required fields.
Use case
Hi,
It seems that the RackReservation wrapper does not expose a user attribute, which is required by the NetBox backend for proper mapping. Currently, there is no way to provide the user when creating a reservation through the SDK, which leads to errors like:
Field user is required
Diode SDK Python version
1.6.0
Feature type
New ingestion entity type or new field of existing entity type
Proposed feature or enhancement
Expose the user field in the RackReservation wrapper and/or protobuf, similar to other required fields.
Use case
Hi,
It seems that the RackReservation wrapper does not expose a user attribute, which is required by the NetBox backend for proper mapping. Currently, there is no way to provide the user when creating a reservation through the SDK, which leads to errors like:
Field user is required