Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK:] Translate collected information to NetBox readable format #5

Closed
ByteOtter opened this issue Aug 1, 2023 · 1 comment
Closed
Assignees
Labels
high-priority This needs to be done ASAP translation This issue is linked to the information translation

Comments

@ByteOtter
Copy link
Member

ByteOtter commented Aug 1, 2023

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/

@ByteOtter ByteOtter added high-priority This needs to be done ASAP translation This issue is linked to the information translation labels Aug 1, 2023
@ByteOtter ByteOtter added this to the v0.0.1 milestone Aug 1, 2023
@ByteOtter ByteOtter moved this to Todo in netbox-sync project Sep 7, 2023
@ByteOtter
Copy link
Member Author

Completed by #65. Same implementation for VMs.

@github-project-automation github-project-automation bot moved this from Todo to Done in netbox-sync project Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high-priority This needs to be done ASAP translation This issue is linked to the information translation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant