generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 'identity' must be '.id' module community.routeros.api #67
Comments
We will fix it ! |
NikolayDachev
added a commit
to NikolayDachev/community.routeros
that referenced
this issue
Feb 8, 2022
Merged
felixfontein
added a commit
that referenced
this issue
Feb 10, 2022
* fix issues #67 * fix query id check * add changelog fragment * fix changelog fragment new line * fix changelog fragment new line2 * Update changelogs/fragments/68-fix-query-id-check.yml Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
patchback bot
pushed a commit
that referenced
this issue
Feb 10, 2022
* fix issues #67 * fix query id check * add changelog fragment * fix changelog fragment new line * fix changelog fragment new line2 * Update changelogs/fragments/68-fix-query-id-check.yml Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit a46c7df)
felixfontein
pushed a commit
that referenced
this issue
Feb 10, 2022
* fix issues #67 * fix query id check * add changelog fragment * fix changelog fragment new line * fix changelog fragment new line2 * Update changelogs/fragments/68-fix-query-id-check.yml Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit a46c7df) Co-authored-by: Nikolay Dachev <[email protected]>
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
Hello.
I am trying to get neighbor data through community.routeros.api.
When I add the "identity" field to the list, I get an error "'identity' must be '.id'". Is it supposed to be like this or is it a bug?
ISSUE TYPE
COMPONENT NAME
community.routeros.api
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
I need to get the IP addresses and names of devices connected to the AP via WDS. To do this, I request data from the list of /ip neighbors: ip address, mac-address, record .id and identity. Further I process by mac-address.
ACTUAL RESULTS
As a result I get an error.
The text was updated successfully, but these errors were encountered: