community.network.avi_api_version – Avi API Version Module¶
Note
This plugin is part of the community.network collection (version 2.1.1).
To install it use: ansible-galaxy collection install community.network
.
To use it in a playbook, specify: community.network.avi_api_version
.
Synopsis¶
This module can be used to obtain the version of the Avi REST API. https://avinetworks.com/
Parameters¶
Notes¶
Note
For more information on using Ansible to manage Avi Network devices see https://www.ansible.com/ansible-avi-networks.
Examples¶
- name: Get AVI API version
community.network.avi_api_version:
controller: ""
username: ""
password: ""
tenant: ""
register: avi_controller_version
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
obj
dictionary
|
success, changed |
Avi REST resource
|
Authors¶
Vilian Atmadzhov (@vivobg) <vilian.atmadzhov@paddypowerbetfair.com>