
How to Query a Cable by ID in NetBox
NetBox Query Tip!
If you need to search for a cable by its ID, use GraphQL by visiting: https://your_nb_instance/graphql/
Then run the following query, replacing YOUR_CABLE_ID with the actual cable ID:
query {
cable(id: YOUR_CABLE_ID) {
id
label
type
status
color
length
length_