{'provider_network': ['Related object not found using the provided numeric ID: 5']} #6608
Answered
by
steffenschumacher
steffenschumacher
asked this question in
Q&A
-
So I'm trying to use the APIs (via pynetbox) to create a circuit termination towards a provider network resp = client().circuits.circuit_terminations.create({
'description': f'Termination Z: {network.name}',
'circuit': circuit.id,
'term_side': 'Z',
'provider_network': pn.id,
'port_speed': d_kbps,
'upstream_speed': u_kbps,
'xconnect_id': c_id
}) |
Beta Was this translation helpful? Give feedback.
Answered by
steffenschumacher
Jun 15, 2021
Replies: 1 comment
-
Hmm upgrading to 2.11.6 seems to fix this.. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
steffenschumacher
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmm upgrading to 2.11.6 seems to fix this..