VMware Cloud Community
telesguilherme
Contributor
Contributor
Jump to solution

Vra Automation With Cisco Firepower

Hello,

I am working to find a solution to automate VMWARE Vra and provide Cisco Firepower rules.

The automation will be focused and provided simply by vmware Vra and Vro.

I have found Cisco ACI integration plugin. But only there to Vmware Vra and Vro.

Anyone has any ways of doing that ?

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
xian_
Expert
Expert
Jump to solution

Looks like it has a REST API: https://developer.cisco.com/firepower/management-center/

First create the vRO workflows providing the functions you want to automate. Some guidance in the official documentation: Using the HTTP-REST Plug-In

Then you need to create XaaS blueprints to invoke your workflows, if you want to manage the rules itself. If you want to include them in a VM lifecycle, then you'll need to start your workflows via Event Broker Subscriptions of the IaaS deployments.

---------------------------------------------------------------------------------------------------------

Was it helpful? Let us know by completing this short survey here.

View solution in original post

0 Kudos
2 Replies
daphnissov
Immortal
Immortal
Jump to solution

If it has an API, you can probably automate it with vRO and the REST plug-in, although nothing comes out of the box.

0 Kudos
xian_
Expert
Expert
Jump to solution

Looks like it has a REST API: https://developer.cisco.com/firepower/management-center/

First create the vRO workflows providing the functions you want to automate. Some guidance in the official documentation: Using the HTTP-REST Plug-In

Then you need to create XaaS blueprints to invoke your workflows, if you want to manage the rules itself. If you want to include them in a VM lifecycle, then you'll need to start your workflows via Event Broker Subscriptions of the IaaS deployments.

---------------------------------------------------------------------------------------------------------

Was it helpful? Let us know by completing this short survey here.

0 Kudos