Nautobot IGP Models API Package¶
nautobot_igp_models.api
¶
REST API module for nautobot_igp_models app.
serializers
¶
API serializers for nautobot_igp_models.
IGPRoutingInstanceSerializer
¶
Bases: NautobotModelSerializer, TaggedModelSerializerMixin
IGPRoutingInstance Serializer.
Source code in nautobot_igp_models/api/serializers.py
ISISConfigurationSerializer
¶
Bases: NautobotModelSerializer, TaggedModelSerializerMixin
ISISConfiguration Serializer.
Source code in nautobot_igp_models/api/serializers.py
ISISInterfaceConfigurationSerializer
¶
Bases: NautobotModelSerializer, TaggedModelSerializerMixin
ISISInterfaceConfiguration Serializer.
Source code in nautobot_igp_models/api/serializers.py
OSPFConfigurationSerializer
¶
Bases: NautobotModelSerializer, TaggedModelSerializerMixin
OSPFConfiguration Serializer.
Source code in nautobot_igp_models/api/serializers.py
OSPFInterfaceConfigurationSerializer
¶
Bases: NautobotModelSerializer, TaggedModelSerializerMixin
OSPFInterfaceConfiguration Serializer.
Source code in nautobot_igp_models/api/serializers.py
urls
¶
Django API urlpatterns declaration for nautobot_igp_models app.
views
¶
API views for nautobot_igp_models.
IGPRoutingInstanceViewSet
¶
Bases: NautobotModelViewSet
IGPRoutingInstance viewset.
Source code in nautobot_igp_models/api/views.py
ISISConfigurationViewSet
¶
Bases: NautobotModelViewSet
ISISConfiguration viewset.
Source code in nautobot_igp_models/api/views.py
ISISInterfaceConfigurationViewSet
¶
Bases: NautobotModelViewSet
ISIS Interface Configuration viewset.
Source code in nautobot_igp_models/api/views.py
OSPFConfigurationViewSet
¶
Bases: NautobotModelViewSet
OSPFConfiguration viewset.
Source code in nautobot_igp_models/api/views.py
OSPFInterfaceConfigurationViewSet
¶
Bases: NautobotModelViewSet
OSPF Interface Configuration viewset.