[TASK:] Translate collected information to NetBox readable format #5
Labels
high-priority
This needs to be done ASAP
translation
This issue is linked to the information translation
Milestone
Translate collected information to NetBox readable format
NetBox's API expects data to be passed to it in a JSON format. The information we collected must be in this format.
We will use the
serde
crate for rust to serialize the information objects into a JSON which can be parsed to the API later.https://demo.netbox.dev/static/docs/rest-api/overview/
The text was updated successfully, but these errors were encountered: