- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 06:30 AM
Is there a way a programmer can add objects to FMCv via an API instead of having to enter them interactively?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 07:07 AM
There are both ansible and terraform modules available to remove the complexity of API and use outcome based YAML to do these sorts of tasks. There are also lots of great DevNet videos for free in the Cisco libarary.
https://github.com/CiscoDevNet
https://github.com/CiscoDevNet/terraform-provider-fmc
https://github.com/CiscoDevNet/FMCAnsible
Hope that helps!
-A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 06:55 AM
Found this, anyone tried it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 07:07 AM
There are both ansible and terraform modules available to remove the complexity of API and use outcome based YAML to do these sorts of tasks. There are also lots of great DevNet videos for free in the Cisco libarary.
https://github.com/CiscoDevNet
https://github.com/CiscoDevNet/terraform-provider-fmc
https://github.com/CiscoDevNet/FMCAnsible
Hope that helps!
-A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 07:46 AM
Thank you!
