ipsec-proposals API endpoint: Unrecognised term #11216

Closed
opened 2025-12-29 21:42:03 +01:00 by adam · 1 comment
Owner

Originally created by @misch42 on GitHub (May 25, 2025).

Deployment Type

Self-hosted

NetBox Version

v.4.2.3

Python Version

3.12

Steps to Reproduce

ansible.builtin.set_fact:
ipsecproposals: "{{ query('netbox.netbox.nb_lookup', 'ipsec-proposals',
api_endpoint=netbox_url,
token=netbox_token) }}"

Expected Behavior

list of proposals

Observed Behavior

TASK [device_roles_vpnserver : Get tunels] *******************************************************************************************************
fatal: [vpn01 -> localhost]: FAILED! => {"msg": "An unhandled exception occurred while running the lookup plugin 'netbox.netbox.nb_lookup'. Error was a <class 'ansible.errors.AnsibleError'>, original message: Unrecognised term ipsec-proposals. Check documentation. Unrecognised term ipsec-proposals. Check documentation"}

Originally created by @misch42 on GitHub (May 25, 2025). ### Deployment Type Self-hosted ### NetBox Version v.4.2.3 ### Python Version 3.12 ### Steps to Reproduce ansible.builtin.set_fact: ipsecproposals: "{{ query('netbox.netbox.nb_lookup', 'ipsec-proposals', api_endpoint=netbox_url, token=netbox_token) }}" ### Expected Behavior list of proposals ### Observed Behavior TASK [device_roles_vpnserver : Get tunels] ******************************************************************************************************* fatal: [vpn01 -> localhost]: FAILED! => {"msg": "An unhandled exception occurred while running the lookup plugin 'netbox.netbox.nb_lookup'. Error was a <class 'ansible.errors.AnsibleError'>, original message: Unrecognised term ipsec-proposals. Check documentation. Unrecognised term ipsec-proposals. Check documentation"}
adam added the netbox label 2025-12-29 21:42:03 +01:00
adam closed this issue 2025-12-29 21:42:03 +01:00
Author
Owner

@jeremystretch commented on GitHub (May 27, 2025):

Please be aware that this repository accepts bug reports only for NetBox itself. This is not a NetBox issue.

@jeremystretch commented on GitHub (May 27, 2025): Please be aware that this repository accepts bug reports only for NetBox itself. This is not a NetBox issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11216