Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

How are certain API endpoints accessible through netbox-python #20

Description

@fsperling

NetBox Python version

v0.1.6

NetBox version

v3.6.4

Python version

3.8

Steps to Reproduce

A circuit-termination has a paths endpoint.
https://netbox.sipgate.net/api/circuits/circuit-terminations/13/paths/

However I'm not able / don't know how to access it through netbox-python.

I can get
nb.circuits.circuit_terminations.get(13)
But not the paths for that circuit_terminations.

Expected Behavior

All endpoints should be accessible through the lib.

Observed Behavior

Unclear how or not possible to access circuit-terminations/13/paths/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions