avi_api_version – Avi API Version Module¶
New in version 2.5.
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
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
|
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Vilian Atmadzhov (@vivobg) <vilian.atmadzhov@paddypowerbetfair.com>
Hint
If you notice any issues in this documentation, you can edit this document to improve it.