Cisco ASA API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2017 03:35 AM - edited 02-21-2020 06:26 AM
Hi,
We want to integrate Cisco ASA with automation tool. Suppose if I want to add a acl in FW it will create rule through automated way without any human intervention. Is it possible to get API to integrate the automation tool.
- Labels:
-
NGFW Firewalls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2017 04:04 AM - edited 10-06-2017 04:06 AM
Hello,
Yeah, it is possible. Cisco allows for using RESTful API on ASA.
For physical appliances you need to download and install the client on flash. For virtual appliances it comes installed and it is necessary activate.
After prepared the environment, you can control your ASA programatibily via API.
You can read,write and delete configuration via HTTPS requests.
Here an example:
https://<
asa management ipaddress >/api/objects/networkobjects
Body content type: application/json
"name": "TestNetworkRangeObj",
-If I helped you somehow, please, rate it as useful.-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2017 04:05 AM
You can use the ASA REST-API for that:
https://www.cisco.com/c/en/us/td/docs/security/asa/api/qsg-asa-api.html
https://www.cisco.com/c/dam/en/us/td/docs/security/asa/api/asapedia_rest_api_122.pdf
