You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default output from /api/v1/hosts/ is quite heavy to create for Django due to all the extra fields.
Often only the basic fields for the model is needed, such as hostname, contact, id etc. Create a lightweight API with only those fields in the serializer.
The text was updated successfully, but these errors were encountered:
The default output from
/api/v1/hosts/
is quite heavy to create for Django due to all the extra fields.Often only the basic fields for the model is needed, such as hostname, contact, id etc. Create a lightweight API with only those fields in the serializer.
The text was updated successfully, but these errors were encountered: