diff options
Diffstat (limited to 'ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_httpapi.rst')
-rw-r--r-- | ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_httpapi.rst | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_httpapi.rst b/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_httpapi.rst new file mode 100644 index 00000000..c04693c1 --- /dev/null +++ b/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_httpapi.rst @@ -0,0 +1,43 @@ +.. _cisco.nxos.nxos_httpapi: + + +*************** +cisco.nxos.nxos +*************** + +**Use NX-API to run commands on Cisco NX-OS platform** + + +Version added: 1.0.0 + +.. contents:: + :local: + :depth: 1 + + +Synopsis +-------- +- This plugin provides low level abstraction APIs for sending and receiving commands using NX-API with devices running Cisco NX-OS. + + + + + + + + + + + +Status +------ + + +Authors +~~~~~~~ + +- Ansible Networking Team (@ansible-network) + + +.. 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. |