-
Notifications
You must be signed in to change notification settings - Fork 12
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
Request Info #1
Comments
Which kind of API calls do you refer to? This plugin extends the Device and DeviceType models with 1:1 models for product EoX and device EoX data. It fetches the data from Cisco API and inserts entries into these Django models with native Python methods. |
I refer on NetBox API (device endpoint) |
Please elaborate a bit more. I don't really understand the question. |
Sorry. NetBox exposes a REST API EndPoint where you could retrieve information about IPAM or DCIM informations, so I want to know if I ask via a GET operation to NetBox a device or a model I'll receive in the body EoX data. |
Understood! Not yet, but i have Use Cases for it, so i will implement the corresponding API Endpoints for that information. |
thanks |
This module also implement API Calls in NetBox?
The text was updated successfully, but these errors were encountered: