For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cisco Adaptive Security Appliance

Connection Requirements

1 - IP

IP address of the Cisco Adaptive Security Appliance.

2 - Port

Port number (optional, default: 443).

3 - Username & Password

Username and password of the user that is created on CLI. In order to enable API and create a user follow the steps below:

  1. Enable rest api with rest-api agent

  2. Enable web engine (HTTPS): http server enable

  3. Provide a name for the administrator.

  4. Allow connector IP: http write_connector_ip_here 255.255.255.255 write_interface_here

  5. Create API user: username write_username password write_password privilege 7

4 - Is Secure?

Choose this if your connection is going to be over HTTPS (optional, default: True).

5 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

Last updated