-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Prerequisites
- [x ] Have you tested the operation in the API directly?
- [x ] Do you have the latest ISE Collection version?
- [ x] Review the compatibility matrix before opening an issue.
Name of the module
Please provide the name of the module used
networkdevice_info
Describe the bug
A clear and concise description of what the bug is.
in the past collections before version 3 - module named network_device_info had parameter id:, when used it provided detailed information about network device
currently that parameter is missing and im not able to get for example "NetworkDeviceGroupList" of the device when using module from new collection
Expected behavior
A clear and concise description of what you expected to happen.
be able to get network device details using this module - not just
"ise_response": [ { "id": "4ff0d..............cda459e", "name": "name", "description": "desc", "link": { "rel": "self", "href": "https://ise............................./cda459e", "type": "application/json" } } ],
Screenshots
Please provide an screenshot of the successful API call with cuRL, Postman, etc.
Debug
Enable debugging and add CiscoISE output request and reponse.
- exporting
export ISE_DEBUG=True - playbook
ise_debug: True
Environment (please complete the following information):
- ISE version and patch:
- Ansible version:
- ISE collection version: latest
- OS version:
Additional context
Add any other context about the problem here.