Open bdelano opened 3 years ago
Conch should be able to populate its tables via netbox api calls for things like racks, devices in those racks and interfaces on those devices
Please see Here for netbox api docs https://dcim.chkmyip.com/api/docs/
relevant endpoints: /dcim/racks/?tag=cosmos /dcim/devices/?tag=cosmos /dcim/interfaces/?tag=cosmos
Also, we need to have the ability of conch to kick off a pull request based on a webhook request.. request will include specifics about devices or racks... so conch doesn't have to do a full update
Conch should be able to populate its tables via netbox api calls for things like racks, devices in those racks and interfaces on those devices
Please see Here for netbox api docs https://dcim.chkmyip.com/api/docs/
relevant endpoints: /dcim/racks/?tag=cosmos /dcim/devices/?tag=cosmos /dcim/interfaces/?tag=cosmos