CiscoDevNet / FMCAnsible

GNU General Public License v3.0
20 stars 24 forks source link

Bad Link in readme; looking for list of allowed operations #15

Closed craigers521 closed 1 year ago

craigers521 commented 2 years ago

In the README.md there is a link included:

This links to a dead page. I was hoping to find a list of all possible/allowed operations.

Thanks!

craigers521 commented 2 years ago

Found the doc immediatly after, correct link is: https://github.com/CiscoDevNet/FMCAnsible/blob/main/docs/usage.md (docs instead of instructions)

Still does not include a list of all operations, is that in the FMC API docs somewhere?

b1r63r commented 1 year ago

Thanks for the link. That usage document lists operation name as "The name of the operation to execute. Commonly, the operation starts with 'create', 'update', 'get', 'upsert' or 'delete' verbs, but can have an arbitrary name too.". It would be very great to actually have a list of operation names.

stutzzzz commented 1 year ago

13

Should be related to this. But I found the list of operations You will need to use the API explorer on an FMC. FMCIP/api/api-explorer/fmc.json Then go to Paths and click one you are looking for. It will contain the object of operationId with the value. Grab that value and throw into ansible and they appear to work

image

jeroenwittock commented 1 year ago

We fixed the link in the Readme, so I will be closing this issue. We are working on #13 and it will be fixed soon as well. Apologies it took some time to address the reported issues, we are now again actively monitoring and acting upon these issues.