community.network.ftd httpapi – HttpApi Plugin for Cisco ASA Firepower device

Note

This httpapi plugin is part of the community.network collection (version 5.0.2).

You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install community.network.

To use it in a playbook, specify: community.network.ftd.

Synopsis

  • This HttpApi plugin provides methods to connect to Cisco ASA firepower devices over a HTTP(S)-based api.

Parameters

Parameter

Comments

spec_path

string

Specifies the api spec path of the FTD device

Default: "/apispec/ngfw.json"

Configuration:

  • Variable: ansible_httpapi_ftd_spec_path

token_path

string

Specifies the api token path of the FTD device

Configuration:

  • Variable: ansible_httpapi_ftd_token_path

Authors

  • Ansible Networking Team

Hint

Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.