I've tried both, ise_uses_api_gateway set to true and false
An error occured when retrieving operation. The error was: 'IdentityServicesEngineAPI' object has no attribute 'replication_status'
Traceback (most recent call last):
File "/home/ansible/dev/develop/collections/ansible_collections/cisco/ise/plugins/plugin_utils/ise.py", line 221, in exec
family = getattr(self.api, family)
AttributeError: 'IdentityServicesEngineAPI' object has no attribute 'replication_status'
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Please provide an screenshot of the successful API call with cuRL, Postman, etc.
Environment (please complete the following information):
Hi @jifox , in our current API documentation, there´s no replication_status_info parameter for this endpoint, you could ask to include this to Cisco in a new version of ISE API, but this is not an ansible issue.
Prerequisites
Describe the bug A clear and concise description of what the bug is.
When I try to use the module
I've tried both,
ise_uses_api_gateway
set totrue
andfalse
Expected behavior A clear and concise description of what you expected to happen.
Screenshots Please provide an screenshot of the successful API call with cuRL, Postman, etc.
Environment (please complete the following information):
Additional context Add any other context about the problem here.